-
Notifications
You must be signed in to change notification settings - Fork 69
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
replace java 11 by java 17 #179
Comments
The released CP versions will continue to ship with their respective version of Java as per: https://docs.confluent.io/platform/current/installation/versions-interoperability.html#java-sys-req JDK17 support will come in the form of a new major CP release, which at this time isn't clear or on a roadmap I'm aware of. |
confluent 7.1.0 is out with kafka 3.1.X support https://docs.confluent.io/platform/current/installation/versions-interoperability.html |
Any roadmap/document about the official support of Java17 in CP? |
Interestingly, the linked versions-interoperability document from Confluent (linked twice above) recommends Java 17 over 11 and 8, but the official distributions still use Java 11. I can't find documentation that says java version updates are reserved for major version CP releases. Perhaps that could be rechecked/revisited? I would have thought that the recommended version is the version shipped in official releases. You can also look to e.g. Elastic who have done Java version updates in minor versions of their products and seemingly gotten away just fine with it. |
base image is sill using java11 common-docker/base/Dockerfile.ubi8 Line 100 in 1365ddb
but documentation say
|
Any progress on this issue? |
Is there any update regarding Java version upgrade in base image? |
Update? |
Coming here to comment as well that the docs are confusing because according to this matrix : https://docs.confluent.io/platform/current/installation/versions-interoperability.html#java The recommended version of Java since It is a bit strange that the images do not ship with the recommended version of Java For now, I just removed Java 11 and installed Java 17 myself
|
Any update on this ? |
Would love an update on this as well, this prevents a lot of teams from moving on from Java 11. Thank you! |
I think that to avoid being blocked you can try what I mentioned above and just install it yourself. As @andrewegel pointed out, it is not even in the roadmap yet so it will take months at best |
done in confluent 7.7.0 |
Kafka 3.1.0 is officially compatible with java 17 , it would be great to update the base of the common image to use the latest LTS java version
The text was updated successfully, but these errors were encountered: