Start building against Spring Framework 6.0.12 snapshots
See gh-37258
This commit is contained in:
@@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
|
||||
|
||||
kotlinVersion=1.7.22
|
||||
nativeBuildToolsVersion=0.9.24
|
||||
springFrameworkVersion=6.0.11
|
||||
springFrameworkVersion=6.0.12-SNAPSHOT
|
||||
tomcatVersion=10.1.12
|
||||
|
||||
kotlin.stdlib.default.dependency=false
|
||||
|
||||
@@ -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