yifan-c commented on code in PR #48:
URL: https://github.com/apache/cassandra-sidecar/pull/48#discussion_r1227348549
##########
build.gradle:
##########
@@ -24,6 +24,8 @@ plugins {
id 'com.google.cloud.tools.jib' version '2.2.0'
}
+ext.dtestJar = System.getenv("DTEST_JAR") ?: "dtest-5.0.jar" // trunk is
currently 5.0.jar - update when trunk moves
Review Comment:
The reason is sidecar supports 4.0 and above. The default jar should be 4.0,
so that compiler enforces it by building with it.
In order to track changes in 4.1 and trunk, there are integration test that
runs with both configurations.
There are 2 goals of those integration tests.
1. to catch any ABI-incompatible changes in Cassandra 4.1.
2. to discover any 5.0 specific changes required and add it to the
corresponding sidecar "adapter".
--
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]