-
Notifications
You must be signed in to change notification settings - Fork 539
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 for Java 21 #2381
Comments
At this moment, there are no packages available for any of our base images |
Hi there, what is the status of this issue? |
We'll deliver this in next minor version release. However, we'll likely update and release our base images this week. |
Leaving this on hold until #2381 gets merged or before we plan our next release |
…se-jkube#2381 Signed-off-by: Marc Nuri <marc@marcnuri.com>
Signed-off-by: Marc Nuri <marc@marcnuri.com>
Description
Java 21 has been released on the 19th of September 2023.
Update our base images to be Java 21 compatible.
Requires Add Java 21 image variants jetty/jetty.docker#177
feat(jkube-jetty): support for Java 21 jkube-images#40
Karaf 4.4.4 doesn't have full support for Java 21
org.osgi.service.blueprint.container.ComponentDefinitionException: java.lang.IllegalArgumentException: Invalid Java version 65
.Need to wait for Karaf 4.5.x
feat(jkube-karaf): support for Java 21 jkube-images#37
https://lists.apache.org/thread/8rynxznzztjplf8454njsjgzl8o0ojrf
https://issues.apache.org/jira/browse/ARIES-2125
[ARIES-2125] Add JDK 20 and 21 support apache/aries#241
ARIES-2126: Update ASM to 9.5 apache/aries#242
ARIES-2127: Add constants for Java 20/21 apache/aries#243
https://lists.apache.org/thread/3vt19g1r4w6mcoqtpxxnsrsz2h4h69zw
Support Java 21 in Builder.JavaVersion apache/karaf#1810
The text was updated successfully, but these errors were encountered: