Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helidon quickstart failing with 22.1-dev #76

Closed
zakkak opened this issue Mar 11, 2022 · 0 comments · Fixed by #77
Closed

Helidon quickstart failing with 22.1-dev #76

zakkak opened this issue Mar 11, 2022 · 0 comments · Fixed by #77
Assignees

Comments

@zakkak
Copy link
Collaborator

zakkak commented Mar 11, 2022

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.

Reproducer:

mvn clean verify -Ptestsuite -Dtest=RuntimesSmokeTest#helidonQuickStart
@zakkak zakkak self-assigned this Mar 11, 2022
zakkak added a commit to zakkak/mandrel-integration-tests that referenced this issue Mar 11, 2022
--allow-incomplete-classpath will not be available starting from
GraalVM/Mandrel 22.1

Fixes Karm#76
zakkak added a commit that referenced this issue Mar 11, 2022
--allow-incomplete-classpath will not be available starting from
GraalVM/Mandrel 22.1

Fixes #76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant