Skip to content

Releases: hcoles/pitest

1.16.1

08 May 18:09
6733ef2
Compare
Choose a tag to compare

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

1.16.0

08 Apr 15:49
5dc9a92
Compare
Choose a tag to compare
  • #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

13 Feb 10:01
Compare
Choose a tag to compare

#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

05 Feb 12:54
608a7e5
Compare
Choose a tag to compare

#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

23 Jan 10:21
Compare
Choose a tag to compare
  • #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

23 Jan 10:13
Compare
Choose a tag to compare
  • #1292 Args lines taken from surefire config do not have properties replaced

1.15.4

19 Jan 13:29
Compare
Choose a tag to compare
  • #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

31 Oct 12:22
115fcec
Compare
Choose a tag to compare
  • #1271 - Double check thread status before marking minion as dead

1.15.2

24 Oct 07:39
5e34034
Compare
Choose a tag to compare
  • #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

10 Oct 15:56
Compare
Choose a tag to compare
  • #1260 Upgrade to ASM 9.6 for Java 22 support
  • #1261 Do not error on pitest history files < 1.15.0