You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by et...@apache.org on 2020/03/13 14:16:25 UTC

[storm] branch master updated: [STORM-3599] Bump the rocksdbjni to 5.18.4

This is an automated email from the ASF dual-hosted git repository.

ethanli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 85d9df4  [STORM-3599] Bump the rocksdbjni to 5.18.4
     new 06e323f  Merge pull request #3225 from Yikun/rocksdb_upgrade
85d9df4 is described below

commit 85d9df4a80cffccc0e59cd3be847ddfb2e89619c
Author: Yikun Jiang <yi...@gmail.com>
AuthorDate: Thu Mar 12 19:01:34 2020 +0800

    [STORM-3599] Bump the rocksdbjni to 5.18.4
    
    https://issues.apache.org/jira/browse/STORM-3599
    
    A special rocksdbjni version for aarch64 has been released
    by rocksdb community.
    
    This patch bumps the rocksdbjni version to 5.18.4 to make
    the storm can be built in aarch64.
---
 DEPENDENCY-LICENSES | 2 +-
 LICENSE-binary      | 2 +-
 pom.xml             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 3603fd5..4dfe8bf 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -531,7 +531,7 @@ List of third-party dependencies grouped by their license type.
 
     Apache License, Version 2.0, GNU General Public License, version 2
 
-        * RocksDB JNI (org.rocksdb:rocksdbjni:5.18.3 - http://rocksdb.org/)
+        * RocksDB JNI (org.rocksdb:rocksdbjni:5.18.4 - http://rocksdb.org/)
 
     Apache License, Version 2.0, GNU Lesser General Public License (LGPL), Version 2.1
 
diff --git a/LICENSE-binary b/LICENSE-binary
index 7c38960..92b3fcd 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -924,7 +924,7 @@ The license texts of these dependencies can be found in the licenses directory.
         * JAX-RS provider for JSON content type (org.codehaus.jackson:jackson-jaxrs:1.9.13 - http://jackson.codehaus.org)
         * Xml Compatibility extensions for Jackson (org.codehaus.jackson:jackson-xc:1.9.13 - http://jackson.codehaus.org)
         * Javassist (org.javassist:javassist:3.22.0-GA - http://www.javassist.org/)
-        * RocksDB JNI (org.rocksdb:rocksdbjni:5.18.3 - http://rocksdb.org/)
+        * RocksDB JNI (org.rocksdb:rocksdbjni:5.18.4 - http://rocksdb.org/)
         * JCTools Core (org.jctools:jctools-core:2.0.1 - http://jctools.github.io/JCTools/)
         * Bean Validation API (javax.validation:validation-api:2.0.1.Final - http://beanvalidation.org)
         * jersey-container-grizzly2-http (org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.29 - https://projects.eclipse.org/projects/ee4j.jersey/project/jersey-container-grizzly2-http)
diff --git a/pom.xml b/pom.xml
index 5ee3d29..61a5d6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@
         <jakarta-activation-version>1.2.1</jakarta-activation-version>
         <jaxb-version>2.3.0</jaxb-version>
         <activation-version>1.1.1</activation-version>
-        <rocksdb-version>5.18.3</rocksdb-version>
+        <rocksdb-version>5.18.4</rocksdb-version>
 
         <!-- see intellij profile below... This fixes an annoyance with intellij -->
         <provided.scope>provided</provided.scope>