Fix/gradle 9 deprecations#18477
Merged
rwinch merged 6 commits intospring-projects:7.0.xfrom Jan 12, 2026
Merged
Conversation
560bb4e to
123f2ec
Compare
check() was deprecated in Spring Security 7, but was referenced in documentation Signed-off-by: Fr05ty-hub <frostylucas@gmail.com> Signed-off-by: Pavel Vassiliev <paulvas@gmail.com>
check() was deprecated in Spring Security 7, but is referenced in documentation Signed-off-by: Fr05ty-hub <frostylucas@gmail.com> Signed-off-by: Pavel Vassiliev <paulvas@gmail.com>
This commit addresses several build warnings and errors to prepare for Gradle 9.0 and resolve static analysis issues. Closes: spring-projectsgh-18472 Signed-off-by: Pavel Vassiliev <paulvas@gmail.com> Signed-off-by: Pavel Vassiliev <paulvas@gmail.com>
Member
|
Thank you for the PR @paulvas! As this is an enhancement, I can understand why you would have based this off of main. However, I think there is enough value in it and it is part of the build rather tha user facing, so I have changed it to be based on 7.0.x. Upon the build passing, I will merge into 7.0.x and then into main |
This was referenced Jan 12, 2026
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
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.
Summary
This Pull Request addresses deprecation warnings in the build configuration to ensure forward compatibility with Gradle 9.
Changes
Related Issues