mirror of https://github.com/apache/cassandra
Merge branch cassandra-2.2 into cassandra-3.0
This commit is contained in:
commit
a2f742cd63
|
|
@ -36,6 +36,8 @@
|
|||
* Nodetool upgradesstables/scrub/compact ignores system tables (CASSANDRA-13410)
|
||||
* Fix NPE issue in StorageService (CASSANDRA-13060)
|
||||
Merged from 2.2:
|
||||
* upgrade JNA version to 4.4.0 (CASSANDRA-13072)
|
||||
* nodetool upgradesstables should upgrade system tables (CASSANDRA-13119)
|
||||
* Avoid starting gossiper in RemoveTest (CASSANDRA-13407)
|
||||
* Fix weightedSize() for row-cache reported by JMX and NodeTool (CASSANDRA-13393)
|
||||
* Honor truststore-password parameter in cassandra-stress (CASSANDRA-12773)
|
||||
|
|
|
|||
|
|
@ -380,7 +380,7 @@
|
|||
<dependency groupId="org.apache.hadoop" artifactId="hadoop-minicluster" version="1.0.3">
|
||||
<exclusion groupId="asm" artifactId="asm"/> <!-- this is the outdated version 3.1 -->
|
||||
</dependency>
|
||||
<dependency groupId="net.java.dev.jna" artifactId="jna" version="4.0.0"/>
|
||||
<dependency groupId="net.java.dev.jna" artifactId="jna" version="4.4.0"/>
|
||||
|
||||
<dependency groupId="org.jacoco" artifactId="org.jacoco.agent" version="${jacoco.version}"/>
|
||||
<dependency groupId="org.jacoco" artifactId="org.jacoco.ant" version="${jacoco.version}"/>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue