Skip to content
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

Align versions used in spring-boot-gradle-plugin #37904

Open
philwebb opened this issue Oct 16, 2023 · 2 comments
Open

Align versions used in spring-boot-gradle-plugin #37904

philwebb opened this issue Oct 16, 2023 · 2 comments
Labels
status: pending-design-work Needs design work before any code can be developed type: task A general task
Milestone

Comments

@philwebb
Copy link
Member

Looking at the tests in /spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling we have several that pull in old dependencies. We should probably try to align versions with the main build.

@philwebb philwebb added the type: task A general task label Oct 16, 2023
@philwebb philwebb added this to the 2.7.x milestone Oct 16, 2023
@sharoha
Copy link

sharoha commented Nov 2, 2023

What is the version that we are targeting in these test dependencies?

@scottfrederick
Copy link
Contributor

@sharoha This issue is referring to Gradle build files used in tests for the Gradle plugin. Some of those test files use dependencies with hard-coded versions that aren't up-to-date, as in this example using Apache Commons and Spring Framework dependencies.

I don't think we would want to just update those versions to something more current, because they will quickly get out-of-date again. We should try to come up with a way to replace those hard-coded versions with versions supplied by Boot's build system.

@philwebb philwebb modified the milestones: 2.7.x, 3.1.x Nov 8, 2023
@wilkinsona wilkinsona modified the milestones: 3.1.x, 3.2.x May 20, 2024
@philwebb philwebb modified the milestones: 3.2.x, 3.3.x Nov 20, 2024
@wilkinsona wilkinsona added the status: pending-design-work Needs design work before any code can be developed label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: pending-design-work Needs design work before any code can be developed type: task A general task
Projects
None yet
Development

No branches or pull requests

4 participants