lukasz-antoniak commented on PR #2000: URL: https://github.com/apache/cassandra-java-driver/pull/2000#issuecomment-2582945082
@absurdfarce, I have been long trying to come up with a workaround. I see two options: 1. Add `-pl '!guava-shaded'` to `mvn verify` command not to compile shaded Guava module when running integration tests. It is one more parameter in the command line and may be disruptive to remember for other contributors. 2. Attempt to compile Guava shaded module only if we are running JVM 1.8 (added to this PR). This does not require any additional changes to CI scripts. Thoughts? -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org