You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gu...@apache.org on 2020/09/08 23:52:55 UTC

[pulsar-manager] branch master updated: Upgrade HerdDB to 0.19.0 (#330)

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

guangning pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c5f458  Upgrade HerdDB to 0.19.0 (#330)
3c5f458 is described below

commit 3c5f4580d3e533b8bd58b38471efeef900602281
Author: Enrico Olivelli <eo...@gmail.com>
AuthorDate: Wed Sep 9 01:52:44 2020 +0200

    Upgrade HerdDB to 0.19.0 (#330)
    
    ### Motivation
    Upgrade HerdDB to 0.19.0, especially because it contains a new version of diskless-cluster mode, a mode in which all data is stored on Bookies and not on local disks.
    
    see https://github.com/diennea/herddb/wiki/Installing-and-running-HerdDB for reference
    
    
    ### Modifications
    Upgrade HerdDB to 0.19.0
    
    ### Verifying this change
    
    - [X] Make sure that the change passes the `./gradlew build` checks.
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 5165d5a..4e6ed84 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@ apiMockitoVersion=1.7.1
 mockitoJunit4Version=1.7.1
 gsonVersion=2.8.2
 postgresqlVersion=42.2.5
-herddbVersion=0.16.1
+herddbVersion=0.19.0
 brokerVersion=2.4.1
 commonsValidatorVersion=1.6
 bkvmVersion=1.2.0