-
Notifications
You must be signed in to change notification settings - Fork 7
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
Java 22 support #19
Comments
Bump! I also want Java 22! |
I didn't plan to push any more releases, because the upstream https://github.com/paketo-buildpacks now have multi-arch support for https://github.com/paketo-buildpacks/java and https://github.com/paketo-buildpacks/java-native-image AND they already have Java 22 support! This is my new maven config:
or
Spring Boot 3.3 now has CDS support, so the JVM images startup even faster! Take the upstream multi-arch-buildpacks for a spin. If they don't work out for you, I'll deploy a new release! |
@adityasamant25 @NotBjoggisAtAll I'll leave this open, but I really want you to try the upstream buildpacks, because they work! Let me know how it goes! |
@dashaun Thanks a lot for the information and Maven example. Here is the configuration for use with Gradle: bootBuildImage {
builder = 'paketobuildpacks/builder-jammy-buildpackless-tiny'
buildpacks = ['paketobuildpacks/java-native-image']
} |
The buildpack have multi-arch support but images they publish, like |
Firstly a big thanks for this project. It is a life-saver for Macs on the silicon chip.
Just a quick question, will there be support for Java 22 or does the project support LTS releases only?
The text was updated successfully, but these errors were encountered: