Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix resource registration for native compilation
NativeImageResourceBuildItem and ServiceProviderBuildItem contain a path of the resource we should include and not a pattern or a glob. As a result, `Pattern.quote` is the right method to use in order to produce a pattern that would match the path. The patch also remove the wrong addition of the paths "as is" to the includes json array. Fix up of b7f49dd (cherry picked from commit 2585bb0)
- Loading branch information