This PR addresses issues with loading of resources into the classpath. Previously only the wildcards were used so only jar or JAR was loaded and all other resources like logging properties and other configuration yaml/json/.. files were omitted. By appending /function/app to classpath all resources in this directory will be loaded.
This PR addresses issues with loading of resources into the classpath. Previously only the wildcards were used so only jar or JAR was loaded and all other resources like logging properties and other configuration yaml/json/.. files were omitted. By appending
/function/app
to classpath all resources in this directory will be loaded.