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
Describe the issue #3446 and specifically commit 3e5e1b8 breaks support of jar files including resource bundles in .properties file format at their root. Such an example is org.eclipse.yasson (seen failing in quarkusio/quarkus#18305).
Steps to reproduce the issue
Please include both build steps as well as run steps
Describe the issue
#3446 and specifically commit 3e5e1b8 breaks support of jar files including resource bundles in .properties file format at their root. Such an example is org.eclipse.yasson (seen failing in quarkusio/quarkus#18305).
Steps to reproduce the issue
Please include both build steps as well as run steps
native-image
frommaster
branchgit clone --branch yasson-resourcebundle https://github.com/zakkak/issue-reproducers /tmp/yasson-resourcebundle
cd /tmp/yasson-resourcebundle
mvn package
native-image -jar target/reproducer-1.0-SNAPSHOT.jar
Describe GraalVM and your environment:
More details
The text was updated successfully, but these errors were encountered: