Skip to content

Releases: hcoles/pitest

1.19.4

21 May 09:16
3ac9dec
Compare
Choose a tag to compare
  • #1409 Support Quarkus 3.22 and above

Note Quarkus support also requires version 1.2.3 or above of the pitest JUnit 5 plugin.

1.19.3

15 May 09:26
1a3e079
Compare
Choose a tag to compare
  • #1407 Log number of active classloaders

1.19.2

15 May 09:16
Compare
Choose a tag to compare
  • #1404 Switch to central distribution before sonatype EOL

1.19.1

07 Apr 13:10
3575473
Compare
Choose a tag to compare
  • #1399 Do not filter user code in try with resources
  • #1401 Extract errors when JUnit4 classes cannot be loaded

1.19.0

17 Mar 14:41
df94619
Compare
Choose a tag to compare
  • #1394 handle parenthesis in paths
  • #1395 New extension point - mutator urls

1.18.2

17 Feb 13:48
ba115b5
Compare
Choose a tag to compare

What's Changed

  • #1387 Quote classpath entries to handle spaces

Full Changelog: 1.18.1...1.18.2

1.18.1

12 Feb 20:39
c0963cb
Compare
Choose a tag to compare
  • #1386 Handle spaces in agents and variables inherited from launch

Full Changelog: 1.18.0...1.18.1

1.18.0

05 Feb 15:20
6355a82
Compare
Choose a tag to compare

What's Changed

  • #1380 Update minimum supported Java runtime to 11
  • #1379 Fully remove deprecated scm maven goal
  • #1275 Pass process parameters by file
  • #1381 Adopt features from Java 11 by (thanks @timtebeek)
  • #1382 Ensure agent jar files removed at end of session

New Contributors

Full Changelog: 1.17.4...1.18.0

1.17.4

10 Jan 12:33
0201d6f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.17.3...1.17.4

1.17.3

16 Dec 16:22
175105c
Compare
Choose a tag to compare

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.