You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not report issues with building your specific application, e.g errors which happen at image build time like classes initialized at build time, or missing classes as run time: those are not related to the plugins but problems with configuration. You can refer to the GraalVM native image documentation for available options and the plugins documentation for how to use them with the plugin.
Describe the bug
When trying to include resources from a Jar in the project dependencies, using a wild card pattern doesn't work to include the files. Only specifying the files explicitly by name ensures they are included in the native image. Make sure that you have read the documentation and that you are using the latest plugin version.
Please use backticks to properly format code.
If possible please attach a complete reproducer here (either as a zip file or as a link to public repository/branch).
Expected behavior
All files in the META-INF/resources/webjars/swagger-ui/5.17.11 folder from the org.webjars:swagger-ui:5.17.11 library should be included in the produce native image.
Logs
Add logs to help explain your problem.
Please use backticks to properly format big logs. Example:
Before reporting
Describe the bug
When trying to include resources from a Jar in the project dependencies, using a wild card pattern doesn't work to include the files. Only specifying the files explicitly by name ensures they are included in the native image.
Make sure that you have read the documentation and that you are using the latest plugin version.
To Reproduce
A reproducible example can be found here
Steps to reproduce the behavior:
Please use backticks to properly format code.
If possible please attach a complete reproducer here (either as a zip file or as a link to public repository/branch).
Expected behavior
All files in the META-INF/resources/webjars/swagger-ui/5.17.11 folder from the
org.webjars:swagger-ui:5.17.11
library should be included in the produce native image.Logs
Add logs to help explain your problem.
Please use backticks to properly format big logs. Example:
System Info (please complete the following information):
Oracle GraalVM 21.0.5+9.1
21.0.5+9-LTS
id("org.graalvm.buildtools.native") version "0.10.3"
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: