jmxtrans / jmxtrans-agent

Java Agent based JMX metrics exporter.
MIT License
177 stars 110 forks source link

Fixed the JDK version compatibility issue with Buffer class #156

Closed endoplasmicR closed 3 years ago

endoplasmicR commented 3 years ago

This should address the issue when running with a different JRE than the compilation version: https://stackoverflow.com/questions/61267495/exception-in-thread-main-java-lang-nosuchmethoderror-java-nio-bytebuffer-flip

endoplasmicR commented 3 years ago

@cyrille-leclerc can you take a look and decide if it should be merged?