adoptium.net icon indicating copy to clipboard operation
adoptium.net copied to clipboard

Architecture list on the download pages should be sorted

Open sxa opened this issue 1 month ago • 1 comments

Describe the bug When downloading from https://adoptium.net/en-GB/temurin/releases the order of the architectures is inconsistent. This means you have to make extra effort to make sure you click the right thing (I've just accidentally downloaded Linux/aarch64 jdk17 instead of Linux/x64 because of this)

To Reproduce Steps to reproduce the behavior. Go to the download page above and click the different tabs for the different jdk releases

jdk25: aarch64 first, x64 fourth:

Image

jdk21: s390x first, x64 second:

Image

jdk17: aarch64 first, x64 third

Image

jdk11: x64 first

Image

jdk8: x64 first

Image

Expected behavior Some consistency in the ordering of platform names so the panels behave the same. Either:

  • List them alphabetically
  • List them alphabetically other than x64 which could be at the front
  • List them reverse-alphabetically which would naturally put x64 at the front :-)

Regardless of the solution and where it appears in the list, I would suggest that x64 should be the default one selected in all cases.

Screenshots Included above

Desktop (please complete the following information):

  • OS: [e.g. iOS] Fedora 42/x64
  • Browser [e.g. chrome, safari] Firefox
  • Version [e.g. 22] 144

Smartphone (please complete the following information):

n/a

Additional context n/a

sxa avatar Oct 29 '25 10:10 sxa

@sxa Hi! Can I work on this issue?

SehrishHussain avatar Nov 01 '25 12:11 SehrishHussain