-
Notifications
You must be signed in to change notification settings - Fork 868
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
ci: Test with Java 23 #3381
ci: Test with Java 23 #3381
Conversation
looks fine to me |
Seems it requires a new version of |
so they just got rid of java 22 ? |
No, they need to update the bytebuddy dependency and release a new version to be also compatible with Java 23, right now they use a version that does not handle the bytecode of Java 23 so the tests on Java 23 are failing. |
Look at other tests that are failing. They are failing on java 22 and if you go https://www.oracle.com/java/technologies/downloads/ there is no java 22 |
Oh, I misunderstood the question, yes, Oracle gets rid of every non-LTS version after a new version comes out. (I was thinking about the |
So we have to wait until they release bytebuddy then |
e5ed126
to
bb16772
Compare
if this passes, push this one and I'll close mine as it's irrelevant now |
Signed-off-by: Jorge Solórzano <jorsol@gmail.com>
Thanks! |
All Submissions:
New Feature Submissions:
./gradlew styleCheck
pass ?Changes to Existing Features: