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 lists for changed metadata config files #264

Closed jerboaa closed 6 days ago

jerboaa commented 1 week ago

Note that I've also added another allow-list entry that my local maven spits out. I couldn't get the tests to pass otherwise. Hope that's OK.

Closes: #261

zakkak commented 1 week ago

Note that I've also added another allow-list entry that my local maven spits out. I couldn't get the tests to pass otherwise. Hope that's OK.

If this is happening only locally I wouldn't include it, but I will let @Karm make the call. You might want to check if something is setting MAVEN_OPTS in your environment.

jerboaa commented 1 week ago

Note that I've also added another allow-list entry that my local maven spits out. I couldn't get the tests to pass otherwise. Hope that's OK.

If this is happening only locally I wouldn't include it, but I will let @Karm make the call. You might want to check if something is setting MAVEN_OPTS in your environment.

@zakkak Apparently it's a maven 3.9.1 thing. The upstream maven change seems to be this: https://issues.apache.org/jira/browse/MNG-7706 That has effects on maven-surefire and other maven plugins. So depending on the version we pull in (from quarkus?) the warning will be there. I don't think this is something we can fix. I'll mention this issue in the allow list entry.