Skip to content

Releases: hcoles/pitest

1.17.0

17 Sep 09:39
ff524db
Compare
Choose a tag to compare
  • #1348 Extend transformation extension point
  • #1349 Improve powermock stability

1.16.3

02 Sep 13:21
Compare
Choose a tag to compare
  • #1345 Improved delayed execution detection in static initialization code
  • #1347 Auto add standard kotlin source dirs for maven projects

1.16.2

28 Aug 11:41
7497570
Compare
Choose a tag to compare

#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

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.