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 bug
Getting a warning during native image compilation when io.quarkus:quarkus-jsonb:jar:3.6.4 is included as a dependency in GraalVM Native image builds.
Warning: The option '-H:IncludeResourceBundles=yasson-messages' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future.
Describe the bug
Getting a warning during native image compilation when
io.quarkus:quarkus-jsonb:jar:3.6.4
is included as a dependency in GraalVM Native image builds.Warning: The option '-H:IncludeResourceBundles=yasson-messages' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future.
System information:
OpenJDK Runtime Environment GraalVM CE 21.0.1-dev+12.1 (build 21.0.1+12-jvmci-23.1-b22)
OpenJDK 64-Bit Server VM GraalVM CE 21.0.1-dev+12.1 (build 21.0.1+12-jvmci-23.1-b22, mixed mode, sharing)
The text was updated successfully, but these errors were encountered: