Start building against Spring Framework 6.0.12 snapshots
See gh-37258
This commit is contained in:
@@ -49,8 +49,10 @@ class ConfigDataLocationRuntimeHints implements RuntimeHintsRegistrar {
|
||||
logger.debug("Registering application configuration hints for " + fileNames + "(" + extensions + ") at "
|
||||
+ locations);
|
||||
}
|
||||
new FilePatternResourceHintsRegistrar(fileNames, locations, extensions).registerHints(hints.resources(),
|
||||
classLoader);
|
||||
FilePatternResourceHintsRegistrar.forClassPathLocations(locations)
|
||||
.withFileExtensions(extensions)
|
||||
.withFilePrefixes(fileNames)
|
||||
.registerHints(hints.resources(), classLoader);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user