mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-5.0' into trunk
This commit is contained in:
commit
e63d3bfc4b
|
|
@ -136,10 +136,6 @@
|
||||||
<groupId>io.dropwizard.metrics</groupId>
|
<groupId>io.dropwizard.metrics</groupId>
|
||||||
<artifactId>metrics-logback</artifactId>
|
<artifactId>metrics-logback</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.addthis.metrics</groupId>
|
|
||||||
<artifactId>reporter-config3</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.clearspring.analytics</groupId>
|
<groupId>com.clearspring.analytics</groupId>
|
||||||
<artifactId>stream</artifactId>
|
<artifactId>stream</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -712,17 +712,6 @@
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.addthis.metrics</groupId>
|
|
||||||
<artifactId>reporter-config3</artifactId>
|
|
||||||
<version>3.0.3</version>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<artifactId>hibernate-validator</artifactId>
|
|
||||||
<groupId>org.hibernate</groupId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mindrot</groupId>
|
<groupId>org.mindrot</groupId>
|
||||||
<artifactId>jbcrypt</artifactId>
|
<artifactId>jbcrypt</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
* Add the ability to disable bulk loading of SSTables (CASSANDRA-18781)
|
* Add the ability to disable bulk loading of SSTables (CASSANDRA-18781)
|
||||||
* Clean up obsolete functions and simplify cql_version handling in cqlsh (CASSANDRA-18787)
|
* Clean up obsolete functions and simplify cql_version handling in cqlsh (CASSANDRA-18787)
|
||||||
Merged from 5.0:
|
Merged from 5.0:
|
||||||
|
* Remove unnecessary reporter-config3 dependency (CASSANDRA-18907)
|
||||||
* Remove support for empty values on the vector data type (CASSANDRA-18876)
|
* Remove support for empty values on the vector data type (CASSANDRA-18876)
|
||||||
* Upgrade Dropwizard Metrics to 4.2.19 (CASSANDRA-14667)
|
* Upgrade Dropwizard Metrics to 4.2.19 (CASSANDRA-14667)
|
||||||
* Upgrade caffeine cache and fix CIDR permissions cache invalidation (CASSANDRA-18805)
|
* Upgrade caffeine cache and fix CIDR permissions cache invalidation (CASSANDRA-18805)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue