When loading resources with GraalVM the protocol returned by the java.net.URL is "resource" instead of "jar". Mirroring the :jar resource-data multimethod would allow apps compiled with GraalVM to use wrap-resource to load resources from the image. Here's an example in a minimal project.
When loading resources with GraalVM the protocol returned by the
java.net.URLis "resource" instead of "jar". Mirroring the:jarresource-datamultimethod would allow apps compiled with GraalVM to usewrap-resourceto load resources from the image. Here's an example in a minimal project.