Skip to content

Fix/gradle 9 deprecations#18477

Merged
rwinch merged 6 commits intospring-projects:7.0.xfrom
paulvas:fix/gradle-9-deprecations
Jan 12, 2026
Merged

Fix/gradle 9 deprecations#18477
rwinch merged 6 commits intospring-projects:7.0.xfrom
paulvas:fix/gradle-9-deprecations

Conversation

@paulvas
Copy link
Copy Markdown
Contributor

@paulvas paulvas commented Jan 11, 2026

Summary

This Pull Request addresses deprecation warnings in the build configuration to ensure forward compatibility with Gradle 9.

Changes

  • Updated Gradle build scripts to resolve deprecation warnings.
  • Adjusted task configurations and dependency declarations where necessary.

Related Issues

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 11, 2026
@paulvas paulvas force-pushed the fix/gradle-9-deprecations branch from 560bb4e to 123f2ec Compare January 11, 2026 03:24
Fr05ty-hub and others added 3 commits January 10, 2026 22:26
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>
@rwinch rwinch changed the base branch from main to 7.0.x January 12, 2026 19:26
@rwinch rwinch self-assigned this Jan 12, 2026
@rwinch rwinch added in: build An issue in the build type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 12, 2026
@rwinch
Copy link
Copy Markdown
Member

rwinch commented Jan 12, 2026

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

@rwinch rwinch added this to the 7.0.3 milestone Jan 12, 2026
@rwinch rwinch merged commit 641d8a3 into spring-projects:7.0.x Jan 12, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: build An issue in the build type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix deprecated Gradle plugin usages for Gradle 9.0 upgrade

4 participants