-
Notifications
You must be signed in to change notification settings - Fork 18
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 JDK 22 #565
Comments
Hello team, It would be great if the support for JDK 22 can be made available Thank you |
Hello! What's the link to Java 22? Well, currently I know it's probably not the answer you were expecting, but as a way to "workaround" it, would you be ok if we added Java 22 to another JVM buildpack, such as azul-zulu which is not dual branch yet, hence, not in "artificial freeze" Please let me know, |
@anthonydahanne It would be fine to have azul-zulu 22 as a temporary workaround. |
Hello team, would it be possible to have a workaround while you guys are working on the arm64 support? |
hello all! Using Maven and Spring Boot Plugin, that could look like this:
and then at build time
and then at runtime
|
I am seeing this error instead. May I ask what did I do wrong?
|
Could you please help @anthonydahanne ? |
Java 22 support released in |
@KafkaProServerless I'm not sure what's wrong with your build, apparently you provided a JAR supposed to be built with I suggest you rather go ask further questions on Slack, since it's not related to this issue (unless it's Java 22 specific, but it does not seem to be the case) |
This happened today. Thoughts? Has been running with JDK 22 fine until today's build:
|
Doing the workaround as outlined here did make it work again: #565 (comment). Very strange because this has been working for months prior without any issues. |
Support for Java 22 is EOL, move to Java 23. See #720 |
If you need Java 22 for a bit longer, you can pin to https://github.com/paketo-buildpacks/bellsoft-liberica/releases/tag/v10.8.4. |
JDK 22 is available for download: https://bell-sw.com/pages/downloads/#jdk-22
The text was updated successfully, but these errors were encountered: