Use fast exceptions in findResource(s)
Some libraries like aspectj are using findResource to see the raw bytecode of a class. It will even call findResource for every method of every class of beans that are post processed. This can be significant performance hit on startup when LaunchedURLClassLoader and there are a lot of nested jars. See gh-3640 Fixes gh-4557pull/4626/merge
parent
1adca44eaa
commit
1e2f133892
Loading…
Reference in New Issue