wise-coders/mongodb-jdbc-driver

Java::JavaLang::UnsupportedClassVersionError

Dongzhenpu opened this issue · 2 comments

Hi, I'm going to test sync mongo data to es using logstash-input-jdbc, I found here said The driver is compatible with Java 8, but when I use this Driver in logstash, I saw the following error logs:

Java::JavaLang::UnsupportedClassVersionError: org/graalvm/polyglot/proxy/ProxyObject has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

does this mean the driver now only compatible with JAVA 11? or is there any other solution?

We updated the page and set Java 11 as a compatible version. The latest GraalVM libraries which are used in this project require Java 11.

and update README.md BTW.