lhotari edited a comment on issue #8445: URL: https://github.com/apache/pulsar/issues/8445#issuecomment-749170481
There is 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: [email protected]
