Skip to content

Commit a09a454

Browse files
openjdk: General-Availability to 23 and Early-Access to 24 (#528)
* openjdk: General-Availability to 23 and Early-Access to 24 * fix: update openjdk-ea.json as review
1 parent b2b92e3 commit a09a454

File tree

3 files changed

+43
-10
lines changed

3 files changed

+43
-10
lines changed

bucket/openjdk-ea.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"description": "Official Early-Access Builds of OpenJDK",
33
"homepage": "https://jdk.java.net/",
4-
"version": "22.0.2-9",
4+
"version": "24-18-ea",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://download.java.net/java/GA/jdk22.0.2/c9ecb94cd31b495da20a27d4581645e8/9/GPL/openjdk-22.0.2_windows-x64_bin.zip",
9-
"hash": "f2a9b9ab944e71a64637fcdc6b13a1188cf02d4eb9ecf71dc927e98b3e45f5dc"
8+
"url": "https://download.java.net/java/early_access/jdk24/18/GPL/openjdk-24-ea+18_windows-x64_bin.zip",
9+
"hash": "6146921a840c402763aa710b209d872b2b91ba63221f33e494fa1312cb2a706c"
1010
}
1111
},
12-
"extract_dir": "jdk-22.0.2",
12+
"extract_dir": "jdk-24",
1313
"env_add_path": "bin",
1414
"env_set": {
1515
"JAVA_HOME": "$dir"
1616
},
1717
"checkver": {
18-
"url": "https://jdk.java.net/22",
18+
"url": "https://jdk.java.net/24",
1919
"re": "/(?<type>early_access|GA)/(?<path>jdk(?<major>[\\d.]+)(?:.*)?/(?<build>[\\d]+)(?:/GPL|/binaries)?)/(?<file>openjdk-(?<version>[\\d.]+)(?<ea>-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))",
2020
"replace": "${version}-${build}${ea}"
2121
},

bucket/openjdk.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"description": "Official General-Availability Release of OpenJDK",
33
"homepage": "https://jdk.java.net/",
4-
"version": "21.0.2-13",
4+
"version": "23",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13/GPL/openjdk-21.0.2_windows-x64_bin.zip",
9-
"hash": "b6c17e747ae78cdd6de4d7532b3164b277daee97c007d3eaa2b39cca99882664"
8+
"url": "https://download.java.net/java/GA/jdk23/3c5b90190c68498b986a97f276efd28a/37/GPL/openjdk-23_windows-x64_bin.zip",
9+
"hash": "cba5013874ba50cae543c86fe6423453816c77281e2751a8a9a633d966f1dc04"
1010
}
1111
},
12-
"extract_dir": "jdk-21.0.2",
12+
"extract_dir": "jdk-23",
1313
"env_add_path": "bin",
1414
"env_set": {
1515
"JAVA_HOME": "$dir"
1616
},
1717
"checkver": {
18-
"url": "https://jdk.java.net/21/",
18+
"url": "https://jdk.java.net/23",
1919
"re": "/(?<type>early_access|GA)/(?<path>jdk(?<major>[\\d.]+)(?:.*)?/(?<build>[\\d]+)(?:/GPL|/binaries)?)/(?<file>openjdk-(?<version>[\\d.]+)(?<ea>-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))",
2020
"replace": "${version}-${build}${ea}"
2121
},

bucket/openjdk23.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"description": "Official production-ready open-source builds of OpenJDK 23",
3+
"homepage": "https://jdk.java.net/23",
4+
"version": "23",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://download.java.net/java/GA/jdk23/3c5b90190c68498b986a97f276efd28a/37/GPL/openjdk-23_windows-x64_bin.zip",
9+
"hash": "cba5013874ba50cae543c86fe6423453816c77281e2751a8a9a633d966f1dc04"
10+
}
11+
},
12+
"extract_dir": "jdk-23",
13+
"env_add_path": "bin",
14+
"env_set": {
15+
"JAVA_HOME": "$dir"
16+
},
17+
"checkver": {
18+
"url": "https://jdk.java.net/23",
19+
"re": "/(?<type>early_access|GA)/(?<path>jdk(?<major>[\\d.]+)(?:.*)?/(?<build>[\\d]+)(?:/GPL|/binaries)?)/(?<file>openjdk-(?<version>[\\d.]+)(?<ea>-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))",
20+
"replace": "${version}-${build}${ea}"
21+
},
22+
"autoupdate": {
23+
"architecture": {
24+
"64bit": {
25+
"url": "https://download.java.net/java/$matchType/$matchPath/$matchFile"
26+
}
27+
},
28+
"hash": {
29+
"url": "$url.sha256"
30+
},
31+
"extract_dir": "jdk-$matchVersion"
32+
}
33+
}

0 commit comments

Comments
 (0)