Bug description
Java 21 is not supported by the packaged pitest (1.6.8)
Exception in thread "main" java.lang.IllegalArgumentException: Unsupported class file major version 65
Expected behavior
Run mutation testing
How to reproduce
Have a JDK 21 on your computer.
git clone git@github.com:NolwennD/UglyMolKKy-RefactoringKata.git
import existing maven project from java folder
run pitest on MolkkyTest
Additional context
Everything is fine with pitest and pitest-maven in version 1.15.3 with this command:
mvn test-compile org.pitest:pitest-maven:mutationCoverage
- Pitclipse version:
Installed from marketplace (v2.2.1.v20230330-0839)
- Eclipse IDE version:
- 2023-12
Bug description
Java 21 is not supported by the packaged pitest (1.6.8)
Expected behavior
Run mutation testing
How to reproduce
Have a JDK 21 on your computer.
Additional context
Everything is fine with pitest and pitest-maven in version 1.15.3 with this command:
Installed from marketplace (v2.2.1.v20230330-0839)