The testPlugin configuration parameter is deprecated and should not be used. In fact, starting with 1.6.7 it is no longer used (it is enough to add the PIT plugin as a buildscript dependency or just set junit5PluginVersion to use the JUnit 5 plugin). In addition, that property is planned to be removed in PIT 1.8.0.
Using junit5PluginVersion no longer internally set testPlugin property. For using with old PIT (<1.6.7) it is required to set it explicitly in configuration.
Regression tests for JUnit Jupiter 5.8 (with JUnit Platform 1.8) and pitest-junit5-plugin 0.15
Upgrade Gradle wrapper to 6.9.1
Switch CI from defunct travis-ci.org to travis-ci.com
Compatibility notes:
Gradle 6.4+ is required (to fix deprecation warnings in Gradle 7)
Not directly related with this plugin, but keep in mind that JUnit Jupiter 5.8 (JUnit Platform 1.8) requires pitest-junit5-plugin 0.15+, while 5.7 (1.7) requires <=0.14. Set right plugin version for JUnit 5 version used in your project to avoid runtime errors (such as NoSuchMethodError: 'java.util.Optional org.junit.platform.commons.util.AnnotationUtils.findAnnotation(java.lang.Class, java.lang.Class, boolean)' - see #300).
all history files should be deleted before upgrading
the names of the remove conditionals mutators have changed slightly (it might be needed to update their names in build.gradle, if activated explicitly)
1.6.0
Report aggregation for multi-project builds - #243 - PR by Mike Safonov
Support new configuration property testStrengthThreshold (PIT 1.6.1+) - #247 - PR by Michael Hönnig
PIT 1.6.3 by default
Regression tests also with Gradle 7 (milestone)
Upgrade Gradle wrapper to 6.8.3
Remove deprecated mutateStaticInits and includeJarFiles
Sample configuration for the new report aggregation feature:
The testPlugin configuration parameter is deprecated and should not be used. In fact, starting with 1.6.7 it is no longer used (it is enough to add the PIT plugin as a buildscript dependency or just set junit5PluginVersion to use the JUnit 5 plugin). In addition, that property is planned to be removed in PIT 1.8.0.
Using junit5PluginVersion no longer internally set testPlugin property. For using with old PIT (<1.6.7) it is required to set it explicitly in configuration.
Regression tests for JUnit Jupiter 5.8 (with JUnit Platform 1.8) and pitest-junit5-plugin 0.15
Upgrade Gradle wrapper to 6.9.1
Switch CI from defunct travis-ci.org to travis-ci.com
Compatibility notes:
Gradle 6.4+ is required (to fix deprecation warnings in Gradle 7)
Not directly related with this plugin, but keep in mind that JUnit Jupiter 5.8 (JUnit Platform 1.8) requires pitest-junit5-plugin 0.15+, while 5.7 (1.7) requires <=0.14. Set right plugin version for JUnit 5 version used in your project to avoid runtime errors (such as NoSuchMethodError: 'java.util.Optional org.junit.platform.commons.util.AnnotationUtils.findAnnotation(java.lang.Class, java.lang.Class, boolean)' - see #300).
all history files should be deleted before upgrading
the names of the remove conditionals mutators have changed slightly (it might be needed to update their names in build.gradle, if activated explicitly)
1.6.0 - 2021-03-04
Report aggregation for multi-project builds - #243 - PR by Mike Safonov
Support new configuration property testStrengthThreshold (PIT 1.6.1+) - #247 - PR by Michael Hönnig
PIT 1.6.3 by default
Regression tests also with Gradle 7 (milestone)
Upgrade Gradle wrapper to 6.8.3
Remove deprecated mutateStaticInits and includeJarFiles
Sample configuration for the new report aggregation feature:
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps gradle-pitest-plugin from 1.4.0 to 1.7.4.
Release notes
Sourced from gradle-pitest-plugin's releases.
... (truncated)
Changelog
Sourced from gradle-pitest-plugin's changelog.
... (truncated)
Commits
5f3fa3f
Release version: 1.7.4c1d0237
Trigger release703ea28
Adjust test to remove hack for Gradle <6.0 compatibility09aeb45
#277 "Simplify" test with Groovy magic117d5a8
#277 Do not set testPlugins for junit5PluginVersioncd71c21
Remove hack for Gradle <6.0 compatibility0ad82e9
#277 Handle testPlugin deprecation4427d7c
CHANGELOG update5d3c8dc
PIT 1.7.4 by defaulte9f6691
Upgrade Gradle to 6.9.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)