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

Allow-list quarkus deprecation warning. #222

Closed jerboaa closed 7 months ago

jerboaa commented 7 months ago

Until https://github.com/quarkusio/quarkus/issues/37072 is fixed so as to reduce test noise.

Related: #220

jerboaa commented 7 months ago

This also allow-lists the for the JFRPerf test since it re-uses the quarkus microprofile allow-listed lines in its setup.

michalvavrik commented 7 months ago

FYI there is approved fix https://github.com/quarkusio/quarkus/pull/37130 (but not merged, so might be worth to wait a day to see how it goes)

zakkak commented 7 months ago

Thanks for the pointer @michalvavrik. @jerboaa I merged @michalvavrik's PR let's see if it resolves the issue before merging this.

jerboaa commented 7 months ago

Even better, thanks!

jerboaa commented 7 months ago

Fixed with https://github.com/quarkusio/quarkus/issues/37072 instead.