Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion repository/pom.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<artifactId>metrics-core</artifactId>
</exclusion>
</exclusions>
<version>3.11.18</version>
<version>5.0.6</version>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Cassandra Upgrade Causes Driver Incompatibility

Upgrading cassandra-all from 3.11.18 to 5.0.6 is a major version jump that likely introduces breaking changes. This can cause incompatibilities with the existing cassandra-driver-core (designed for Cassandra 3.x) and other code using Cassandra APIs, potentially leading to compilation errors, runtime failures, or unexpected behavior.

Fix in Cursor Fix in Web

</dependency>


Expand Down
Loading