This is an automated email from the ASF dual-hosted git repository.
dcapwell pushed a commit to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-4.0 by this push:
new 26e21bb Upgrade lz4-java to 1.8.0 to add RH6 support back
26e21bb is described below
commit 26e21bb5766d2957a529fa5a8216e62ad5c96214
Author: David Capwell <[email protected]>
AuthorDate: Wed Jun 23 11:18:37 2021 -0700
Upgrade lz4-java to 1.8.0 to add RH6 support back
patch by David Capwell; reviewed by Brandon Williams for CASSANDRA-16753
---
CHANGES.txt | 1 +
build.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 3c93db1..2c69f48 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
4.0.1
+ * Upgrade lz4-java to 1.8.0 to add RH6 support back (CASSANDRA-16753)
* Improve DiagnosticEventService.publish(event) logging message of events
(CASSANDRA-16749)
* Cleanup dependency scopes (CASSANDRA-16704)
* Make JmxHistogram#getRecentValues() and JmxTimer#getRecentValues()
thread-safe (CASSANDRA-16707)
diff --git a/build.xml b/build.xml
index 95b237e..c51d7e0 100644
--- a/build.xml
+++ b/build.xml
@@ -487,7 +487,7 @@
<scm connection="${scm.connection}"
developerConnection="${scm.developerConnection}" url="${scm.url}"/>
<dependencyManagement>
<dependency groupId="org.xerial.snappy" artifactId="snappy-java"
version="1.1.2.6"/>
- <dependency groupId="org.lz4" artifactId="lz4-java" version="1.7.1"/>
+ <dependency groupId="org.lz4" artifactId="lz4-java" version="1.8.0"/>
<dependency groupId="com.ning" artifactId="compress-lzf"
version="0.8.4" scope="provided"/>
<dependency groupId="com.github.luben" artifactId="zstd-jni"
version="1.3.8-5"/>
<dependency groupId="com.google.guava" artifactId="guava"
version="27.0-jre">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]