Skip to content

[BUG] Missing signature URLs #151

Description

@bmarwell

Some releases do not have a signature URL:

curl "https://api.foojay.io/disco/v3.0/ids/9b0e6cc0427781fa76f4e5bba0579471"
{
  "result":[
    {
    "filename":"OpenJDK25U-jdk_ppc64_aix_hotspot_25.0.2_10.tar.gz",
    "direct_download_uri":"https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jdk_ppc64_aix_hotspot_25.0.2_10.tar.gz",
    "download_site_uri":"",
    "signature_uri":"",
    "checksum_uri":"",
    "checksum":"191305cfb0d133b51c956a4ae007d468275f3ff0e9778ae0481336e29238071c",
    "checksum_type":"sha256"
  }
    ],
  "message":""
}

However, I can see the signature here:

https://github.com/adoptium/temurin25-binaries/releases/tag/jdk-25.0.2%2B10

https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-debugimage_ppc64_aix_hotspot_25.0.2_10.tar.gz.sig

as well as the checksum URI:

https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-debugimage_ppc64_aix_hotspot_25.0.2_10.tar.gz.sha256.txt

I think they should be updated into the API as soon as they appear.
They exist since Jan 29, 2026.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions