-
Notifications
You must be signed in to change notification settings - Fork 229
License headers and Spring Boot 3.5.0, Spring Security 6.5.0 #1115
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
Merged
Conversation
This file contains hidden or 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
- Add the Apache RAT plugin to enforce license header checks. - Remove custom Groovy version handling, now managed via the `groovy.version` property by the Grails Gradle plugin.
- Update Java to 17.0.15 - Remove Gradle as this is managed by the Gradle wrapper
Inline the code needed instead to not have a dated Grails project in the documentation sources.
Inline the code needed instead to not have a dated Grails project in the documentation sources.
Using `https` in the `xmlns` attribute breaks SVG rendering. This commit restores the correct http namespace to ensure correct rendering.
This project has some third-party client libraries in the source tree that are not available as webjars.
…tternRequestMatcher requires a parsed path instead of AntPathRequestMatcher which requires only the servletPath
…cal projects & dependency exclusions are honored
Contributor
|
Because this change is so large, and we need to split up the work on fixing this repo for 3.5.0, I'm going ahead and merging this. We'll revisit once we have it all working |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR is work in progress as the update in Grails Core to Spring Boot 3.5.0 breaks several tests.