Java 17 support?
See original GitHub issueAre we gonna get Java 17 support for free, or do we need to do something? I tried setting java-version
to 17
in v1 and it says:
Error: No valid download found for version 17.x and package jdk. Check https://static.azul.com/zulu/bin/ for a list of valid versions or download your own jdk file and add the jdkFile argument
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Oracle Java SE Support Roadmap
Oracle provides this Oracle Java SE Support Roadmap, to help you understand maintenance and support options and related timelines.
Read more >Java/OpenJDK - endoflife.date
Release Released Active Support
19 3 months ago. (20 Sep 2022) Ends in 2 months and 4 weeks. (21 Mar...
18 9 months ago. (22...
Read more >Java version history - Wikipedia
Java 7 is no longer publicly supported. For Java 11, long-term support will not be provided by Oracle for the public; instead, the...
Read more >Java 17, the Next Long-Term Support Release, is Now Available
Oracle has released version 17 of the Java programming language and virtual machine. As the first long-term support release since JDK 11 in ......
Read more >Chronicle Support Java 17
Chronicle Java 17 Support ... Starting from chronicle-bom-2.22ea26, all new releases can be run under Java 17 when run on the class path...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In the meanwhile, you may resort to download JDK 17 via https://www.oracle.com/java/technologies/jdk-script-friendly-urls/ and use it as an input of
setup-java
(@sormuras/bach/.github/workflows/ci.yml#L39-L50).setup-java@v2
setup-java@v1
Same as above without the
distribution: jdkfile
input line.zulu 17 is available in Github actions.
Hantsy Bai
Self-employed consultant, fullstack developer, agile coach
GitHub: https://github.com/hantsy
Twitter: @.*** Medium: @.***
On Mon, Sep 20, 2021 at 1:50 PM Zac Sweers @.***> wrote: