Skip to content

Conversation

@thelightway24
Copy link
Contributor

@thelightway24 thelightway24 commented Jan 12, 2026

Related Issues

Closes #36131

Description

This PR addresses the Gradle deprecation warnings reported in the linked issue.

the legacy Groovy DSL syntax for property assignment (space-separated values) is deprecated in Gradle 9.x and will be removed in Gradle 10. This change updates spring-aspects.gradle to use the standard assignment operator (=).

Changes

  • Updated spring-aspects/spring-aspects.gradle: Replaced space-separated property assignments with explicit assignment operators.

Verification

I have verified that the build completes successfully and the specific deprecation warnings regarding property assignment are resolved.

./gradlew :spring-aspects:clean :spring-aspects:assemble --warning-mode=all

Replace legacy Groovy DSL property assignment (space-separated) with
the standard assignment operator (=) in spring-aspects.gradle.

The legacy syntax is deprecated in Gradle 9 and will be removed in
Gradle 10. This change eliminates deprecation warnings during the
build and ensures future compatibility.

Signed-off-by: Yejeong, Ham <[email protected]>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 12, 2026
@bclozel bclozel self-assigned this Jan 13, 2026
@bclozel bclozel added the type: task A general task label Jan 13, 2026
bclozel pushed a commit that referenced this pull request Jan 13, 2026
Replace legacy Groovy DSL property assignment (space-separated) with
the standard assignment operator (=) in spring-aspects.gradle.

The legacy syntax is deprecated in Gradle 9 and will be removed in
Gradle 10. This change eliminates deprecation warnings during the
build and ensures future compatibility.

See gh-36132

Signed-off-by: Yejeong, Ham <[email protected]>
@bclozel bclozel closed this in a62699c Jan 13, 2026
@bclozel bclozel removed the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 13, 2026
@bclozel bclozel added this to the 7.0.3 milestone Jan 13, 2026
@bclozel
Copy link
Member

bclozel commented Jan 13, 2026

Thanks for your contribution @thelightway24 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: task A general task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace deprecated Groovy property assignment syntax in spring-aspects.gradle

3 participants