Merge branch '6.2.x'

# Conflicts:
#	spring-core/src/main/java/org/springframework/cglib/core/CodeEmitter.java
This commit is contained in:
Juergen Hoeller
2025-10-02 21:56:12 +02:00
2 changed files with 959 additions and 835 deletions
File diff suppressed because it is too large Load Diff
@@ -392,7 +392,7 @@ public class PathMatchingResourcePatternResolver implements ResourcePatternResol
}
else {
// a single resource with the given name
return new Resource[] {getResourceLoader().getResource(locationPattern)};
return new Resource[] {getResource(locationPattern)};
}
}
}