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

Do not use Unsafe on Java 22+ #381

Merged
merged 2 commits into from
Dec 3, 2024
Merged

Do not use Unsafe on Java 22+ #381

merged 2 commits into from
Dec 3, 2024

Conversation

dmlloyd
Copy link
Collaborator

@dmlloyd dmlloyd commented Nov 30, 2024

Stop using Unsafe starting with Java 22. Update CI to run with Java 23 (latest), 21 (LTS), and 17 (LTS) to verify that Unsafe is not being used and no warning is printed.

@dmlloyd dmlloyd marked this pull request as ready for review December 3, 2024 14:15
@dmlloyd dmlloyd requested a review from a team as a code owner December 3, 2024 14:15
@dmlloyd dmlloyd merged commit e1ba6bc into smallrye:main Dec 3, 2024
4 checks passed
@dmlloyd dmlloyd deleted the java22 branch December 3, 2024 14:55
@github-actions github-actions bot added this to the 2.9.0 milestone Dec 3, 2024
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.

2 participants