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

Add an override of reversed to Zer for compatibility with JDK 21 #785

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

cushon
Copy link
Contributor

@cushon cushon commented Jun 26, 2023

This change allows Zer to compile with JDK 21, which adds new methods to the collections API for https://openjdk.org/jeps/431

Fixes #781

This change allows Zer to compile with JDK 21, which adds new methods to
the collections API for https://openjdk.org/jeps/431
@fmeum fmeum enabled auto-merge (squash) June 26, 2023 21:23
@fmeum fmeum merged commit a188e13 into CodeIntelligenceTesting:main Jun 26, 2023
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.

Zer is not compatible with the latest jdk (with SequencedCollections)
2 participants