Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade PITest dependency -- Unsupported class file major version 58 fixed in PITest 1.5.1 #54

Open
MysterAitch opened this issue Nov 13, 2020 · 1 comment

Comments

@MysterAitch
Copy link

Characteristics

  • Issue Type: [feature]
  • Reproducibility: [always]
  • Severity: [block]
  • Tool/Service/Component: pitmp-maven-plugin:1.3.7, pitest-junit5-plugin:0.12

Description

Hi,

pitest version 1.5.1 introduced java 14 support (March 2020), but the version used here seems to be 1.4.7 (March 2019) and the latest version is 1.5.2 (May 2020).

Are there plans to upgrade the dependency?

<pit.version>1.4.7</pit.version>

The reason this has come up is because I get the

[ERROR] Failed to execute goal eu.stamp-project:pitmp-maven-plugin:1.3.7:run (default-cli) on project javaparser-core-testing: Execution default-cli of goal eu.stamp-project:pitmp-maven-plugin:1.3.7:run failed: Unsupported class file major version 58 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal eu.stamp-project:pitmp-maven-plugin:1.3.7:run (default-cli) on project javaparser-core-testing: Execution default-cli of goal eu.stamp-project:pitmp-maven-plugin:1.3.7:run failed: Unsupported class file major version 58

Steps to reproduce

Other files and URLs

Relationships

@MosheElisha
Copy link

Requesting upgrade to an even later PITest release to support Java 15 as well (Unsupported class file major version 59)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants