You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-3640Fixesgh-4557
Copy file name to clipboardExpand all lines: spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/LaunchedURLClassLoader.java
+56-30Lines changed: 56 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,13 @@ public URL findResource(String name) {
0 commit comments