Skip to content

Conversation

YeonghyeonKO
Copy link
Contributor

@YeonghyeonKO YeonghyeonKO commented Aug 23, 2025

Description

### OpenSearch 3.1.0 (Docker)
➜ docker exec -it ef158537b656a39d932de166c9ddb4d504296c1db6ced45aa935161422b5f354 /bin/bash
[opensearch@ef158537b656 ~]$ java --version
openjdk 21.0.7 2025-04-15 LTS
OpenJDK Runtime Environment Temurin-21.0.7+6 (build 21.0.7+6-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.7+6 (build 21.0.7+6-LTS, mixed mode, sharing)

### OpenSearch 3.2.0 (Docker)
➜ docker exec -it 75f0e5a4f9efe059bcb249aa0d8588f440b9882b3631d5e8668f2fe877360930 /bin/bash
[opensearch@75f0e5a4f9ef ~]$ java --version
openjdk 24.0.2 2025-07-15
OpenJDK Runtime Environment Temurin-24.0.2+12 (build 24.0.2+12)
OpenJDK 64-Bit Server VM Temurin-24.0.2+12 (build 24.0.2+12, mixed mode, sharing)
  • [trivial] Even though the documentation for OpenSearch 3.1.0 specifies Java version 21.0.5+11, I'm currently using 21.0.7+6-LTS. Is it really necessary to be so specific about these minor version updates in the compatibility documentation?

Issues Resolved

Closes #10820

Version

  • OpenSearch >=3.2.0

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged.

Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer.

When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review.

@YeonghyeonKO
Copy link
Contributor Author

Hi @peterzhuamazon!
This PR for documentation of Java Compatibility with OpenSearch is in line with opensearch-project/common-utils#848. Could you tech-review it ?

Copy link
Collaborator

@natebower natebower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @YeonghyeonKO! LGTM

@natebower natebower merged commit d86ab01 into opensearch-project:main Aug 26, 2025
8 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 26, 2025
Signed-off-by: yeonghyeonKo <[email protected]>
(cherry picked from commit d86ab01)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] Revised Java Compatibility Documentation for OpenSearch 3.2.0
3 participants