summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/checks
AgeCommit message (Collapse)AuthorFilesLines
2023-08-31feat(core): starting switch from Spring5/JAVA11 to Spring6/Java17Thomas1-0/+16
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-31refact(core): change some more internal representation to make it JSON ↵Thomas1-2/+6
serializable
2023-05-15refact(core): change process-data holder-implementation to use Jackson ↵Thomas1-0/+7
serialization for storage
2021-03-11refactor BpkBuilder in eaaf-utilsThomas1-0/+7
2020-12-09add findSecBugs extension into spotbugs plug-inThomas Lenz1-0/+25