-
Notifications
You must be signed in to change notification settings - Fork 331
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
feat: spring boot 3.3.1 #2990
feat: spring boot 3.3.1 #2990
Conversation
Bumps `spring-boot-dependencies.version` from 3.2.5 to 3.3.0. Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…erties
- Added Spring Boot 3.3.x - More precise Spring Framework compatibility for Spring Cloud GCP 4.x (6.x → 6.0.x) - Added links for all versions
If Spring Cloud GCP 5.x aims to maintain compatibility with Spring Boot 3.2.x and 3.3.x, it could be dangerous to upgrade to Spring Boot 3.3.x. Sticking with 3.2.x would avoid accidentally using API which is not available in Spring Boot 3.2.x. Or will compatibility with Spring Boot 3.2.x be guaranteed in some other way? |
@breun : Agreed with your concern. We'll have an answer before merging. |
…ompatibility-table-in-docs' into spring-boot-3.3-updates
Compatibility table updates from #3000 merged here + added an exception for trace module compatibility. Main branch testing now include Spring Boot 3.2 sample tests. |
|
Fixes #2917 |
Spring Boot 3.3.x upgraded Brave and Zipkin dependencies by a major version with significant backward incompatibilities. For this reason, the trace module which uses them is unable to be maintained with support for Spring Boot 3.2.x.
Testing has been added to ensure Spring Boot 3.2.x support is maintained for all modules except Trace.