You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/12/21 20:01:43 UTC

[GitHub] [pulsar] lhotari commented on issue #8445: Building Pulsar (incl. docker images) from source with Java 9+ (Java 11, Java 15, etc.) causes silent NoSuchMethodErrors at runtime

lhotari commented on issue #8445:
URL: https://github.com/apache/pulsar/issues/8445#issuecomment-749170481


   There a blog post with an easy solution: https://www.morling.dev/blog/bytebuffer-and-the-dreaded-nosuchmethoderror/ . 
   This property should be defined in pom.xml:
   ```
   <properties>
   <maven.compiler.release>8</maven.compiler.release> </properties>
   ```


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