Always register root directory for registered resource hints
See gh-29403
This commit is contained in:
@@ -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