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

Fixes in maven projects #195

Closed jerboaa closed 9 months ago

jerboaa commented 10 months ago

In some environments where the maven repository cache is clean you can run into the problems as described in the linked issue.

Closes #183

Karm commented 10 months ago

See https://github.com/Karm/mandrel-integration-tests/issues/183#issuecomment-1711898326

Karm commented 10 months ago

The failing test concerns quarkus-vertx and javax/jakarta IMHO.

jerboaa commented 10 months ago

The failing test concerns quarkus-vertx and javax/jakarta IMHO.

Right, not sure why it's failing though. Any ideas?

jerboaa commented 9 months ago

The failing test concerns quarkus-vertx and javax/jakarta IMHO.

Right, not sure why it's failing though. Any ideas?

Figured it out. The quarkus_3.x.patch no longer applied due to the pom.xml changes for quarkus-vertx cleanly. Fixed it. Lets see how it goes.

Karm commented 9 months ago

The failing test concerns quarkus-vertx and javax/jakarta IMHO.

Right, not sure why it's failing though. Any ideas?

Figured it out. The quarkus_3.x.patch no longer applied due to the pom.xml changes for quarkus-vertx cleanly. Fixed it. Lets see how it goes.

Thx.