not having run it surmising the issue is relative pathing of resources. you want “/test.yaml” to match where that resource is located, where “test.yaml” will look relative to the class being loaded (“/com/myorg/test.yaml”)
e
ephemient
04/19/2023, 4:18 PM
^^ move the resource to match the package name, use an absolute path, or read the resource via the root classloader