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

Fix compatibility issues with Pitest 1.5.x #30

Open
jimbethancourt opened this issue May 10, 2020 · 0 comments
Open

Fix compatibility issues with Pitest 1.5.x #30

jimbethancourt opened this issue May 10, 2020 · 0 comments

Comments

@jimbethancourt
Copy link
Contributor

The Pitest class org.pitest.util.Preconditions was removed in Pitest 1.5.0, breaking pitest-cucumber-plugin's forward compatibility with Pitest.

jimbethancourt added a commit to jimbethancourt/pitest-cucumber-plugin that referenced this issue May 10, 2020
org.pitest.util.Preconditions was removed in Pitest 1.5.0
Now using Objects.requireNonNull(config)
Updated POM to use Pitest 1.5.1 and Cucumber 5.7.0
Updated compatibility matrix for version 0.9 and 0.10
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

1 participant