-
Notifications
You must be signed in to change notification settings - Fork 41
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 Java 11 #1601
Comments
Update: |
A PR for the doc zowe/docs-site#2287 |
zwe-init-certificate.log |
Another issue seen is a little stranger. The log said java 1.8.0_331, but when I asked if the person had done any system changed recently they mentioned they did update to java 11, and when they adjusted their setup the issue went away. So i'm not sure if this one is due to mix-matching java assets
|
The 23PI2 has plan to test and probably fix the issues coming from Java 11, as such I would keep the issue but once we verify this, we should instead of claiming no support, claim support. The linked Systems Squad issue is zowe/zowe-install-packaging#3329 |
Reference to related issue in APIML Squad: zowe/api-layer#2955 |
Testing related to Java 11 here: zowe/zowe-install-packaging#3329 |
Some users have tried java 11 with zowe on z/os and reported failure. One got stuck at install-time, where certificate work failed. Another I believe had a fully working zowe and upgraded to java 11, and it failed at runtime with some 0C4 relating to, i think it was certificates as well actually.
I believe we should update our version check code and our documentation both to explicitly say we only support java 8 at this time. No lower version, no higher version.
Unless java 11 works in containers... then we can make this a z/os specific declaration.
The text was updated successfully, but these errors were encountered: