summaryrefslogtreecommitdiff
path: root/eaaf-springboot-utils/src/test/java/at
AgeCommit message (Collapse)AuthorFilesLines
2023-08-31feat(core): refactor to openSAML 5 for Java 17Thomas2-11/+11
2023-08-31feat(core): starting switch from Spring5/JAVA11 to Spring6/Java17Thomas1-5/+6
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-11feat(spring): add authorisation configuration for multi-modul projectsThomas1-2/+13
2023-05-10feat(spring): add BasicAuth user object and new Interface to load users in ↵Thomas1-0/+41
multi-module projects
2022-09-29test(spring-sec): disable CSRF check, because they brake HTTP client testsThomas1-0/+16
2022-09-29feat(spring-sec): add PasswordEncorder decorator to speed-up password ↵Thomas1-0/+54
validation on REST API's
2021-10-22add deadline into HSM-Facade Health-Check that fails this test if HSM-Facade ↵Thomas2-1/+4
does not responde
2021-06-18update some log messagesThomas1-5/+16
2020-12-28update to HSM-Facade v0.6.0 and add HealthCheck functionalityThomas Lenz3-1/+135
2020-12-23add new module that include common-code for SpringBoot applicationsThomas Lenz3-0/+111