Oracle Graalvm 25.0.0 is missing #6602
|
Hi,
As far as a can see Oracle released a 25.0.0. List likely the java meta data scraper isn't working correctly. Really appreciate your work. |
Replies: 4 comments 3 replies
|
The scraper does scrape https://www.oracle.com/java/technologies/downloads/ which used to list Oracle GraalVM releases. It seems that Oracle GraalVM has been discontinued as mentioned at https://blogs.oracle.com/java/post/detaching-graalvm-from-the-java-ecosystem-train. Older releases are only available via support as of now. |
|
You're right about the discussion around GraalVM but nevertheless they released a 25 version apparently. Although the download site says that 24 is the last version. [https://www.graalvm.org/downloads/](GraalVM Downloads) with multiple versions e.g. [https://download.oracle.com/graalvm/25/latest/graalvm-jdk-25_linux-x64_bin.tar.gz](Linux x64). These differ from the community releases. |
|
Guess i will add those manually, not worth adapting the crawler. They should most likely appear tomorrow after the next nightly run. |
|
@roele Not sure if you want me to create a new discussion, but found this one on my search. 25.0.2 and 25.0.3 are missing For example: https://download.oracle.com/graalvm/25/archive/graalvm-jdk-25.0.2_macos-aarch64_bin.tar.gz Went to test some native compilation for micronaut development and couldn't because "25.0.1" was too old 🙄 Could we get 25.0.2 and 25.0.3 added? |
Guess i will add those manually, not worth adapting the crawler. They should most likely appear tomorrow after the next nightly run.