Introduce StandardTestRuntimeHints in the TestContext framework
This commit introduces StandardTestRuntimeHints and migrates existing
hint registration from TestContextAotGenerator to this new class.
In addition, this commit removes a package cycle between context.aot and
context.web that was introduced in commit dc7c7ac22a.
See gh-29026, gh-29069
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar=\
|
||||
org.springframework.test.context.aot.hint.TestContextRuntimeHints
|
||||
|
||||
org.springframework.test.context.aot.TestRuntimeHintsRegistrar=\
|
||||
org.springframework.test.context.aot.hint.StandardTestRuntimeHints
|
||||
Reference in New Issue
Block a user