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
Copy file name to clipboardExpand all lines: spring-cloud-function-deployer/src/main/java/org/springframework/cloud/function/deployer/FunctionArchiveDeployer.java
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@
20
20
importjava.lang.reflect.Method;
21
21
importjava.lang.reflect.Type;
22
22
importjava.net.URL;
23
-
importjava.net.URLClassLoader;
24
23
importjava.util.ArrayList;
25
24
importjava.util.HashMap;
26
25
importjava.util.Iterator;
@@ -159,13 +158,6 @@ void undeploy() {
159
158
}
160
159
}
161
160
162
-
// TODO remove this method all together once https://github.com/spring-projects/spring-boot/pull/20851 is addressed
0 commit comments