-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update spring-boot to 3.x #664
Merged
Merged
Commits on Sep 5, 2023
-
feat: update spring-boot to 3.0.x
BREAKING CHANGE: requires migration for spring / spring-security 6 and hibernate 6 updates Migration guide: - update java EE 8 dependencies to jakarta EE 9 (see https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide#jakarta-ee) - update repositories - update `@QueryHints` annotations - e.g. `org.hibernate.annotations.QueryHints.CACHEABLE` -> `AvailableHints.HINT_CACHEABLE` - if you use custom data fetching methods, migration steps for hibernate 6 / 6.1 / 6.2 might be necessary - especially consider https://github.com/hibernate/hibernate-orm/blob/6.0/migration-guide.adoc#removals - for more information see the hibernate migration guides listed below - update your SecurityConfigs which extend `KeycloakWebSecurityConfig` or `SimpleWebSecurityConfig` - update your filter chain according to the the spring security migration guides below - replace `antMatchers` with `requestMatchers`, ignoringAntMatchers with ignoringRequestMatchers - update your rules for swagger (`/v3/api-docs`) if they're not already updated - update your `git-commit-id-plugin` configuration and check if the version set in shogun is overridden (for more information see terrestris#730)
Configuration menu - View commit details
-
Copy full SHA for f95fcaf - Browse repository at this point
Copy the full SHA f95fcafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df2511 - Browse repository at this point
Copy the full SHA 7df2511View commit details -
Configuration menu - View commit details
-
Copy full SHA for f90de77 - Browse repository at this point
Copy the full SHA f90de77View commit details -
Configuration menu - View commit details
-
Copy full SHA for b105159 - Browse repository at this point
Copy the full SHA b105159View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4979bc - Browse repository at this point
Copy the full SHA b4979bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aefc55 - Browse repository at this point
Copy the full SHA 4aefc55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98f731d - Browse repository at this point
Copy the full SHA 98f731dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc6f8c - Browse repository at this point
Copy the full SHA 6fc6f8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf7cf12 - Browse repository at this point
Copy the full SHA cf7cf12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8661561 - Browse repository at this point
Copy the full SHA 8661561View commit details -
Configuration menu - View commit details
-
Copy full SHA for e468350 - Browse repository at this point
Copy the full SHA e468350View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7958976 - Browse repository at this point
Copy the full SHA 7958976View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0e84f5 - Browse repository at this point
Copy the full SHA d0e84f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9e8be4 - Browse repository at this point
Copy the full SHA b9e8be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db9a60 - Browse repository at this point
Copy the full SHA 2db9a60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 104b0b3 - Browse repository at this point
Copy the full SHA 104b0b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53aa861 - Browse repository at this point
Copy the full SHA 53aa861View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce1763c - Browse repository at this point
Copy the full SHA ce1763cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d5f7a - Browse repository at this point
Copy the full SHA c3d5f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b32f02c - Browse repository at this point
Copy the full SHA b32f02cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10cb4e4 - Browse repository at this point
Copy the full SHA 10cb4e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0abc4 - Browse repository at this point
Copy the full SHA 7b0abc4View commit details -
Co-authored-by: Daniel Koch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53673e0 - Browse repository at this point
Copy the full SHA 53673e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e37392f - Browse repository at this point
Copy the full SHA e37392fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b37639 - Browse repository at this point
Copy the full SHA 4b37639View commit details -
Configuration menu - View commit details
-
Copy full SHA for e189118 - Browse repository at this point
Copy the full SHA e189118View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.