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 Java 20 #2501

Merged
merged 3 commits into from May 5, 2023
Merged

Support Java 20 #2501

merged 3 commits into from May 5, 2023

Conversation

lefou
Copy link
Member

@lefou lefou commented May 5, 2023

Ignore the UnsupportedOperationException of Thread.stop. This is a quick fix to de-block users from using Java 20.

Added a bootstrap CI run using Java 20.

@lefou lefou marked this pull request as ready for review May 5, 2023 07:44
@lefou lefou merged commit 514e014 into main May 5, 2023
29 of 31 checks passed
@lefou lefou deleted the thread-stop branch May 5, 2023 07:44
@lefou lefou added this to the 0.11.0-M9 milestone May 5, 2023
lefou added a commit that referenced this pull request May 24, 2023
Ignore the `UnsupportedOperationException` of `Thread.stop`. This is a
quick fix to de-block users from using Java 20.

Added a bootstrap CI run using Java 20.

Original Pull request: #2501
lefou added a commit that referenced this pull request Jun 1, 2023
Ignore the `UnsupportedOperationException` of `Thread.stop`. This is a
quick fix to de-block users from using Java 20.

* Original Pull request: #2501

Pull request:. #2546
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.

Thread.stop unsupported on JDK 20
2 participants