mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-5.0' into trunk
This commit is contained in:
commit
b04c2aeddc
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue