1.9.0
- PIT 1.9.4 by default (requires pitest-junit5-plugin 1.0.0!)
- Deprecate support for JDK 8 - #299
- Support for
inputEncoding
andoutputEncoding
(named in plugininputCharset
andoutputCharset
) - #310 - Add pitest dependencies only during configuration resolution - #313 - PR by Ian O'Malley
- Improve build cache hit cache with relative path - #315 - PR by Siddardha Bezawada
- Remove (optional)
dependencyDistance
configuration parameter removed in PIT 1.9.0 - #311
Compatibility notes
- Due to the plugin API changes in PIT 1.9.0, the new pitest-junit5-plugin 1.0.0 is required (other PIT plugins - if used - also need to be upgraded).
- The plugin is released with JDK 11. Source/class compatibility is still set to JDK 8, but this might change without notice.