Vedran Pavic
b85ec4de1a
Fix Spring Security configuration in tests
...
As of spring-projects/spring-security#11653 , Spring Security's [at]Enable*Security annotations are not meta annotated with [at]Configuration which breaks some of our tests.
This commit adds missing [at]Configuration annotations where needed.
Closes gh-2118
2022-08-19 11:20:04 -05:00
Eleftheria Stein
182d24219c
Migrate to Jakarta EE 9
...
Closes gh-1949
2021-11-11 18:21:26 +01:00
Eleftheria Stein
e17d0cc1d9
Upgrade test dependencies
2021-01-18 12:54:54 +01:00
Eleftheria Stein
f13eb8d73e
Use Spring Security lambda DSL in samples
...
Fixes: gh-1580
2020-02-19 12:36:51 +01:00
Vedran Pavic
b9fd3666b5
Update integration tests
2019-09-30 16:08:20 +02:00
Vedran Pavic
822db7fbbf
Use spring-javaformat to format and check code
...
Resolves : #1450
2019-06-17 23:54:41 +02:00
Vedran Pavic
084d1c7286
Simplify project structure
...
- harmonize module and directory names
- optimize Gradle settings
- remove unused Grails sample
Resolves : #1447
2019-06-06 21:12:30 +02:00