Skip to content

Feat: Support Spring Boot 3.3. X version #87

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

Open
wants to merge 6 commits into
base: JDK17/Springboot3
Choose a base branch
from

Conversation

Jzow
Copy link

@Jzow Jzow commented Jun 17, 2025

1、Add Dependency:

  1. jakarta.servlet 6.0.0
  2. jakarta.annotation 2.1.1

2、 Modify dependencies:

  1. Jetty upgraded from 9.4.55. v20240627 to 11.0.21
  2. Logaging.log4j upgraded from 2.17.1 to 2.22.1
  3. Spring upgraded from 5.3.27 to 6.1.21
  4. Springboot upgraded from 2.7.12 to 3.3.12
  5. Spring.cloud.gateway upgraded from 3.1.5 to 4.1.4
  6. org.jacoco upgraded from 0.8.6 to 0.8.11

note:

  1. Spring Boot 3.3. X must rely on using JDK17 and Spring Framework 6.0, with JavaX replacing Jakarta
  2. The modification of Jetty version is to adapt to Spring Boot 3.3. X
  3. The modification of spring.cloud.gateway version is also to adapt to Spring Boot 3.3. X
  4. Part of the code has been replaced by the JavaX package with the Jakarta pack

Copy link

github-actions bot commented Jun 17, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@Jzow Jzow changed the base branch from master to JDK17/Springboot3 June 17, 2025 06:53
@Jzow
Copy link
Author

Jzow commented Jun 17, 2025

I have read the CLA Document and I hereby sign the CLA

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.

1 participant