Opensearch compatibility with java 25

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):

Describe the issue: Which opensearch version is compatible with java 25

Configuration:

Relevant Logs or Screenshots:

Installing OpenSearch - OpenSearch Documentation

The above link has a table (as pasted below) which does not mention java 25 in the “compatible java version” column. Does it mean java 25 is not fully supported yet?

If it is supported, which opensearch version officially supports java 25 and please share link to this info?

@Bhupendra I’ve just checked both 3.2.0 and 3.5.0 Docker images and binaries.
As per the documentation, 3.2.0 ships with Java 24, and JAVA_HOME is set to that version. Which means the OpenSearch service runs with Java 24. The same applies to OpenSearch 3.5, which runs on Java 25.

Not sure why Java 21 is set as supported for 3.2.0 and 3.5.0. This could be a documentation bug.

I’ve just created a PR in OpenSearch documentation.

@pablo thanks a lot. This information helps.