Skip to content

No latest_build_available":true results for semeru_certified JDK #152

Description

@JackPGreen

When you query for semeru_certified JDKs, apparently none are latest_build_available.

 % curl -s 'https://api.foojay.io/disco/v3.0/packages?distro=semeru_certified' \
   | jq '.result
      | group_by(.latest_build_available)
      | map({latest_build_available: .[0].latest_build_available, count: length})'
[
  {
    "latest_build_available": false,
    "count": 560
  }
]

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