This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from c5a4639 [broker] Fix deadlock in metadata-store callback thread for
branch 2.9 (#13426)
new c1f809f Upgrade to BookKeeper 4.14.3 (#12760)
new 4a406e0 [C++]Fix libcurl miss auth header when broker return 307
(#13112)
new ac89c7e Cipher params not work in KeyStoreSSLContext (#13322)
new f1aeb06 Apply clang-format check for python wrapper (#13418)
new e26afd9 [Java Client] Improve consumer listener logic (#13273)
new 655fe3f Fix invalid setting of enabled ciphers to fix warning from
BoringSSL (#13435)
new da61b91 [Broker] Fix race conditions in closing producers and
consumers (#13428)
The 7 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:
distribution/server/src/assemble/LICENSE.bin.txt | 50 ++--
pom.xml | 2 +-
.../apache/pulsar/broker/service/ServerCnx.java | 24 +-
pulsar-client-cpp/CMakeLists.txt | 6 +-
pulsar-client-cpp/lib/HTTPLookupService.cc | 229 +++++++++---------
pulsar-client-cpp/lib/HTTPLookupService.h | 2 +-
pulsar-client-cpp/python/src/authentication.cc | 44 ++--
pulsar-client-cpp/python/src/client.cc | 63 +++--
pulsar-client-cpp/python/src/config.cc | 256 ++++++++++-----------
pulsar-client-cpp/python/src/consumer.cc | 81 +++----
pulsar-client-cpp/python/src/cryptoKeyReader.cc | 2 +-
pulsar-client-cpp/python/src/enums.cc | 162 +++++++------
pulsar-client-cpp/python/src/exceptions.cc | 49 ++--
pulsar-client-cpp/python/src/message.cc | 147 ++++++------
pulsar-client-cpp/python/src/producer.cc | 71 +++---
pulsar-client-cpp/python/src/pulsar.cc | 4 +-
pulsar-client-cpp/python/src/reader.cc | 48 ++--
pulsar-client-cpp/python/src/schema.cc | 10 +-
pulsar-client-cpp/python/src/utils.h | 3 +-
.../apache/pulsar/client/impl/ConsumerBase.java | 17 +-
.../apache/pulsar/client/impl/ConsumerImpl.java | 3 +-
.../util/keystoretls/KeyStoreSSLContext.java | 48 ++--
pulsar-sql/presto-distribution/LICENSE | 24 +-
.../bookkeeper/client/BookKeeperTestClient.java | 3 +-
24 files changed, 652 insertions(+), 696 deletions(-)