Skip to content

ArgumentsProvider: stabilize before deprecating #4685

@xenoterracide

Description

@xenoterracide

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions