When trying to run Spring PetClinic as a GraalVM native image I hit several issues related to WebJars. As a workaround I added runtime hints: https://gist.github.com/maciejwalkowiak/6f7097157aec2f5d1a4929c0f12bbc67
Perhaps these hints (in standard GraalVM JSON format) could be included in webjars-locator-core itself? Or should they be added to https://github.com/oracle/graalvm-reachability-metadata project?
When trying to run Spring PetClinic as a GraalVM native image I hit several issues related to WebJars. As a workaround I added runtime hints: https://gist.github.com/maciejwalkowiak/6f7097157aec2f5d1a4929c0f12bbc67
Perhaps these hints (in standard GraalVM JSON format) could be included in
webjars-locator-coreitself? Or should they be added to https://github.com/oracle/graalvm-reachability-metadata project?