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

Bump pitest-maven from 1.8.0 to 1.9.2 #586

Merged
merged 5 commits into from
Jul 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2022

Bumps pitest-maven from 1.8.0 to 1.9.2.

Release notes

Sourced from pitest-maven's releases.

1.9.2

  • #1050 - Check minions are alive to prevent process hangs

1.9.1

#1047 Mitigation for intemittent process hangs

1.9.0

  • #1035 - Improve coverage memory consumption
  • #1038 - Support Maven Site Plugin 3.12.0+ (thanks IOs)
  • #1040 - Faster JUnit 5 coverage calculation
  • #1040 - Remove dependencyDistance parameter

This release greatly improves the speed and efficiency of the coverage analysis performed before mutation analysis begins (particularly if you are using JUnit 5).

As a result of #1040 any external pitest test plugins (eg JUnit 5, TestNG, arcmutate accelerator) must be updated to a compatible version (1.0.0) when upgrading.

The dependencyDistance parameter is no longer supported.

History files from earlier releases are incompatible and should be deleted when upgrading.

1.8.1

  • #637 - Support different input and output encodings (thanks @​qxo)
  • #705 - Allow + in file paths (thanks @​ali-ghanbari)
  • #903 - Filter mutants in singleton constructors
  • #1025 - Rework String Switch filtering
  • #1027 - Rework assert filtering and remove legacy filter mechanism
  • #1030 - Filter enum switch junk mutations
Commits
  • 6e4592b Merge pull request #1050 from hcoles/feature/handle_minion_start_failure
  • cde3373 remove repeated done signal
  • c1f4556 poll minion processes to check they are alive
  • 146330f Update for 1.9.1
  • bb727d6 Merge pull request #1048 from hcoles/feature/process_hang_mitigation
  • 2a522d0 mitigation for process hangs
  • 92a3439 Merge pull request #1042 from hcoles/dependabot/maven/pitest-ant/org.apache.a...
  • eef8323 Update README.md
  • 2de75df Update README.md
  • d764181 1.9.0 requires 1.0.0 of all test plugins
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [pitest-junit5-plugin](https://github.com/pitest/pitest-junit5-plugin) from 0.15 to 1.0.0.
- [Release notes](https://github.com/pitest/pitest-junit5-plugin/releases)
- [Commits](pitest/pitest-junit5-plugin@0.15...1.0.0)

---
updated-dependencies:
- dependency-name: org.pitest:pitest-junit5-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Jul 8, 2022
@uhafner
Copy link
Owner

uhafner commented Jul 10, 2022

@dependabot recreate

1 similar comment
@uhafner
Copy link
Owner

uhafner commented Jul 10, 2022

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/maven/org.pitest-pitest-maven-1.9.2 branch from b9b5fed to b93c947 Compare July 10, 2022 16:20
@codecov-commenter
Copy link

codecov-commenter commented Jul 10, 2022

Codecov Report

Merging #586 (ececef4) into main (bb0f8f5) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #586   +/-   ##
=========================================
  Coverage     90.39%   90.39%           
  Complexity      109      109           
=========================================
  Files            10       10           
  Lines           427      427           
  Branches         60       60           
=========================================
  Hits            386      386           
  Misses           32       32           
  Partials          9        9           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f7f8f19...ececef4. Read the comment docs.

Bumps [pitest-maven](https://github.com/hcoles/pitest) from 1.8.0 to 1.9.2.
- [Release notes](https://github.com/hcoles/pitest/releases)
- [Commits](hcoles/pitest@1.8.0...1.9.2)

---
updated-dependencies:
- dependency-name: org.pitest:pitest-maven
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.pitest-pitest-maven-1.9.2 branch from b93c947 to 9416109 Compare July 10, 2022 16:20
@uhafner uhafner merged commit 70a58c4 into main Jul 10, 2022
@uhafner uhafner deleted the dependabot/maven/org.pitest-pitest-maven-1.9.2 branch July 10, 2022 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants