-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature 797 upgrade to spring boot 3 (#2752)
- Upgrade to Spring Boot 3.2.4 #797 - move to Jakarta #581 - replaced Hibernate @type annotations with @JdbcTypeCode -upgraded to Gradle 8.5 - moved to Apache Commons Fileupload2 (jakarta) - removed old "ROLE_" data from role constants. We only use now the role itself. Means "ROLE_USER" becomes "USER" etc. #3085 - removed unnecessary code - Avoid logback status info logs at application start - some renamings - removed illegal (and unnecessary) header part from test rest helper - enhanced Test API + fixed flaky integration test - documented dependagen usage + Spring boot version update handling #3086 - Spring profile documentation generator adopted to Spring Boot 3 as well - dropped some todos and created issues for them at github
- Loading branch information
Showing
306 changed files
with
2,177 additions
and
1,902 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.