Upgrade Spring Boot to 3.5.13 and Spring Cloud to 2025.0.1#121
Merged
linusnorton merged 2 commits intomasterfrom Mar 31, 2026
Merged
Upgrade Spring Boot to 3.5.13 and Spring Cloud to 2025.0.1#121linusnorton merged 2 commits intomasterfrom
linusnorton merged 2 commits intomasterfrom
Conversation
- Bump Spring Boot from 3.2.4 to 3.5.13 - Bump Spring Cloud from 2023.0.5 to 2025.0.1 (compatible with Boot 3.5.x) - Remove commons-io dependency from FeignErrorDecoder, use InputStream.readAllBytes() instead (commons-io is no longer a transitive dependency of Spring Cloud 2025.0.x) - Fix duplicate WireMock stub mapping IDs that caused InvalidInputException with newer WireMock versions
16ab9f6 to
c8f1e31
Compare
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
commons-iousage fromFeignErrorDecoder— replacedIOUtils.toByteArray()withInputStream.readAllBytes()(Java 9+), sincecommons-iois no longer a transitive dependency in Spring Cloud 2025.0.xInvalidInputExceptionwith newer WireMockSupersedes #42 and #50, which each only upgraded one side of the Spring Boot / Spring Cloud pair and couldn't pass CI independently.
Test plan
./gradlew buildpasses locally (all 26 tests pass)