Merge branch 'cassandra-5.0' into trunk

This commit is contained in:
Ekaterina Dimitrova 2023-08-28 09:46:33 -04:00
commit b04c2aeddc
2 changed files with 2 additions and 1 deletions

View File

@ -370,7 +370,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.11</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>

View File

@ -1,5 +1,6 @@
5.1
Merged from 5.0:
* Update commons-lang3 to 3.13.0 (CASSANDRA-18789)
* Forbid SAI indexes with analysis options on primary key columns (CASSANDRA-18782)
* Expose bootstrap failure state via JMX and nodetool info (CASSANDRA-18749)
* Reduce size of per-SSTable index components for SAI (CASSANDRA-18673)