mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
a08a4d6068
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