mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.0' into cassandra-4.1
This commit is contained in:
commit
486acc68f1
|
|
@ -5,6 +5,7 @@
|
|||
* Allow empty keystore_password in encryption_options (CASSANDRA-18778)
|
||||
* Skip ColumnFamilyStore#topPartitions initialization when client or tool mode (CASSANDRA-18697)
|
||||
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)
|
||||
|
|
|
|||
|
|
@ -554,7 +554,7 @@
|
|||
<exclusion groupId="com.google.errorprone" artifactId="error_prone_annotations" />
|
||||
</dependency>
|
||||
<dependency groupId="com.google.jimfs" artifactId="jimfs" version="1.1"/>
|
||||
<dependency groupId="org.hdrhistogram" artifactId="HdrHistogram" version="2.1.9"/>
|
||||
<dependency groupId="org.hdrhistogram" artifactId="HdrHistogram" version="2.1.12"/>
|
||||
<dependency groupId="commons-cli" artifactId="commons-cli" version="1.1"/>
|
||||
<dependency groupId="commons-codec" artifactId="commons-codec" version="1.9"/>
|
||||
<dependency groupId="commons-io" artifactId="commons-io" version="2.6"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue