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 jdk 22 #49

Merged
merged 2 commits into from
Dec 7, 2023
Merged

Support jdk 22 #49

merged 2 commits into from
Dec 7, 2023

Conversation

russgold
Copy link
Contributor

@russgold russgold commented Dec 4, 2023

As of Java22, Unsafe.ensureClassInitialized (deprecated in Java15) has been removed. This change adds a Java17 version of the Bridge class in pfl-basic which uses the replacement implementation, added in Java15. It is necessary for the Orb to work in Java22 or later.

@russgold russgold added the bug Something isn't working label Dec 4, 2023
@russgold russgold self-assigned this Dec 4, 2023
@russgold russgold merged commit a591d95 into eclipse-ee4j:master Dec 7, 2023
2 checks passed
@russgold russgold deleted the support_jdk_22 branch December 7, 2023 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants