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
After the merge of oracle/graal#4305 and quarkusio/quarkus#24213 the helidon quickstart test is failing with the following error when using GraalVM/Mandrel 22.1-dev
Warning: Warning: Using a deprecated option --allow-incomplete-classpath from jar:file:///home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target/libs/helidon-webserver-2.2.2.jar!/META-INF/native-image/io.helidon.webserver/helidon-webserver/native-image.properties. Allowing an incomplete classpath is now the default. Use --link-at-build-time to report linking errors at image build time for a class or package. ==> expected: <true> but was: <false>
I am not sure it's worth providing an actual fix so for now I am going to just whitelist the warning.
After the merge of oracle/graal#4305 and quarkusio/quarkus#24213 the helidon quickstart test is failing with the following error when using GraalVM/Mandrel 22.1-dev
I am not sure it's worth providing an actual fix so for now I am going to just whitelist the warning.
Reproducer:
The text was updated successfully, but these errors were encountered: