absurdfarce commented on PR #2059: URL: https://github.com/apache/cassandra-java-driver/pull/2059#issuecomment-4014389285
You have it basically correct @lukasz-antoniak. To be very specific I make the following claims: * I am able to reproduce the build failure with the spring-aot-smoke-tests repo locally using GraalVM 25.x via the process described above * If I then change over to a local checkout of cassandra-quarkus and run `mvn verify -P native` (also using the same GraalVM 25.x install) I do _not_ see any errors I also completely agree with your analysis. LexicographicalComparatorHolderSubstitution was added to the shaded Guava JAR as part of work done on [JAVA-2799](https://datastax-oss.atlassian.net/browse/JAVA-2799). The substitution isn't limited by any conditional checks so it should be in play for any GraalVM app using the Java driver. So if this were _just_ a failure of how the Java driver manages Graal configs we should see it everywhere... and we very clearly do not. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

