Support for thresholds in aggregated metrics (requires PIT 1.9.9+) - #319 - PR by pfoerd
Support for verbosity flag, "spinner" disabled by default - #267 - PR by Carsten Otto
PIT 1.9.11 by default
Do not produce timestamped reports by default for PIT 1.9.6+ - suggestion by Siddardha Bezawada
Minimal supported PIT version is 1.7.1 (due to "verbosity" flag used by default)
Deprecate verbose flag - verbosity is much more versatile, especially when used from the Gradle plugin
Compatibility notes
Due to the usage of the "verbosity" flag by default, the minimal supported PIT version is 1.7.1 (released 2021-09-29).
Due to the changes in PIT 1.9.6, timestamped reported are not generated by default (with PIT 1.9.6+). It still can be enforced in the GPP configuration.
1.9.0
PIT 1.9.4 by default (requires pitest-junit5-plugin 1.0.0!)
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).
Support for thresholds in aggregated metrics (requires PIT 1.9.9+) - #319 - PR by pfoerd
Support for verbosity flag, "spinner" disabled by default - #267 - PR by Carsten Otto
PIT 1.9.11 by default
Do not produce timestamped reports by default for PIT 1.9.6+ - suggestion by Siddardha Bezawada
Minimal supported PIT version is 1.7.1 (due to "verbosity" flag used by default)
Deprecate verbose flag - verbosity is much more versatile, especially when used from the Gradle plugin
Compatibility notes
Due to the usage of the "verbosity" flag by default, the minimal supported PIT version is 1.7.1 (released 2021-09-29).
Due to the changes in PIT 1.9.6, timestamped reported are not generated by default (with PIT 1.9.6+). It still can be enforced in the GPP configuration.
1.9.0 - 2022-08-19
PIT 1.9.4 by default (requires pitest-junit5-plugin 1.0.0!)
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.
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.9.11.
Release notes
Sourced from gradle-pitest-plugin's releases.
... (truncated)
Changelog
Sourced from gradle-pitest-plugin's changelog.
... (truncated)
Commits
dc804a7
Release version: 1.9.119e34468
Trigger release9f51836
Merge branch 'devel'abeb1d8
#318 Mention timestamped reports not generated by default598b8d1
Bump Spock and ByteBuddy test dependenciesb8fe56c
Bump maximum Gradle version in regression tests to 7.680cd78f
PIT 1.9.11 by defaultd8a9b97
#319 Tweak nested property names for aggregated thresholdsce904a0
#325#319 Merge branch 'pr/325' into develfd89538
#267 Minor documentation updateDependabot 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)