Xavier FACQ

Results 29 comments of Xavier FACQ

I just add some details to explain that the _problem_ is that the browser doesn't allow to follow the 307 redirection to GitHub. ``` swagger-ui/#/Binary/getBinary:1 Access to fetch at 'https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u392-b08/OpenJDK8U-jdk_ppc64_aix_hotspot_8u392b08.tar.gz'...

Binaries of version jdk-21.0.1+12 are effectively not grouped under the same result, the Windows one outside of the rest. (see above) Maybe a solution is to append the expected os...

Note that the code is also duplicated in the projet https://github.com/adoptium/marketplace-api.adoptium.net

Hi, Meanwhile, I think that you can use the asset search instead: https://api.adoptium.net/q/swagger-ui/#/Assets/searchReleases `curl -X 'GET' \ 'https://api.adoptium.net/v3/assets/feature_releases/21/ea?architecture=x64&heap_size=normal&image_type=jdk&jvm_impl=hotspot&os=linux&page=0&page_size=1&project=jdk&sort_method=DEFAULT&sort_order=DESC&vendor=eclipse' \ -H 'accept: application/json'` Then get the link attribute from the first...

Is it something very simple like that you want? ![image](https://github.com/adoptium/adoptium.net/assets/3774556/8258d6eb-7a3e-4b52-a8bd-d14c47fe8786) **Questions**: - Do we add news "hardcoded" in the projet or coming from an API? - Do we need an...

Ok, so the goal is to display only 1 news. I have to find a solution for the publication. For the moment it is like the banner, in the file....

> and about the colours, can we use different colour for the title? ![image](https://github.com/adoptium/adoptium.net/assets/3774556/fd4d4f97-0193-4dbd-8c17-a000b577a2d5)

The infinite spinner is fixed to finish with a "Oups" message when data cannot be found (for a good or a bad reason). I reopen the issue, because we need...

@tellison For item 1 (Link to release notes is not prominent on the releases page.), what do think if we add some styles like in the image below: ![image](https://github.com/adoptium/adoptium.net/assets/3774556/af74c5fe-d957-49e0-8adc-2299d55ee5a6)

Regarding the point 4: _No default sort order? Should initially be by (a) priority then (b) component._ The actual default sort is "priority" ASC. There is no second field. The...