Releases: hcoles/pitest
Releases · hcoles/pitest
1.18.0
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
- @timtebeek made their first contribution in #1381
Full Changelog: 1.17.4...1.18.0
1.17.4
What's Changed
- fixes #1333 Expand ${settings.localRepository} in by @martinoconnor in #1334
- report test count by @hcoles in #1373
New Contributors
- @martinoconnor made their first contribution in #1334
Full Changelog: 1.17.3...1.17.4
1.17.3
1.17.2
1.17.1
1.17.0
1.16.3
1.16.2
1.16.1
1.16.0
- #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.