Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Point the sapmachine LTS to sapmachine21
  • Loading branch information
Merlin-Xu-G committed Jun 18, 2026
commit 6c3ce4899c9cb2f65b776456a0c19415864f11cf
10 changes: 5 additions & 5 deletions bucket/sapmachine-lts-jdk.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"description": "SapMachine LTS: An OpenJDK release maintained and supported by SAP",
"homepage": "https://sap.github.io/SapMachine/",
"version": "17.0.19",
"version": "21.0.11",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.19/sapmachine-jdk-17.0.19_windows-x64_bin.zip",
"hash": "124de61d21a4a911827a63dc6a7f97fbb105a90568a11a56d4ff7c7a0c7421ec"
"url": "https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.11/sapmachine-jdk-21.0.11_windows-x64_bin.zip",
"hash": "32d8d2b5d8fe4c761a625d6d8f51cd5e3cf3e427c715f8c8a828c668e00839be"
}
},
"extract_dir": "sapmachine-jdk-17.0.19",
"extract_dir": "sapmachine-jdk-21.0.11",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://sap.github.io/SapMachine/assets/data/sapmachine_releases.json",
"jsonpath": "$.assets.17.releases[0].jdk.windows-x64",
"jsonpath": "$.assets.21.releases[0].jdk.windows-x64",
"regex": "(?<sap>/sapmachine-(?:[\\d.]+)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jdk-(?<version>[\\d.]+)(?:(?<dash>-)(?<ea>ea)\\.(?<build>[\\d]+))?_windows-x64_bin).zip",
"replace": "${version}${dash}${build}${dash}${ea}"
},
Expand Down
10 changes: 5 additions & 5 deletions bucket/sapmachine-lts-jre.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"description": "SapMachine LTS: An OpenJDK release maintained and supported by SAP",
"homepage": "https://sap.github.io/SapMachine/",
"version": "17.0.19",
"version": "21.0.11",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.19/sapmachine-jre-17.0.19_windows-x64_bin.zip",
"hash": "50fbc1804ce3370770798edbf9b953782b0cf21b808c07e1edef7c1181ad4a1c"
"url": "https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.11/sapmachine-jre-21.0.11_windows-x64_bin.zip",
"hash": "b7bf063bd473c4656ce5ab2ae1e65bfaa88ae611cfc5f6e20a779e5395abe3a8"
}
},
"extract_dir": "sapmachine-jre-17.0.19",
"extract_dir": "sapmachine-jre-21.0.11",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://sap.github.io/SapMachine/assets/data/sapmachine_releases.json",
"jsonpath": "$.assets.17.releases[0].jre.windows-x64",
"jsonpath": "$.assets.21.releases[0].jre.windows-x64",
"re": "(?<sap>/sapmachine-(?:[\\d.]+)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jre-(?<version>[\\d.]+)(?:(?<dash>-)(?<ea>ea)\\.(?<build>[\\d]+))?_windows-x64_bin).zip",
"replace": "${version}${dash}${build}${dash}${ea}"
},
Expand Down