We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9105afe commit b4e35c4Copy full SHA for b4e35c4
documentation/src/docs/asciidoc/release-notes/release-notes-5.12.0-M1.adoc
@@ -50,6 +50,10 @@ JUnit repository on GitHub.
50
* In a `@ParameterizedTest` method, a `null` value can now be supplied for Java Date/Time
51
types such as `LocalDate` if the new `nullable` attribute in
52
`@JavaTimeConversionPattern` is set to `true`.
53
+* `ArgumentsProvider` (declared via `@ArgumentsSource`), `ArgumentConverter` (declared via
54
+ `@ConvertWith`), and `ArgumentsAggregator` (declared via `@AggregateWith`)
55
+ implementations can now use constructor injection from registered `ParameterResolver`
56
+ extensions.
57
58
59
[[release-notes-5.12.0-M1-junit-vintage]]
0 commit comments