You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by GitBox <gi...@apache.org> on 2019/05/27 08:08:03 UTC

[GitHub] [curator] pacomendes edited a comment on issue #312: Compilation on jdk11 for release 8

pacomendes edited a comment on issue #312: Compilation on jdk11 for release 8
URL: https://github.com/apache/curator/pull/312#issuecomment-496120227
 
 
   @shayshim  @Randgalt If you've already been building and published release artifacts using JDK 11, I think it's sensible to just include the `--release` flag for future releases and upgrade your ci builds to use `openjdk11`.
   
   With changes in Oracle's licensing, the increased release cadence of JDKs, breaking changes introduced since 11 (removal of a number of JEE classes) and support for java platform module system, it's a very good time to upgrade your builds to ensure you don't accidentally reference removed types. JDK11 is an LTS 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:
users@infra.apache.org


With regards,
Apache Git Services