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

Incompatibility with PITest 1.4.3 #35

Open
dmitry-timofeev opened this issue Oct 8, 2018 · 2 comments
Open

Incompatibility with PITest 1.4.3 #35

dmitry-timofeev opened this issue Oct 8, 2018 · 2 comments

Comments

@dmitry-timofeev
Copy link

Hi, cool project! I've encountered an incompatibility with the recent PITest:

Characteristics

  • Issue Type: bug
  • Reproducibility: always
  • Severity: minor
  • Tool/Service/Component: 1.3.6
  • Execution Environment: Oracle JDK 8, Maven 3.5.4, Ubuntu 16.04

Description

Such configuration

      <plugin>
        <groupId>eu.stamp-project</groupId>
        <artifactId>pitmp-maven-plugin</artifactId>
        <version>1.3.6</version>
        <dependencies>
          <dependency>
            <groupId>org.pitest</groupId>
            <artifactId>pitest-maven</artifactId>
            <version>1.4.3</version>
          </dependency>
          <dependency>
            <groupId>org.pitest</groupId>
            <artifactId>pitest-junit5-plugin</artifactId>
            <version>0.7</version>
          </dependency>
        </dependencies>
      </plugin>

causes the build to fail with the following error:

[ERROR] Failed to execute goal eu.stamp-project:pitmp-maven-plugin:1.3.6:run (default-cli) on project foo: Execution default-cli of goal eu.stamp-project:pitmp-maven-plugin:1.3.6:run failed: An API incompatibility was encountered while executing eu.stamp-project:pitmp-maven-plugin:1.3.6:run: java.lang.NoSuchMethodError: org.pitest.mutationtest.config.ReportOptions.setFullMutationMatrix(Z)V

Works fine with 1.4.2.

@pedrorijo91
Copy link
Contributor

this supported versions are documented under https://github.com/STAMP-project/pitmp-maven-plugin#releases

@oscarlvp
Copy link
Member

oscarlvp commented Nov 8, 2018

1.3.7-SNAPSHOT has been deployed to the Nexus repository and should address this issue.

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

Successfully merging a pull request may close this issue.

3 participants