You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/05/17 10:25:44 UTC

[kyuubi-shaded] branch master updated: [KYUUBI-SHADED #8] Use Curator 2.12 w/ Zookeeper 3.4

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d6a786  [KYUUBI-SHADED #8] Use Curator 2.12 w/ Zookeeper 3.4
3d6a786 is described below

commit 3d6a786679b8a87f3517fc4c6c14eb34585a4500
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Wed May 17 18:25:35 2023 +0800

    [KYUUBI-SHADED #8] Use Curator 2.12 w/ Zookeeper 3.4
    
    ### _Why are the changes needed?_
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #8 from pan3793/curator-2.12.
    
    1e5c9cd [Cheng Pan] curator 2.12 w/ zookeeper 3.4
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/pom.xml b/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/pom.xml
index c6b8e1d..3afbcb0 100644
--- a/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/pom.xml
+++ b/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/pom.xml
@@ -32,7 +32,7 @@ under the License.
 
     <properties>
         <zookeeper.version>3.4.14</zookeeper.version>
-        <curator.version>4.2.0</curator.version>
+        <curator.version>2.12.0</curator.version>
         <slf4j.version>1.7.25</slf4j.version>
         <yetus.version>0.5.0</yetus.version>
     </properties>