Skip to content

Commit

Permalink
Document constructor injection support in release notes
Browse files Browse the repository at this point in the history
Resolves #4018.
  • Loading branch information
marcphilipp committed Sep 25, 2024
1 parent 4d08d19 commit 4734bff
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ JUnit repository on GitHub.
* In a `@ParameterizedTest` method, a `null` value can now be supplied for Java Date/Time
types such as `LocalDate` if the new `nullable` attribute in
`@JavaTimeConversionPattern` is set to `true`.
* `ArgumentsProvider` (declared via `@ArgumentsSource`), `ArgumentConverter` (declared via
`@ConvertWith`), and `ArgumentsAggregator` (declared via `@AggregateWith`) can now use
constructor injection from registered `ParameterResolver` extensions.


[[release-notes-5.12.0-M1-junit-vintage]]
Expand Down

0 comments on commit 4734bff

Please sign in to comment.