- The documentation does not seem to document the minimum JDK runtime requirement for
org.elasticsearch.plugin:x-pack-sql-jdbc
. - I am of course aware that using the JDBC driver requires a trial or paid license for the Elasticsearch cluster, and that the JDBC driver
org.elasticsearch.plugin:x-pack-sql-jdbc
itself is not an OSS license. I mainly want to test the PR [FLINK-30702] Add Elasticsearch dialect by grzegorz8 · Pull Request #136 · apache/flink-connector-jdbc · GitHub on the Apache Flink side locally. - But SQL JDBC | Elasticsearch Guide [8.17] | Elastic does not seem to record the minimum JDK version requirement for
org.elasticsearch.plugin:x-pack-sql-jdbc
. - I want to know whether the minimum JDK version requirement for
org.elasticsearch.plugin:x-pack-sql-jdbc
is JDK 8, or JDK23 consistent with Elasticsearch Server? I'm referring to Update bundled jdk to 23 by rjernst · Pull Request #114823 · elastic/elasticsearch · GitHub .