clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

Inconsistency between documentation and ChangeLogs regarding minimum JDK runtime requirements

Open linghengqian opened this issue 10 months ago • 1 comments

Describe your feedback

  • Inconsistency between documentation and ChangeLogs regarding minimum JDK runtime requirements.
  • For https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.6.4 , it is mentioned that,
Lowest supported Java version will be 11.
  Java 11 support will be ended before the end of 2023.
  It is recommended to use Java 21.
  • Image

  • But https://clickhouse.com/docs/en/integrations/java/jdbc-v2#environment-requirements mentions,

Environment requirements
[OpenJDK](https://openjdk.java.net/) version >= 8
  • Image

  • This is a bit of a conflict from my perspective. Is the minimum JDK runtime requirement now JDK8, or JDK11?

Code example

  • Probably not.

linghengqian avatar Feb 01 '25 01:02 linghengqian

I see https://github.com/ClickHouse/clickhouse-java/pull/2405 and https://github.com/ClickHouse/clickhouse-java/pull/2486 were merged with ci failure. So is the documentation wrong, or correct?

linghengqian avatar Jul 07 '25 02:07 linghengqian