-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Fix spring-orm tests with eclipselink and Java 18+ #31078
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
Conversation
Fix kotlin scripts compatibility with jre 19+ Closes spring-projectsgh-30648 Signed-off-by: Dmitrii Bocharov <[email protected]>
Fix spring-orm tests with eclipselink for jre 18+ Closes spring-projectsgh-30648 Signed-off-by: Dmitrii Bocharov <[email protected]>
actually, that's why i made 2 commits. I can remove the one for kotlin fixes |
Let's have a look to the other commit indeed. |
Unfortunately, we can't change the dependency of Eclipselink like that as we need to build against 3.0 to match our JPA 3.0 / EE 9 baseline. We should probably see if we can change the dependency when the tests run with Java 21. |
However, @jhoeller pointed out that Eclipselink |
We can't upgrade to Eclipselink 4 as it would change the baseline that this generation uses. However, there is a recent release in the current line that adds compatibility with recent JDKs. See gh-31078
No description provided.