Skip to content

No latest_build_available":true results for semeru_certified JDK #152

@JackPGreen

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
  }
]

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