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

The `quarkus-resteasy-mutiny` extension used in the quarkus-vertx app is now deprecated #78

Closed zakkak closed 8 months ago

zakkak commented 2 years ago

https://github.com/quarkusio/quarkus/commit/212f0dc240d4619da5616cd7269096a7bde3b3e7 deprecated quarkus-resteasy-mutiny and now the integration tests fail with:

Error:  Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 282.712 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
Error:  debugSymbolsQuarkusContainer{TestInfo}  Time elapsed: 282.712 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: 
build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkusContainer/build-and-run.log and check these offending lines: 
Warning:  [io.quarkus.resteasy.mutiny.deployment.ResteasyMutinyProcessor] The quarkus-resteasy-mutiny extension is deprecated. Switch to RESTEasy Reactive instead. ==> expected: <true> but was: <false>
    at org.graalvm.tests.integration.DebugSymbolsTest.debugSymbolsQuarkusContainer(DebugSymbolsTest.java:280)