This is an automated email from the ASF dual-hosted git repository.
xyz pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 91810aedfc9 [improve][authentication] Support for get token from HTTP
params (#16650) (#16871)
new 9061e902afd [fix][broker] ManagedCursor: mark delete no callback when
create meta-ledger fail (#16841)
new 6f803780adf fix PatternTopicsChangedListener blocked when topic
removed (#16842)
new e31713a0720 [fix][proxy] Fix client service url (#16834)
new 430e600d88f use Awaitility replace Thread.sleep (#11017)
new 0db8ac040bc [fix][client] Fix load trust certificate (#16789)
new cce4926bb59 Fix broken tests introduced by 0db8ac04
The 6 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/ManagedCursorImpl.java | 4 +-
.../broker/auth/MockedPulsarServiceBaseTest.java | 20 +++
.../client/api/ClientAuthenticationTlsTest.java | 183 +++++++++++++++++++++
.../client/impl/MultiTopicsConsumerImpl.java | 8 +-
.../apache/pulsar/common/util/SecurityUtility.java | 7 +-
.../pulsar/proxy/server/ProxyConnection.java | 4 +-
.../pulsar/proxy/server/ProxyConnectionTest.java | 24 +++
pulsar-zookeeper-utils/pom.xml | 6 +
.../zookeeper/ZkBookieRackAffinityMappingTest.java | 18 +-
...kIsolatedBookieEnsemblePlacementPolicyTest.java | 48 ++++--
.../pulsar/zookeeper/ZookeeperCacheTest.java | 56 +++----
11 files changed, 311 insertions(+), 67 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/client/api/ClientAuthenticationTlsTest.java