Update dependency org.pitest:pitest-maven to v1.23.1#11
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency org.pitest:pitest-maven to v1.23.1#11renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
1c53cd4 to
a20a3ee
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.15.3→1.23.1Release Notes
hcoles/pitest (org.pitest:pitest-maven)
v1.23.1Compare Source
v1.23.0Compare Source
v1.22.1Compare Source
v1.22.0Compare Source
v1.21.1Compare Source
v1.21.0Compare Source
v1.20.7Compare Source
v1.20.6Compare Source
v1.20.5Compare Source
What's Changed
v1.20.4Compare Source
v1.20.3Compare Source
v1.20.2Compare Source
v1.20.1Compare Source
v1.20.0Compare Source
v1.19.6Compare Source
Full Changelog: hcoles/pitest@1.19.5...1.19.6
v1.19.5Compare Source
#1412 Catch and log empty methods in filters
v1.19.4Compare Source
Note Quarkus support also requires version 1.2.3 or above of the pitest JUnit 5 plugin.
v1.19.3Compare Source
v1.19.2Compare Source
v1.19.1Compare Source
v1.19.0Compare Source
v1.18.2Compare Source
What's Changed
Full Changelog: hcoles/pitest@1.18.1...1.18.2
v1.18.1Compare Source
Full Changelog: hcoles/pitest@1.18.0...1.18.1
v1.18.0Compare Source
What's Changed
New Contributors
Full Changelog: hcoles/pitest@1.17.4...1.18.0
v1.17.4Compare Source
What's Changed
New Contributors
Full Changelog: hcoles/pitest@1.17.3...1.17.4
v1.17.3Compare Source
Maven users can now gather coverage information and generate mutants, but skip the mutant analysis stage by running setting the 'pit.dryRun' flag to true.
v1.17.2Compare Source
v1.17.1Compare Source
v1.17.0Compare Source
v1.16.3Compare Source
v1.16.2Compare Source
#1340 Show covering tests for surviving mutants in html report (thanks @vivganes)
#1342 / #1343 Fix misleading logging of history paths (thanks @vivganes)
#1344 Mutate delayed execution code in enums and singletons
v1.16.1Compare Source
#1329 Prevent version clashes with aggregate goal when plugins use jackson
v1.16.0Compare Source
+funmodifiablecollectionfilter for defensive codeApi change in #1321 is backwards compatible, but plugins written against 1.16.0 may not work with earlier versions.
v1.15.8Compare Source
#1310 Filter mutations to Collections.unmodifiable*
#1309 Replace fields in argLines imported from surefire config
#1308 Bump maven vcs versions
The filtering for #1310 is off by default. To activate it add the filter string
+funmodifiablecollection.#1309 adds a new maven property
parseSurefireArgLine. This is set to true by default, but surefire argline parsing can now be disabled by setting it to false.v1.15.7Compare Source
#1305 Coverage not recorded for code in packages name com.sun*
A filter intended to pickup legacy JDK classes in the "com.sun.*" package was missing a
', resulting in no code coverage being registered if the code under test happened to be in a package starting with "sun".v1.15.6Compare Source
Invoke dynamic call tracking for static initializer code will be reintroduced when additional logic to suppress mutation filtering for delayed execution code has been implemented.
v1.15.5Compare Source
v1.15.4Compare Source
Note, maven users who have previously needed to duplicate argline parameters between surefire and pitest's jvmArgs and argline parameters may need to adjust their configuration when upgrading. Entries supplied to surefire will now automatically be added to pitest.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.