mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:30:28 +00:00
This commit also updates the Javadoc for the SpringExtension and @SpringExtensionConfig to point out that the SpringExtension always uses a test-class scoped ExtensionContext if @TestInstance(Lifecycle.PER_CLASS) semantics are in effect. Closes gh-36240