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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to