Pitest Versions Save

State of the art mutation testing system for the JVM

1.16.1

1 week ago

#1329 Prevent version clashes with aggregate goal when plugins use jackson

1.16.0

1 month ago
  • #1311 - Include unmodifiable collections stored directly to fields in the +funmodifiablecollection filter for defensive code
  • #1319 - Use environment variables from surefire config
  • #1322 - Automatically add -ea to enable assertions
  • #1321 - Expand BuildVerifier interface

Api change in #1321 is backwards compatible, but plugins written against 1.16.0 may not work with earlier versions.

1.15.8

3 months ago

#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.

1.15.7

3 months ago

#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".

1.15.6

3 months ago
  • #1295 temporarily remove dynamic call tracking

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.

1.15.5

3 months ago
  • #1292 Args lines taken from surefire config do not have properties replaced

1.15.4

3 months ago
  • #1288 - New extension point to allow custom coverage export formats
  • #1289 - Parse argline configuration from surefire configuration
  • #1274 Follow invoke dynamic calls when detecting static initializer only methods

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.

1.15.3

6 months ago
  • #1271 - Double check thread status before marking minion as dead

1.15.2

6 months ago
  • #1268 - Filter Lombok NonNull checks
  • #1267 - Expand test api to allow reporting of errors during test scanning

#1267 will ensure that previously hidden errors encountered by the JUnit5 plugin will now be reported. This is a backwards compatible api change. It will have no effect until the JUnit5 plugin is updated to use the expanded api. The updated plugin will not be compatible with earlier versions of pitest.

1.15.1

7 months ago
  • #1260 Upgrade to ASM 9.6 for Java 22 support
  • #1261 Do not error on pitest history files < 1.15.0