Merge branch 'cassandra-4.0' into cassandra-4.1

* cassandra-4.0:
  Increment versions to 4.0.21, 4.1.12, 5.0.8
This commit is contained in:
mck 2026-03-23 09:52:49 +01:00
commit e418109303
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
4.1.12
4.1.11
* Fix ant generate-eclipse-files (CASSANDRA-21215)
* No need to evict already prepared statements, as it creates a race condition between multiple threads (CASSANDRA-17401)

View File

@ -34,7 +34,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="4.1.11"/>
<property name="base.version" value="4.1.12"/>
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
<property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git"/>