absurdfarce commented on code in PR #1983:
URL:
https://github.com/apache/cassandra-java-driver/pull/1983#discussion_r1845995761
##########
bom/pom.xml:
##########
@@ -55,6 +55,11 @@
<artifactId>java-driver-query-builder</artifactId>
<version>4.18.2-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.cassandra</groupId>
+ <artifactId>java-driver-guava-shaded</artifactId>
+ <version>4.18.2-SNAPSHOT</version>
Review Comment:
So we're versioning the shaded JAR based on... the driver release, which
means we need to release a new version with every driver release... whether
we've upgraded Guava or not? This seems... strange.
--
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]