Updated Branches:
  refs/heads/cassandra-2.0 2bfaf8f8d -> c54321591

update thrift-server to version 0.3.3 to fix CASSANDRA-6373 and CASSANDRA-6407


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c5432159
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c5432159
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/c5432159

Branch: refs/heads/cassandra-2.0
Commit: c5432159180cd573d822d02739e96336d4f54888
Parents: 2bfaf8f
Author: Pavel Yaskevich <xe...@apache.org>
Authored: Fri Jan 10 17:20:22 2014 -0800
Committer: Pavel Yaskevich <xe...@apache.org>
Committed: Fri Jan 10 17:20:22 2014 -0800

----------------------------------------------------------------------
 build.xml                   |   4 ++--
 lib/thrift-server-0.3.2.jar | Bin 123920 -> 0 bytes
 lib/thrift-server-0.3.3.jar | Bin 0 -> 124160 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c5432159/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 2fcb0fd..96a5d5e 100644
--- a/build.xml
+++ b/build.xml
@@ -355,7 +355,7 @@
           <dependency groupId="com.googlecode.json-simple" 
artifactId="json-simple" version="1.1"/>
           <dependency groupId="com.github.stephenc.high-scale-lib" 
artifactId="high-scale-lib" version="1.1.2"/>
           <dependency groupId="com.github.stephenc" artifactId="jamm" 
version="0.2.5"/>
-          <dependency groupId="com.thinkaurelius.thrift" 
artifactId="thrift-server" version="0.3.2"/>
+          <dependency groupId="com.thinkaurelius.thrift" 
artifactId="thrift-server" version="0.3.3"/>
           <dependency groupId="org.yaml" artifactId="snakeyaml" 
version="1.11"/>
           <dependency groupId="org.apache.thrift" artifactId="libthrift" 
version="0.9.1"/>
 
@@ -457,7 +457,7 @@
         <dependency groupId="org.mindrot" artifactId="jbcrypt"/>
         <dependency groupId="com.yammer.metrics" artifactId="metrics-core"/>
         <dependency groupId="com.addthis.metrics" 
artifactId="reporter-config"/>
-        <dependency groupId="com.thinkaurelius.thrift" 
artifactId="thrift-server" version="0.3.2"/>
+        <dependency groupId="com.thinkaurelius.thrift" 
artifactId="thrift-server" version="0.3.3"/>
 
         <dependency groupId="log4j" artifactId="log4j"/>
         <!-- cassandra has a hard dependency on log4j, so force slf4j's log4j 
provider at runtime -->

http://git-wip-us.apache.org/repos/asf/cassandra/blob/c5432159/lib/thrift-server-0.3.2.jar
----------------------------------------------------------------------
diff --git a/lib/thrift-server-0.3.2.jar b/lib/thrift-server-0.3.2.jar
deleted file mode 100644
index 5b03c4d..0000000
Binary files a/lib/thrift-server-0.3.2.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/c5432159/lib/thrift-server-0.3.3.jar
----------------------------------------------------------------------
diff --git a/lib/thrift-server-0.3.3.jar b/lib/thrift-server-0.3.3.jar
new file mode 100644
index 0000000..06e3113
Binary files /dev/null and b/lib/thrift-server-0.3.3.jar differ

Reply via email to