mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
058621a446
|
|
@ -3,6 +3,7 @@
|
|||
* Revert CASSANDRA-18543 (CASSANDRA-18854)
|
||||
* Fix NPE when using udfContext in UDF after a restart of a node (CASSANDRA-18739)
|
||||
Merged from 3.0:
|
||||
* Upgrade snappy-java to 1.1.10.4 (CASSANDRA-18878)
|
||||
* Add cqlshrc.sample and credentials.sample into Debian package (CASSANDRA-18818)
|
||||
* Refactor validation logic in StorageService.rebuild (CASSANDRA-18803)
|
||||
* Make alternation of a user type validate the same way as creation of a user type does (CASSANDRA-18585)
|
||||
|
|
|
|||
|
|
@ -333,7 +333,7 @@
|
|||
<license name="The Apache Software License, Version 2.0" url="https://www.apache.org/licenses/LICENSE-2.0.txt"/>
|
||||
<scm connection="${scm.connection}" developerConnection="${scm.developerConnection}" url="${scm.url}"/>
|
||||
<dependencyManagement>
|
||||
<dependency groupId="org.xerial.snappy" artifactId="snappy-java" version="1.1.1.7"/>
|
||||
<dependency groupId="org.xerial.snappy" artifactId="snappy-java" version="1.1.10.4"/>
|
||||
<dependency groupId="net.jpountz.lz4" artifactId="lz4" version="1.3.0"/>
|
||||
<dependency groupId="com.ning" artifactId="compress-lzf" version="0.8.4"/>
|
||||
<dependency groupId="com.google.guava" artifactId="guava" version="18.0">
|
||||
|
|
|
|||
Loading…
Reference in New Issue