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


   Fixes #8445
   
   ### Motivation
   
   Specifying "release" parameter for maven-compiler-plugin is required on 
JDK11 to fix binary compatibility with JDK 8. 
   This blog post describes the problem and the solution: 
https://www.morling.dev/blog/bytebuffer-and-the-dreaded-nosuchmethoderror/
   
   ### Modifications
   
   - rename jdk11-tests profile to jdk11
   - add maven.compiler.release property that matches the maven.compiler.target 
property value
   - add a workaround for configuring the maven-compiler-plugin since setting 
maven.compiler.release property alone didn't configure the plugin properly


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


Reply via email to