Merge branch 'cassandra-5.0' into trunk

This commit is contained in:
Ekaterina Dimitrova 2023-10-03 11:12:32 -04:00
commit c60b2ca65f
2 changed files with 2 additions and 1 deletions

View File

@ -350,7 +350,7 @@
<dependency>
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
<version>2.1.9</version>
<version>2.1.12</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>

View File

@ -19,6 +19,7 @@ Merged from 4.1:
* Internode legacy SSL storage port certificate is not hot reloaded on update (CASSANDRA-18681)
* Nodetool paxos-only repair is no longer incremental (CASSANDRA-18466)
Merged from 4.0:
* Update hdrhistogram to 2.1.12 (CASSANDRA-18893)
* Improve performance of compactions when table does not have an index (CASSANDRA-18773)
* JMH improvements - faster build and async profiler (CASSANDRA-18871)
* Enable 3rd party JDK installations for Debian package (CASSANDRA-18844)