You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by sy...@apache.org on 2022/05/29 11:06:52 UTC

[zookeeper] branch branch-3.5.10 updated (61f1b4682 -> a32c7183d)

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

symat pushed a change to branch branch-3.5.10
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


    from 61f1b4682 supress false positive CVE-2021-21409
     new 0ce4f3d9c ZOOKEEPER-4382: Update Maven Bundle Plugin to 5.1.1 - build on JDK18
     new a32c7183d update 3.5.10 release notes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                                    | 2 +-
 zookeeper-docs/src/main/resources/markdown/releasenotes.md | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


[zookeeper] 01/02: ZOOKEEPER-4382: Update Maven Bundle Plugin to 5.1.1 - build on JDK18

Posted by sy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

symat pushed a commit to branch branch-3.5.10
in repository https://gitbox.apache.org/repos/asf/zookeeper.git

commit 0ce4f3d9cebc76cdab6590869d1582259645c899
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Wed Oct 6 06:41:29 2021 +0000

    ZOOKEEPER-4382: Update Maven Bundle Plugin to 5.1.1 - build on JDK18
    
    More context here
    https://issues.apache.org/jira/browse/ZOOKEEPER-4382
    
    Author: Enrico Olivelli <eo...@apache.org>
    
    Reviewers: Damien Diederen <dd...@apache.org>
    
    Closes #1760 from eolivelli/fix/update-maven-bundle-plugin
    
    (cherry picked from commit 156e682e3d4bb27338418602c1c3c530da6ff7bd)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 31be63517..001087993 100755
--- a/pom.xml
+++ b/pom.xml
@@ -610,7 +610,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>4.1.0</version>
+          <version>5.1.1</version>
         </plugin>
       </plugins>
     </pluginManagement>


[zookeeper] 02/02: update 3.5.10 release notes

Posted by sy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

symat pushed a commit to branch branch-3.5.10
in repository https://gitbox.apache.org/repos/asf/zookeeper.git

commit a32c7183d42325b03e44a06aade6a0f16955bf13
Author: Mate Szalay-Beko <sy...@apache.com>
AuthorDate: Sun May 29 13:06:04 2022 +0200

    update 3.5.10 release notes
---
 zookeeper-docs/src/main/resources/markdown/releasenotes.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/zookeeper-docs/src/main/resources/markdown/releasenotes.md b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
index 82897e2cb..dbd2d2598 100644
--- a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
+++ b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
@@ -54,6 +54,7 @@ None
 * [ZOOKEEPER-3392](https://issues.apache.org/jira/browse/ZOOKEEPER-3392) - Add admin command to display last snapshot information
 * [ZOOKEEPER-3459](https://issues.apache.org/jira/browse/ZOOKEEPER-3459) - Add admin command to display synced state of peer
 * [ZOOKEEPER-4202](https://issues.apache.org/jira/browse/ZOOKEEPER-4202) - Add JvmPauseMonitor to ZooKeeper on branch 3.5
+* [ZOOKEEPER-4382](https://issues.apache.org/jira/browse/ZOOKEEPER-4382) - Update Maven Bundle Plugin in order to allow builds on JDK18
 * [ZOOKEEPER-4434](https://issues.apache.org/jira/browse/ZOOKEEPER-4434) - Backport ZOOKEEPER-3142 for branch-3.5 (Extend SnapshotFormatter to dump data in json format)
 * [ZOOKEEPER-4455](https://issues.apache.org/jira/browse/ZOOKEEPER-4455) - Move to https://reload4j.qos.ch/ (remove log4j1)
 * [ZOOKEEPER-4468](https://issues.apache.org/jira/browse/ZOOKEEPER-4468) - Backport BCFKS key/trust store format support to branch 3.5