wkclz
Results
2
comments of
wkclz
When I running my app in IDEA, it is OK, but when running as a jar (java -jar xxx.jar), this problem is appear: with remote debug, the callstack is: 1....
I fixd this bug: io.kubernetes.client.util.ModelMapper ``` private static void processJarPackage(URL packageURL, String packageName, String pkg, ArrayList names) throws IOException { logger.info("Loading classes from jar {}", packageURL.getFile()); try (JarFile jf =...