volosied commented on PR #1060:
URL: https://github.com/apache/myfaces/pull/1060#issuecomment-5413978034

   API/ IMPl still use Java 11: 
   
   > javap -v ./target/classes/jakarta/faces/convert/ShortConverter.class | 
grep major
   >   major version: 55
   
   > javap -v 
./target/classes/org/apache/myfaces/renderkit/html/base/HtmlMessageRendererBase.class
 | grep major
   >   major version: 55
   
   
   Quarkus Extension use 17: 
   
   > javap -v 
./quarkus/runtime/target/classes/org/apache/myfaces/core/extensions/quarkus/runtime/exception/QuarkusExceptionHandler.class
 | grep major
   >   major version: 61


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