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

fix: Tracing is incompatible with Spring Boot 3.2.x #2401 #2405

Conversation

jaychoww
Copy link
Contributor

Fixes #2401.

Changes proposed in this pull request:

I have tested this patch in Spring Boot 3.2.2 and it works, but I'm sorry that I can't write any test cases in the project because the test framework is based on Spring Boot 2, this issue is only effect Spring Boot 3.2+

Copy link
Member

@linghengqian linghengqian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • The PR did not pass the code formatting validation. You can execute first ./mvnw spotless:apply -Pcheck -T1C. Then execute ./mvnw checkstyle:check -Pcheck -T1C to manually adjust to repair the CI.
  • I just opened Migrate the JDK used by CI from Temurin to Zulu #2406 to try to fix CI on master branch, you may need to wait for a while. Here are the changes for MacOS devices from Github Action.

Copy link
Member

@linghengqian linghengqian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • You can fix checkstyle by rebasing the master branch, and CI will fix it.
  • No unit tests are needed for Spring Boot 3. Going forward, ElasticJob will still have to stay on JDK8 unless ShardingSphere changes the minimum JDK runtime version. All unit tests assume Spring Boot 2.

@jaychoww jaychoww force-pushed the fix-incompatible-issue-with-springboot-3.2+ branch from 27af62d to 8612151 Compare July 28, 2024 16:46
Copy link
Member

@linghengqian linghengqian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@linghengqian linghengqian merged commit a3e96a6 into apache:master Jul 28, 2024
15 checks passed
@jaychoww jaychoww deleted the fix-incompatible-issue-with-springboot-3.2+ branch July 29, 2024 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tracing is incompatible with Spring Boot 3.2.x
2 participants