You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2021/02/11 06:30:50 UTC

[pulsar] branch master updated (f65b297 -> 9c39ca0)

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

sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from f65b297  [Issue 9495][c++ client] add 'encrypted' option in commands.newproducer() (#9542)
     add 9c39ca0  Update ZooKeeper to 3.6.2 and Curator to 5.1.0 (#8590)

No new revisions were added by this update.

Summary of changes:
 distribution/server/pom.xml                        | 20 ++++++++++
 distribution/server/src/assemble/LICENSE.bin.txt   | 10 +++--
 managed-ledger/pom.xml                             | 11 +++++-
 pom.xml                                            | 43 +++++++++++++++++++++-
 pulsar-broker/pom.xml                              | 14 ++++++-
 .../pulsar/broker/admin/AdminApiOffloadTest.java   |  5 ++-
 pulsar-io/flume/pom.xml                            | 21 ++++++++++-
 .../PollingZooKeeperConfigurationProvider.java     |  1 -
 pulsar-metadata/pom.xml                            | 14 +++++++
 .../bookkeeper-storage/pom.xml                     | 14 +++++++
 pulsar-sql/presto-distribution/LICENSE             | 12 +++---
 pulsar-testclient/pom.xml                          |  1 -
 pulsar-zookeeper-utils/pom.xml                     | 21 +++++++++++
 .../pulsar/zookeeper/LocalBookkeeperEnsemble.java  |  9 +++--
 pulsar-zookeeper/pom.xml                           | 18 +++++++++
 .../src/main/resources/findbugsExclude.xml         |  4 +-
 src/findbugs-exclude.xml                           |  3 ++
 testmocks/pom.xml                                  |  5 +++
 .../java/org/apache/zookeeper/MockZooKeeper.java   | 38 +++++++++++++++++++
 19 files changed, 242 insertions(+), 22 deletions(-)