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

3.x Upgrade hibernate to 6.1.7.Final and eclipselink asm to 9.4.0 #6514

Merged
merged 2 commits into from
Mar 30, 2023

Conversation

barchetta
Copy link
Member

Upgrade eclipselink asm to 9.4.0 and hibernate to 6.1.7

Note that there does not appear to be a 3.x eclipselink release with ASM 9.4.0 -- so we force upgrade of eclipselink asm instead. Once eclipselink 3.0.4 (or whatever) comes out we can remove the forced eclipselink ASM upgrade.

This enables use of Java 20 due to the upgrade of ASM to 9.4.0

See #6506

@barchetta barchetta added dependencies Pull requests that update a dependency file 3.x Issues for 3.x version branch labels Mar 29, 2023
@barchetta barchetta requested a review from ljnelson March 29, 2023 23:07
@barchetta barchetta self-assigned this Mar 29, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 29, 2023
@@ -881,6 +883,12 @@
<artifactId>org.eclipse.persistence.jpa</artifactId>
<version>${version.lib.eclipselink}</version>
</dependency>
<!-- Needed only to force upgrade to ASM 9.4.0. Once eclipselink is upgraded this can be removed -->
Copy link
Member

Choose a reason for hiding this comment

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

Maybe indicate why we would want to upgrade ASM to 9.4.0 and why an upgrade of Eclipselink to some other version would let us remove this. I know it, you know it, but maybe a casual reader doesn't know it.

@barchetta barchetta added this to the 3.2.1 milestone Mar 29, 2023
@barchetta barchetta merged commit 698fd9d into helidon-io:helidon-3.x Mar 30, 2023
@barchetta barchetta deleted the 3.x-java-20-upgrades branch August 14, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues for 3.x version branch dependencies Pull requests that update a dependency file OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants