We are migrating to opendistro elasticsearch from the elastic.co version. While we’re being audited for the usage of the opendistro version, we have seen that the opendistro uses Adoptopenjdk, I have tried looking inside the repo and the docker files but couldn’t find from where the adoptopenjdk is being downloaded and used in elasticsearch.
If the maintainers/contributors can answer this, it’ll greatly help in expediting the audit process for our team.
We do recommend that all users upgrade to OpenSearch rather than Open Distro: OpenSearch is actively maintained and updated. See here for help upgrading to OpenSearch.
Viewing the contents of either opensearch/opendistro gives the following, now I need to just know from where this jdk i.e adopt open jdk is sourced from. Is there any Github repo/ URL for the adopt AdoptOpenJDK ?
The AdoptOpenJDK distributions are downloaded from https://adoptopenjdk.net/ (using API [1] but is it not important). However since AdoptOpenJDK has been superseded by Adoptium [2], all recent releases use Eclipse Temurin distributions [3]. Hope it helps/
Since the AdoptOpenJDK project has been moved from the AdoptOpenJDK community to the Eclipse Foundation as Adoptium. There are certain T&Cs surrounding this move owing to which the Eclipse Adoptium project can produce and distribute only the “OpenJDK with HotSpot”and TCK certified binaries.
Is the above one “OpenJDK with hotspot or OpenJDK with OpenJ9 (Certified edition or Open source edition)”?
Also, ODFE 1.13.3 has adoptopenjdk or the eclipse one ?