Skip to content

Commit b4e35c4

Browse files
committed
Document constructor injection support in release notes
Resolves #4018.
1 parent 9105afe commit b4e35c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.12.0-M1.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ JUnit repository on GitHub.
5050
* In a `@ParameterizedTest` method, a `null` value can now be supplied for Java Date/Time
5151
types such as `LocalDate` if the new `nullable` attribute in
5252
`@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.
5357

5458

5559
[[release-notes-5.12.0-M1-junit-vintage]]

0 commit comments

Comments
 (0)