Add support for Java 16
See original GitHub issueJava 16 is due to be released next week so it would be goot for pitest to be ready.
Right now it fails with Unsupported class file major version 60
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Eclipse with Java 16 Support - HowToDoInJava
2. Download and Install Eclipse · Download the Eclipse zip file and extract it to some location. · Launch Eclipse using eclipse.exe launcher...
Read more >Java 16 and IntelliJ IDEA - The JetBrains Blog
Java 16 features are supported in IntelliJ IDEA 2021.1, which is scheduled to be released this March. The early access versions of 2021.1...
Read more >JDK 16 Release Notes - Oracle
It includes a complete implementation of the Java SE 16 Platform and additional Java APIs to support developing, debugging, and monitoring Java applications ......
Read more >Add support for Java 16 #24402 - GitHub
Hi,. I want to raise this issue to collect/track the needed things in order for JDK 16 to work. Add JavaVersion.SIXTEEN; Adjust TestJarCreator...
Read more >New Features in Java 16 | Baeldung
Java 16 · As an enhancement to the default method in Interfaces, with the release of Java 16, support has been added to...
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
Works for me (1.6.5, Gradle 7, ‘info.solidsoft.pitest’ version ‘1.5.1’, Java 16, JUnit 5 with junit5PluginVersion = ‘0.14’). Thank you!
Excellent, thanks for the tip!