summaryrefslogtreecommitdiff
path: root/eaaf_core_api/checks
AgeCommit message (Collapse)AuthorFilesLines
2023-08-31feat(core): starting switch from Spring5/JAVA11 to Spring6/Java17Thomas1-1/+15
IMPORTEND: Is not finished because that contains a braking change, like javax.servlet.* --> jakarta.servket.* as one example and we miss some third-party libs that use the new API. # Conflicts: # eaaf_core_api/checks/spotbugs-exclude.xml # eaaf_core_api/pom.xml # eaaf_core_utils/checks/spotbugs-exclude.xml # pom.xml
2023-05-15refact(core): change process-data holder-implementation to use Jackson ↵Thomas1-0/+12
serialization for storage