You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2021/07/09 21:50:50 UTC

[GitHub] [logging-log4j2] garydgregory commented on pull request #480: Master java11

garydgregory commented on pull request #480:
URL: https://github.com/apache/logging-log4j2/pull/480#issuecomment-877474665


   > My understanding is that we will use the Java 11 compiler to generate Java-8 bytecode, so Log4j2 can be used with Java 8 at runtime.
   
   I do not think so, 2.x will remain Java 8, but 3.0 in master will be Java 11 only.
   
   You should never use Java 11 to compile to Java 8 unless you are compiling against the JRE 8 jars (which I am not sure makes sense) because Java has changed some API signatures in the NIO/Buffer area.
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org