Skip to content

Disambiguate Dragonwell Standard & Extended #80

Description

@sh41

Thank you @joschi for resolving #78 so quickly. It looks like Dragonwell has a similar issue with their two flavours, Standard & Extended, where it isn't possible to determine which is which from the data without referring to the filename:

$ jq '.[] | select(.version == "21.0.7.0.7.6" and .architecture == "x86_64" and .features == [] and .file_type == "zip") '

A diff

5c5
<   "filename": "Alibaba_Dragonwell_Extended_21.0.7.0.7.6_x64_windows.zip",
---
>   "filename": "Alibaba_Dragonwell_Standard_21.0.7.0.7.6_x64_windows.zip",
9,10c9,10
<   "md5": "7728073d870192934df56aba962f6f8c",
<   "md5_file": "Alibaba_Dragonwell_Extended_21.0.7.0.7.6_x64_windows.zip.md5",
---
>   "md5": "437136aa4c34b5331efe56f131e0fd71",
>   "md5_file": "Alibaba_Dragonwell_Standard_21.0.7.0.7.6_x64_windows.zip.md5",
13,20c13,20
<   "sha1": "e794a1332f3941c478c85724257e3f693792802b",
<   "sha1_file": "Alibaba_Dragonwell_Extended_21.0.7.0.7.6_x64_windows.zip.sha1",
<   "sha256": "3c04a75b35ff585b9084228876055ebc799c667d07922766dec9811c4c7c97ba",
<   "sha256_file": "Alibaba_Dragonwell_Extended_21.0.7.0.7.6_x64_windows.zip.sha256",
<   "sha512": "ddbca327607485045f00d2040de9a7e8764ecd96226f1406db6ca178cb1e7c4361c9c239c8acef5618ff1af370610b6b8086a8d3f8aa78ef7826541b6c643925",
<   "sha512_file": "Alibaba_Dragonwell_Extended_21.0.7.0.7.6_x64_windows.zip.sha512",
<   "size": 212019993,
<   "url": "https://github.com/dragonwell-project/dragonwell21/releases/download/dragonwell-extended-21.0.7.0.7+6_jdk-21.0.7-ga/Alibaba_Dragonwell_Extended_21.0.7.0.7.6_x64_windows.zip",
---
>   "sha1": "ef4d88a19c419ade7c75370f134f420435526dca",
>   "sha1_file": "Alibaba_Dragonwell_Standard_21.0.7.0.7.6_x64_windows.zip.sha1",
>   "sha256": "bee7c62da406088ff71098b1b4e1d73ed703a9452e5a72decf63a7db80839450",
>   "sha256_file": "Alibaba_Dragonwell_Standard_21.0.7.0.7.6_x64_windows.zip.sha256",
>   "sha512": "b2af3085702d417c114ceb2527c12df312d321c6f1cc9df8e20b8497cdd06035ff08c7dae44553ba2f95f9e09f6fc9d49f3defb686082de877ed29c7475485d7",
>   "sha512_file": "Alibaba_Dragonwell_Standard_21.0.7.0.7.6_x64_windows.zip.sha512",
>   "size": 203112141,
>   "url": "https://github.com/dragonwell-project/dragonwell21/releases/download/dragonwell-standard-21.0.7.0.7+6_jdk-21.0.7-ga/Alibaba_Dragonwell_Standard_21.0.7.0.7.6_x64_windows.zip",

Data:

{
  "architecture": "x86_64",
  "features": [],
  "file_type": "zip",
  "filename": "Alibaba_Dragonwell_Extended_21.0.7.0.7.6_x64_windows.zip",
  "image_type": "jdk",
  "java_version": "21.0.7.0.7.6",
  "jvm_impl": "hotspot",
  "md5": "7728073d870192934df56aba962f6f8c",
  "md5_file": "Alibaba_Dragonwell_Extended_21.0.7.0.7.6_x64_windows.zip.md5",
  "os": "windows",
  "release_type": "ga",
  "sha1": "e794a1332f3941c478c85724257e3f693792802b",
  "sha1_file": "Alibaba_Dragonwell_Extended_21.0.7.0.7.6_x64_windows.zip.sha1",
  "sha256": "3c04a75b35ff585b9084228876055ebc799c667d07922766dec9811c4c7c97ba",
  "sha256_file": "Alibaba_Dragonwell_Extended_21.0.7.0.7.6_x64_windows.zip.sha256",
  "sha512": "ddbca327607485045f00d2040de9a7e8764ecd96226f1406db6ca178cb1e7c4361c9c239c8acef5618ff1af370610b6b8086a8d3f8aa78ef7826541b6c643925",
  "sha512_file": "Alibaba_Dragonwell_Extended_21.0.7.0.7.6_x64_windows.zip.sha512",
  "size": 212019993,
  "url": "https://github.com/dragonwell-project/dragonwell21/releases/download/dragonwell-extended-21.0.7.0.7+6_jdk-21.0.7-ga/Alibaba_Dragonwell_Extended_21.0.7.0.7.6_x64_windows.zip",
  "vendor": "dragonwell",
  "version": "21.0.7.0.7.6"
}
{
  "architecture": "x86_64",
  "features": [],
  "file_type": "zip",
  "filename": "Alibaba_Dragonwell_Standard_21.0.7.0.7.6_x64_windows.zip",
  "image_type": "jdk",
  "java_version": "21.0.7.0.7.6",
  "jvm_impl": "hotspot",
  "md5": "437136aa4c34b5331efe56f131e0fd71",
  "md5_file": "Alibaba_Dragonwell_Standard_21.0.7.0.7.6_x64_windows.zip.md5",
  "os": "windows",
  "release_type": "ga",
  "sha1": "ef4d88a19c419ade7c75370f134f420435526dca",
  "sha1_file": "Alibaba_Dragonwell_Standard_21.0.7.0.7.6_x64_windows.zip.sha1",
  "sha256": "bee7c62da406088ff71098b1b4e1d73ed703a9452e5a72decf63a7db80839450",
  "sha256_file": "Alibaba_Dragonwell_Standard_21.0.7.0.7.6_x64_windows.zip.sha256",
  "sha512": "b2af3085702d417c114ceb2527c12df312d321c6f1cc9df8e20b8497cdd06035ff08c7dae44553ba2f95f9e09f6fc9d49f3defb686082de877ed29c7475485d7",
  "sha512_file": "Alibaba_Dragonwell_Standard_21.0.7.0.7.6_x64_windows.zip.sha512",
  "size": 203112141,
  "url": "https://github.com/dragonwell-project/dragonwell21/releases/download/dragonwell-standard-21.0.7.0.7+6_jdk-21.0.7-ga/Alibaba_Dragonwell_Standard_21.0.7.0.7.6_x64_windows.zip",
  "vendor": "dragonwell",
  "version": "21.0.7.0.7.6"
}

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions