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 log lines for helidon #197

Closed jerboaa closed 10 months ago

jerboaa commented 10 months ago

The helidon native-image build is being driven by the helidon-maven-plugin which doesn't allow for unlocking certain parameters which the maven-plugin itself is adding. Therefore, allow list the newly produced warnings for now.

Closes: #189

jerboaa commented 10 months ago

Related to #184

jerboaa commented 10 months ago

Thanks!