v0.22.0
What's Changed
- Breaking change: junit: The
Lifecycle.PER_EXECUTION
mode of@FuzzTest
now provides a new test instance for each fuzz test, with support forTestInstancePostProcessor
's (#867) - Experimental feature (subject to change in a future version): junit: Dictionaries can be added to fuzz tests via
@DirectoryEntries
and@DictionaryFile
(#862) - Bugfix: Hooks can now also instrument classes on the extension classpath (#869)
Full Changelog: v0.21.1...v0.22.0