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

[master] Set JDK 21 as a compiler release switch #1979

Merged
merged 4 commits into from
Oct 31, 2023

Conversation

rfelcman
Copy link
Contributor

It leads into following minimal changes to pass a build:

  • refactor call new Locale(...) into Locale.of(...)
  • resolve addFirst(...), addLast(...) collision in org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList with java.util.List [this is incompatible change, but limited to "internal" classes
  • disable jpa.test.metamodel.apectj Maven module as AspectJ 1.9.20.1 is not JDK 21 ready
    waiting for a new relase (see Java 21 eclipse-aspectj/aspectj#261)

Copy link
Member

@lukasj lukasj left a comment

Choose a reason for hiding this comment

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

also bump version to 5.0.0-SNAPSHOT

@rfelcman rfelcman merged commit 04deabc into eclipse-ee4j:master Oct 31, 2023
6 checks passed
@rfelcman rfelcman deleted the full_jdk21_switch branch November 1, 2023 08:19
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