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

feat: spring boot 3.3.1 #2990

Merged
merged 19 commits into from
Jul 2, 2024
Merged

feat: spring boot 3.3.1 #2990

merged 19 commits into from
Jul 2, 2024

Conversation

burkedavison
Copy link
Member

@burkedavison burkedavison commented Jun 24, 2024

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.

dependabot bot and others added 12 commits May 24, 2024 04:09
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>
breun and others added 3 commits June 26, 2024 23:31
- 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
@breun
Copy link
Contributor

breun commented Jun 27, 2024

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?

@burkedavison
Copy link
Member Author

@breun : Agreed with your concern. We'll have an answer before merging.

@burkedavison
Copy link
Member Author

image

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.

Copy link

sonarqubecloud bot commented Jul 1, 2024

@burkedavison burkedavison marked this pull request as ready for review July 2, 2024 14:21
@burkedavison burkedavison requested a review from a team as a code owner July 2, 2024 14:21
@burkedavison burkedavison requested a review from meltsufin July 2, 2024 14:21
@burkedavison burkedavison merged commit b9de319 into main Jul 2, 2024
76 checks passed
@burkedavison burkedavison deleted the spring-boot-3.3-updates branch July 2, 2024 17:17
@burkedavison
Copy link
Member Author

Fixes #2917

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.

None yet

3 participants