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

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


 discard cf31c3ec1 ZOOKEEPER-4925: Fix data loss due to propagation of 
discontinuous committedLog (#2254) (#2266)
    omit 311239892 ZOOKEEPER-4921: Retry endlessly to establish a brand-new 
session (#2265)
     add 0971e5e21 ZOOKEEPER-4921: Retry endlessly to establish a brand-new 
session
     add adc8744a0 ZOOKEEPER-4928: Fix ZOO_VERSION not updated during mvn 
release:prepare
     add 392abdfa5 Fix client connection rejected due to throttler token 
overflow
     add 685048a7b ZOOKEEPER-4925: Fix data loss due to propagation of 
discontinuous committedLog (#2254)
     add 1622b8516 ZOOKEEPER-4604: Fix missing break in switch branch 
COMPLETION_STRING_STAT
     add d2ef1dff8 ZOOKEEPER-4810: Fix buf data race at format_endpoint_info
     add a846a5178 ZOOKEEPER-4944: Cache zookeeper dists in compatibility tests
     add 33c1f0dee ZOOKEEPER-4787: Fix quorum join failure due to inconsistent 
wire message charset during leader election
     add 099fc1184 ZOOKEEPER-4940: Enabling zookeeper.ssl.ocsp with JRE TLS 
provider err…
     add 7c725ed2d ZOOKEEPER-4954: Use FIPS style hostname verification when no 
custom t…
     add 3b9d1ce53 ZOOKEEPER-4932: The newest version of zookeeper includes 
Jetty versiob 9.4.57.x which has CVE-2024-6763 issue
     add bcda30fe6 ZOOKEEPER-4953: Fix typos for word ZooKeeper from ZooKeeeper
     add 1f4186e73 ZOOKEEPER-4891: Update logback to 1.3.15 to fix 
CVE-2024-12798. (branch-3.9)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cf31c3ec1)
            \
             N -- N -- N   refs/heads/branch-3.9.4 (1f4186e73)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/e2e.yaml                         | 13 +++++--
 owaspSuppressions.xml                              | 17 +++++++++
 pom.xml                                            |  4 +--
 .../zookeeper-client-c/include/zookeeper_version.h |  2 +-
 zookeeper-client/zookeeper-client-c/pom.xml        |  2 +-
 .../zookeeper-client-c/src/zookeeper.c             |  5 +--
 .../inspector/manager/ZooInspectorManager.java     |  4 +--
 .../resources/markdown/zookeeperProgrammers.md     |  6 ++--
 .../apache/zookeeper/common/ClientX509Util.java    | 20 ++++++++---
 .../org/apache/zookeeper/server/BlueThrottle.java  |  9 +++--
 .../server/quorum/FastLeaderElection.java          |  4 +--
 .../zookeeper/server/quorum/QuorumCnxManager.java  |  2 +-
 .../java/org/apache/zookeeper/ZooKeeperTest.java   |  2 +-
 .../org/apache/zookeeper/common/X509UtilTest.java  | 40 ++++++++++++++++++++++
 14 files changed, 107 insertions(+), 23 deletions(-)

Reply via email to