Urban Malc
Urban Malc
Hi! This is likely an issue with the dependencies. Can you locate the dependency that is causing this error to appear?
I don't think ClassLoader's getResource is supposed to work this way (see: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/ClassLoader.html#getResource(java.lang.String)). Package scanning is not really supported by ClassLoaders. Classes are loaded dynamically and thus ClassLoader doesn't have...
I mean this is questionable at best. The fix would require a lot of work and testing and may have an impact on performance of KumuluzEE. I don't see enough...
How a classloader is supposed to behave is defined in the javadocs and not by observing behaviour of a JDK classloader of your choice. I haven't seen anything that relies...
Ok, we will take a look at it.
Hi! kumuluzee-maven-plugin packages Uber JAR in a custom way, among other things, it uses kumuluzee-loader to bootstrap application. If you want to replicate that behavior in Gradle I think your...