mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Always register root directory for registered resource hints
See gh-29403
This commit is contained in:
+1
@@ -150,6 +150,7 @@ class ConfigurationClassPostProcessorAotContributionTests {
|
||||
.satisfies(resourceHint -> assertThat(resourceHint.getIncludes())
|
||||
.map(ResourcePatternHint::getPattern)
|
||||
.containsExactlyInAnyOrder(
|
||||
"/",
|
||||
"org",
|
||||
"org/springframework",
|
||||
"org/springframework/context",
|
||||
|
||||
Reference in New Issue
Block a user