mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Implement CompileWithTargetClassAccessClassLoader.findResource
Fixes gh-28574
This commit is contained in:
+5
@@ -75,4 +75,9 @@ final class CompileWithTargetClassAccessClassLoader extends ClassLoader {
|
||||
return this.testClassLoader.getResources(name);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected URL findResource(String name) {
|
||||
return this.testClassLoader.getResource(name);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user