-
Notifications
You must be signed in to change notification settings - Fork 110
zulufx25*: add version 25.32.21 (jdk and jre) #584
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| { | ||
| "description": "Open Source Builds of Zulu With OpenJFX", | ||
| "homepage": "https://www.azul.com/products/zulu-community/zulufx/", | ||
| "version": "25.32.21", | ||
| "license": { | ||
| "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", | ||
| "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" | ||
| }, | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-fx-jdk25.0.2-win_x64.zip", | ||
| "hash": "50d428552aef90f1f36117f68f03a7f52f63753ade454b1319ea4ae44b52ac19", | ||
| "extract_dir": "zulu25.32.21-ca-fx-jdk25.0.2-win_x64" | ||
| } | ||
| }, | ||
| "env_add_path": "bin", | ||
| "env_set": { | ||
| "JAVA_HOME": "$dir" | ||
| }, | ||
| "checkver": { | ||
| "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1", | ||
| "jsonpath": "$..download_url", | ||
| "regex": "(?<name>zulu(?<version>[\\d.]+)-ca-fx-jdk(?<java>[\\d.]+)-win)_x64.zip", | ||
| "replace": "${version}" | ||
| }, | ||
| "autoupdate": { | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://cdn.azul.com/zulu/bin/$matchName_x64.zip", | ||
| "extract_dir": "$matchName_x64", | ||
| "hash": { | ||
| "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1", | ||
| "jp": "$..sha256_hash" | ||
| } | ||
| } | ||
| } | ||
| } | ||
|
Comment on lines
+26
to
+37
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Critical: Empty The autoupdate hash URL has 🔧 Proposed fix- "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1",
+ "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=25&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1",As per the pattern in 🤖 Prompt for AI Agents |
||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,38 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "description": "Open Source Builds of Zulu With OpenJFX", | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "homepage": "https://www.azul.com/products/zulu-community/zulufx/", | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "version": "25.32.21", | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "license": { | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" | ||||||||||||||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "architecture": { | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "64bit": { | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-fx-jre25.0.2-win_x64.zip", | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "hash": "4042b60589ef40e8d3bf38ae792e8143037ba6a39112ef88ca9ef7d2fa71b259", | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "extract_dir": "zulu25.32.21-ca-fx-jre25.0.2-win_x64" | ||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "env_add_path": "bin", | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "env_set": { | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "JAVA_HOME": "$dir" | ||||||||||||||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "checkver": { | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=&os=windows&arch=x64&archive_type=zip&java_package_type=jre&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1", | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "jsonpath": "$..download_url", | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "regex": "(?<name>zulu(?<version>[\\d.]+)-ca-fx-jre(?<java>[\\d.]+)-win)_x64.zip", | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "replace": "${version}" | ||||||||||||||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+20
to
+25
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Critical: Empty The 🔧 Proposed fix- "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=&os=windows&arch=x64&archive_type=zip&java_package_type=jre&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1",
+ "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=25&os=windows&arch=x64&archive_type=zip&java_package_type=jre&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1",As per the pattern in 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||||||||||||||||||||||
| "autoupdate": { | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "architecture": { | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "64bit": { | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "url": "https://cdn.azul.com/zulu/bin/$matchName_x64.zip", | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "extract_dir": "$matchName_x64", | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "hash": { | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=&os=windows&arch=x64&archive_type=zip&java_package_type=jre&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1", | ||||||||||||||||||||||||||||||||||||||||||||||||||
| "jp": "$..sha256_hash" | ||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+26
to
+37
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Critical: Empty The autoupdate hash URL has 🔧 Proposed fix "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=&os=windows&arch=x64&archive_type=zip&java_package_type=jre&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1",
+ "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=25&os=windows&arch=x64&archive_type=zip&java_package_type=jre&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1",As per the pattern in 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Critical: Empty
java_versionparameter will break version checking.The
checkverURL hasjava_version=(empty) at line 21, which will cause the Azul API call to fail or return incorrect results. Based on the version25.32.21and the pattern established inbucket/zulufx22-jdk.json, this should bejava_version=25.🔧 Proposed fix
As per the pattern in
bucket/zulufx22-jdk.json(lines 20-25), which usesjava_version=22for the corresponding Java 22 distribution.🤖 Prompt for AI Agents