Skip to content

Conversation

@laurit
Copy link
Contributor

@laurit laurit commented Nov 22, 2025

Limit spring boot version to fix latest dep tests. It might be easier to work on actually fixing these when the build passes. Then it is easier to spot other new failures from unrelated library updates.

Related to #14906

SERVER_PORT,
NETWORK_PEER_ADDRESS,
NETWORK_PEER_PORT));
if (Boolean.getBoolean("testLatestDeps")) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

somehow missed this while fixing lettuce latest dep test failures


testImplementation("org.springframework.boot:spring-boot-starter-web:$springBootVersion")
testImplementation("org.springframework.boot:spring-boot-starter-test:$springBootVersion") {
testLibrary("org.springframework.boot:spring-boot-starter-web:$springBootVersion")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

previously we weren't testing the latest version here


testImplementation("org.springframework.boot:spring-boot-starter-web:3.0.0")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.0")
testLibrary("org.springframework.boot:spring-boot-starter-web:3.0.0")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

previously we weren't testing the latest version here

@laurit laurit marked this pull request as ready for review November 22, 2025 21:58
@laurit laurit requested a review from a team as a code owner November 22, 2025 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants