weizhouapache edited a comment on issue #3601: JDK11 support URL: https://github.com/apache/cloudstack/pull/3601#issuecomment-583374363 > @weizhouapache unfortunately in jdk11 they removed many of the core java-runtime packages which are now needed to be installed separately. The other issue is compiled bytecodes are not backward but forward compatible, so this PR can work with java runtime v11 (and above) but not below v11. @rhtyd I understand it will be lots of work if we support both jdk11 and old versions on management server. I am ok with removing openjdk8 support in cloudstack-management. This PR is not a problem for centos7 because it supports both jdk8 and jdk11. However, for ubuntu16 servers, we have to upgrade servers to ubuntu18 (or ubuntu20 if it supports jdk8) before upgrading cloudstack to 4.14. We can merge this PR at first. I will work on improvement to support both jdk8 and jdk11 on cloudstack-agent before 4.14.0.0 release.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
