Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

Builder image: Ports debug Vertx app to Reactive, bumps Q versions #230

Closed Karm closed 7 months ago

Karm commented 7 months ago

fixes #78 fixes #229

Karm commented 7 months ago

Ah, forgot about that one. Gonna fix.

zakkak commented 7 months ago

There are still some warnings that need to be whitelisted:

Warning: The option '-H:-ParseOnce' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future.
Warning: The option '-H:BuildOutputJSONFile=quarkus-json_plus-ParseOnce.json' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future.
Warning: The option '-H:BuildOutputJSONFile=quarkus-json_minus-ParseOnce.json' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future.
Warning: The option '-H:+ParseOnce' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future. ==> expected: <true> but was: <false>
Karm commented 7 months ago

There are still some warnings that need to be whitelisted:

Warning: The option '-H:-ParseOnce' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future.
Warning: The option '-H:BuildOutputJSONFile=quarkus-json_plus-ParseOnce.json' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future.
Warning: The option '-H:BuildOutputJSONFile=quarkus-json_minus-ParseOnce.json' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future.
Warning: The option '-H:+ParseOnce' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future. ==> expected: <true> but was: <false>

I am wrapping them in unlock...

Karm commented 7 months ago

All green, wow :)