It appears that the index for Zulu JDK 17 does not go any farther than 17.46.19, even though on the Azul site there have been newer releases including the most recent which appears to be 17.48.15.
I believe this is due to an unexpected entry in the file list the update scripts receive from the Azul archive. It has problems with names like zre9.0.0.15-jre9.0.0-macosx_x64.dmg, which end up causing the script to exit early, before its able to update files like all.json.
It appears that the index for Zulu JDK 17 does not go any farther than 17.46.19, even though on the Azul site there have been newer releases including the most recent which appears to be 17.48.15.
I believe this is due to an unexpected entry in the file list the update scripts receive from the Azul archive. It has problems with names like
zre9.0.0.15-jre9.0.0-macosx_x64.dmg
, which end up causing the script to exit early, before its able to update files likeall.json
.You can see the script exiting early in the Github actions runs around here, for example - https://github.com/joschi/java-metadata/actions/runs/8331606613/job/22798869808#step:4:9457
Here is a PR that somewhat crudely works around the problem by ignoring entries containing
zre
.