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

mattisonchao pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 2c6db60abee [improve][authentication] Support for get token from HTTP 
params (#16987)
     new ba24b40a1f9 Exclude the Netty Reactive Stream from asynchttpclient 
(#16312)
     new 0cc42d9130d [fix][authorization] Fix multiple roles authorization 
(#16645)
     new 6bdffab17db add artifactSet to pom.xml for 
pulsar-functions-local-runner (#16565)
     new 4bc4659eadc fix lafla source config when consumerConfigProperties='' 
(#16731)
     new 6f33cdea054 [fix][broker] Fix stats-internal with option -m cause 
active ledger recover then close (#16662)
     new fbfc6bdbad6 [fix][client] Fix ReconsumeLater will hang up if 
retryLetterProducer exception (#16655)
     new dbfbea457e8 [fix][client] Fix load trust certificate (#16789)
     new 7b2f39cac55 [fix][proxy] Fix client service url (#16834)
     new 4fba95abb70 [Java Client] Send CloseConsumer on timeout (#16616)
     new 4f03d0056b4 [fix][function] Fix python instance not process zip file 
correctly (#16697)
     new 4c00702e5b0 [fix][client] Remove redundant check for chunked message 
TotalChunkMsgSize in ConsumerImpl (#16797)
     new e434a531a11 [fix][broker]remove exception log when access status.html 
(#17025)

The 12 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:
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |  17 +-
 .../bookkeeper/mledger/impl/ManagedLedgerTest.java |  17 ++
 pom.xml                                            |   4 +
 .../MultiRolesTokenAuthorizationProvider.java      |  86 ++++++--
 .../authorization/PulsarAuthorizationProvider.java |   3 +-
 .../pulsar/common/configuration/VipStatus.java     |   4 +-
 .../client/api/ClientAuthenticationTlsTest.java    | 183 ++++++++++++++++
 .../apache/pulsar/client/api/ClientErrorsTest.java |  47 ++++-
 .../MultiRolesTokenAuthorizationProviderTest.java  | 231 +++++++++++++++++++++
 .../pulsar/client/api/ProducerConsumerBase.java    |  21 +-
 .../apache/pulsar/client/api/RetryTopicTest.java   |  60 ++++++
 pulsar-client-tools/pom.xml                        |   4 +
 pulsar-client/pom.xml                              |   5 +
 .../apache/pulsar/client/impl/ConsumerImpl.java    |  88 ++++----
 .../apache/pulsar/common/util/SecurityUtility.java |   7 +-
 .../src/main/python/python_instance_main.py        |  10 +-
 pulsar-functions/localrun-shaded/pom.xml           |  66 +++++-
 .../apache/pulsar/io/kafka/KafkaSourceConfig.java  |   2 +
 .../io/kafka/source/KafkaAbstractSourceTest.java   |  19 ++
 .../pulsar/proxy/server/ProxyConnection.java       |   4 +-
 .../pulsar/proxy/server/ProxyConnectionTest.java   |  24 +++
 site2/docs/developing-binary-protocol.md           |   9 +
 22 files changed, 836 insertions(+), 75 deletions(-)
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/client/api/ClientAuthenticationTlsTest.java
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/client/api/MultiRolesTokenAuthorizationProviderTest.java

Reply via email to