Upgrade thrift to 0.9.2

Patch by tjake; reviewed by Philip Thompson for CASSANDRA-8685
This commit is contained in:
T Jake Luciani 2015-01-29 11:13:30 -05:00
parent f1232532e6
commit cdcf6461a3
5 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2.1.3
* Upgrade libthrift to 0.9.2 (CASSANDRA-8685)
* Don't use the shared ref in sstableloader (CASSANDRA-8704)
* Purge internal prepared statements if related tables or
keyspaces are dropped (CASSANDRA-8693)

View File

@ -374,7 +374,7 @@
<exclusion groupId="org.slf4j" artifactId="slf4j-log4j12"/>
</dependency>
<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="commons-logging" artifactId="commons-logging" version="1.1.1"/>

Binary file not shown.

BIN
lib/libthrift-0.9.2.jar Normal file

Binary file not shown.