fnproject / fdk-java

Java API and runtime for fn.
Apache License 2.0
142 stars 53 forks source link

Add resources to classpath #244

Closed pgressa closed 3 years ago

pgressa commented 3 years ago

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.

pgressa commented 3 years ago

Or should that be function/app/resources? WDYT?