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

Support for building with OpenJDK 22 #2411

Merged
merged 1 commit into from
Jul 28, 2024
Merged

Conversation

linghengqian
Copy link
Member

@linghengqian linghengqian commented Jul 28, 2024

Fixes #2407.

Changes proposed in this pull request:

  • Support for building with OpenJDK 22.
    • org.aspectj:aspectjweaver
    • net.bytebuddy:byte-buddy
    • net.bytebuddy:byte-buddy-agent
    • org.jacoco:jacoco-maven-plugin
  • Removed Spring Framework version constraints that had no practical effect.
  • Update dependencies to fix CVE.
    • io.netty:netty-bom
    • org.springframework.boot:spring-boot-dependencies

@linghengqian linghengqian added enhancement build dependencies Pull requests that update a dependency file labels Jul 28, 2024
@linghengqian linghengqian marked this pull request as ready for review July 28, 2024 05:37
@terrymanu terrymanu added this to the 3.1.0 milestone Jul 28, 2024
@terrymanu terrymanu merged commit fb9231a into apache:master Jul 28, 2024
15 checks passed
@linghengqian linghengqian deleted the fix-jdk22 branch July 28, 2024 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Supports building project via JDK22
2 participants