-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
I noticed that in 5.13 I get a deprecation notice where the new API is marked as experimental. Could we get a new stable api before deprecating the old one please?
@API(status = DEPRECATED, since = "5.13")
default Stream<? extends Arguments> provideArguments(@SuppressWarnings("unused") ExtensionContext context) @API(status = EXPERIMENTAL, since = "5.13")
default Stream<? extends Arguments> provideArguments(ParameterDeclarations parameters, ExtensionContext context)Steps to reproduce
any extension of ArgumentsProvider
Context
5.13
defaultbranch