mirror of https://github.com/apache/cassandra
Upgrade Netty to version 4.0.34
patch by Benjamin Lerer; reviewed by Aleksey Yeschenko for CASSANDRA-11096
This commit is contained in:
parent
ae6809d07c
commit
43ff27fc70
|
|
@ -1,4 +1,5 @@
|
|||
3.6
|
||||
* Upgrade Netty to version 4.0.34 (CASSANDRA-11096)
|
||||
* Break the CQL grammar into separate Parser and Lexer (CASSANDRA-11372)
|
||||
* Compress only inter-dc traffic by default (CASSANDRA-8888)
|
||||
* Add metrics to track write amplification (CASSANDRA-11420)
|
||||
|
|
|
|||
|
|
@ -408,7 +408,7 @@
|
|||
<dependency groupId="com.addthis.metrics" artifactId="reporter-config3" version="3.0.0" />
|
||||
<dependency groupId="org.mindrot" artifactId="jbcrypt" version="0.3m" />
|
||||
<dependency groupId="io.airlift" artifactId="airline" version="0.6" />
|
||||
<dependency groupId="io.netty" artifactId="netty-all" version="4.0.23.Final" />
|
||||
<dependency groupId="io.netty" artifactId="netty-all" version="4.0.34.Final" />
|
||||
<dependency groupId="com.google.code.findbugs" artifactId="jsr305" version="2.0.2" />
|
||||
<dependency groupId="com.clearspring.analytics" artifactId="stream" version="2.5.2" />
|
||||
<dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" version="3.0.0" classifier="shaded" />
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue