mirror of https://github.com/apache/cassandra
Upgrade thrift to 0.9.2
Patch by tjake; reviewed by Philip Thompson for CASSANDRA-8685
This commit is contained in:
parent
f1232532e6
commit
cdcf6461a3
|
|
@ -1,4 +1,5 @@
|
||||||
2.1.3
|
2.1.3
|
||||||
|
* Upgrade libthrift to 0.9.2 (CASSANDRA-8685)
|
||||||
* Don't use the shared ref in sstableloader (CASSANDRA-8704)
|
* Don't use the shared ref in sstableloader (CASSANDRA-8704)
|
||||||
* Purge internal prepared statements if related tables or
|
* Purge internal prepared statements if related tables or
|
||||||
keyspaces are dropped (CASSANDRA-8693)
|
keyspaces are dropped (CASSANDRA-8693)
|
||||||
|
|
|
||||||
|
|
@ -374,7 +374,7 @@
|
||||||
<exclusion groupId="org.slf4j" artifactId="slf4j-log4j12"/>
|
<exclusion groupId="org.slf4j" artifactId="slf4j-log4j12"/>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency groupId="org.yaml" artifactId="snakeyaml" version="1.11"/>
|
<dependency groupId="org.yaml" artifactId="snakeyaml" version="1.11"/>
|
||||||
<dependency groupId="org.apache.thrift" artifactId="libthrift" version="0.9.1"/>
|
<dependency groupId="org.apache.thrift" artifactId="libthrift" version="0.9.2"/>
|
||||||
|
|
||||||
<dependency groupId="junit" artifactId="junit" version="4.6" />
|
<dependency groupId="junit" artifactId="junit" version="4.6" />
|
||||||
<dependency groupId="commons-logging" artifactId="commons-logging" version="1.1.1"/>
|
<dependency groupId="commons-logging" artifactId="commons-logging" version="1.1.1"/>
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue