-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Milestone
Description
Updating to Spring Boot 4.0.0 which now references junit-jupiter-params:6.0.1, the method provideArguments(@SuppressWarnings("unused") ExtensionContext context) is marked deprecated with the recommendation to use provideArguments(ParameterDeclarations parameters, ExtensionContext context) which is marked experimental.
I notice that this was raised before and marked as resolved in #4685, but it is still present in 6.0.1 and also seems to be unresolved in the upcoming 6.1.0:
Lines 75 to 76 in badca3b
| @API(status = EXPERIMENTAL, since = "6.0") | |
| default Stream<? extends Arguments> provideArguments(ParameterDeclarations parameters, ExtensionContext context) |
Could we get a new stable (or at least not experimental) api before deprecating the old one please?