You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/05/13 20:09:09 UTC

[GitHub] [pulsar] lhotari opened a new pull request #10580: Switch to use JDK11 for CI and Docker images

lhotari opened a new pull request #10580:
URL: https://github.com/apache/pulsar/pull/10580


   ### Motivation
   
   There has been discussions on the Pulsar dev mailing list and in Pulsar Community meetings about making the switch to use JDK11 for CI and for the Pulsar docker images in 2.8.0 release.
   The code is kept binary compatible with Java 8 and is compiled in JDK 11 with the `--release 8` javac option.
   
   ### Modifications
   
   - Use Java 11 to run all GitHub Actions builds
   - Switch base images of docker images from OpenJDK 8 to OpenJDK 11.
   - Fix dependencies and license files when using JDK 11.
   
   


-- 
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:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui merged pull request #10580: Switch to use JDK11 for CI and Docker images

Posted by GitBox <gi...@apache.org>.
codelipenghui merged pull request #10580:
URL: https://github.com/apache/pulsar/pull/10580


   


-- 
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:
users@infra.apache.org