Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.7] Bump bundled JDK to Java 20.0.1 #95373

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-tools-internal/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ elasticsearch = 8.7.1
lucene = 9.5.0

bundled_jdk_vendor = openjdk
bundled_jdk = 20+36@bdc68b4b9cbc4ebcb30745c85038d91d
bundled_jdk = 20.0.1+9@b4887098932d415489976708ad6d1a4b

# optional dependencies
spatial4j = 0.7
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/95373.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 95373
summary: "[8.7] Bump bundled JDK to Java 20.0.1"
area: Packaging
type: upgrade
issues: []
26 changes: 13 additions & 13 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1492,25 +1492,25 @@
<sha256 value="0a4aa0f2606bd6292a7ccd7d67a0db914bf5874dfb8a6184df3e6d63cdc93702" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="openjdk_20" name="linux" version="20">
<artifact name="linux-20-aarch64.tar.gz">
<sha256 value="b671dd1513e7bd4f3de6b1424a90a4998997a67593bf259936d55f5e83e31959" origin="Generated by Gradle"/>
<component group="openjdk_20" name="linux" version="20.0.1">
<artifact name="linux-20.0.1-aarch64.tar.gz">
<sha256 value="f1935fb2046bf5cfb609522f243909ee8e47e6be3db925df40c46f0465b30434" origin="Generated by Gradle"/>
</artifact>
<artifact name="linux-20-x64.tar.gz">
<sha256 value="bb863b2d542976d1ae4b7b81af3e78b1e4247a64644350b552d298d8dc5980dc" origin="Generated by Gradle"/>
<artifact name="linux-20.0.1-x64.tar.gz">
<sha256 value="4248a3af4602dbe2aefdb7010bc9086bf34a4155888e837649c90ff6d8e8cef9" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="openjdk_20" name="macos" version="20">
<artifact name="macos-20-aarch64.tar.gz">
<sha256 value="d020f5c512c043cfb7119a591bc7e599a5bfd76d866d939f5562891d9db7c9b3" origin="Generated by Gradle"/>
<component group="openjdk_20" name="macos" version="20.0.1">
<artifact name="macos-20.0.1-aarch64.tar.gz">
<sha256 value="78ae5bb4c96632df8d3f776919c95653d1afd3e715981c4d33be5b3c81d05420" origin="Generated by Gradle"/>
</artifact>
<artifact name="macos-20-x64.tar.gz">
<sha256 value="47cf960d9bb89dbe987535a389f7e26c42de7c984ef5108612d77c81aa8cc6a4" origin="Generated by Gradle"/>
<artifact name="macos-20.0.1-x64.tar.gz">
<sha256 value="215a181fda2ac9f33d8262476eba6c9beb0ae20d2b592e03411fe71a7d89bb24" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="openjdk_20" name="windows" version="20">
<artifact name="windows-20-x64.zip">
<sha256 value="c92fae5e42b9aecf444a66c8ec563c652f60b1e231dfdd33a4f5a3e3603058fb" origin="Generated by Gradle"/>
<component group="openjdk_20" name="windows" version="20.0.1">
<artifact name="windows-20.0.1-x64.zip">
<sha256 value="31ca4a8cbdea1da7fb441194e756dd1adbedfc05bd1135a1ecc46b4288ea8942" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.abego.treelayout" name="org.abego.treelayout.core" version="1.0.3">
Expand Down