Upgrade to Spring Boot 4.0.5 / Spring Framework 7.x#43
Open
theanubhava wants to merge 5 commits intomasterfrom
Open
Upgrade to Spring Boot 4.0.5 / Spring Framework 7.x#43theanubhava wants to merge 5 commits intomasterfrom
theanubhava wants to merge 5 commits intomasterfrom
Conversation
theanubhava
commented
May 5, 2026
- Bump version to 4.0.0-SNAPSHOT (major version for Spring 7 compat)
- Upgrade Spring Boot starter from 3.3.8 to 4.0.5
- Swap javax.annotation-api for jakarta.annotation-api 3.0.0
- Upgrade Jackson to 2.21.0 (required by Spring Boot 4)
- Add explicit jackson-datatype-jdk8 dependency
- Upgrade Netty from 4.1.x to 4.2.10.Final (Spring Boot 4 requires Netty 4.2)
- Upgrade Mockito to 5.14.2, JUnit to 5.11.4, Reactor to 3.7.6
- Fix Spring 7 HttpHeaders API: entrySet() -> headerSet(), getRawStatusCode() -> getStatusCode().value()
- Fix UriComponentsBuilder.fromHttpUrl() -> fromUriString()
- Add find-and-replace executions to patch OpenAPI-generated code for Spring 7 compat
- Add Maven Central direct repo for Jackson 2.21 resolution
- Bump version to 4.0.0-SNAPSHOT (major version for Spring 7 compat) - Upgrade Spring Boot starter from 3.3.8 to 4.0.5 - Swap javax.annotation-api for jakarta.annotation-api 3.0.0 - Upgrade Jackson to 2.21.0 (required by Spring Boot 4) - Add explicit jackson-datatype-jdk8 dependency - Upgrade Netty from 4.1.x to 4.2.10.Final (Spring Boot 4 requires Netty 4.2) - Upgrade Mockito to 5.14.2, JUnit to 5.11.4, Reactor to 3.7.6 - Fix Spring 7 HttpHeaders API: entrySet() -> headerSet(), getRawStatusCode() -> getStatusCode().value() - Fix UriComponentsBuilder.fromHttpUrl() -> fromUriString() - Add find-and-replace executions to patch OpenAPI-generated code for Spring 7 compat - Add Maven Central direct repo for Jackson 2.21 resolution Made-with: Cursor
sarathm09
reviewed
May 5, 2026
Saransh-SF
reviewed
May 5, 2026
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.