vanilladb / vanillacore

The core engine of VanillaDB
Apache License 2.0
196 stars 41 forks source link

Fix NoSuchMethodError in JavaNioByteBuffer #105

Closed wilbertharriman closed 1 year ago

wilbertharriman commented 1 year ago

In short, the error is caused by Maven defaulting to newer Java version when compiling. As a result, the build artifact is not compatible with Java 8.

For more details on what's wrong, refer to

https://www.morling.dev/blog/bytebuffer-and-the-dreaded-nosuchmethoderror/