This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from f06f3eee542 [fix][build][branch-4.0] Fix LICENSE.bin.txt
new ab05ca2d893 [fix][broker] Fix incomplete futures in topic property
update/delete methods (#25228)
new 38a126b3e69 [fix][test] Fix Mockito stubbing race in
TopicListServiceTest (#25227)
new 2a46c70ba66 [improve][broker] Give the detail error msg when
authenticate failed with AuthenticationException (#25221)
The 3 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:
.../pulsar/broker/web/AuthenticationFilter.java | 9 +-
.../broker/web/AuthenticationFilterTest.java | 107 +++++++++++++++++++++
.../broker/admin/impl/PersistentTopicsBase.java | 18 +++-
.../apache/pulsar/broker/admin/AdminApi2Test.java | 29 ++++++
.../broker/service/TopicListServiceTest.java | 26 ++---
5 files changed, 171 insertions(+), 18 deletions(-)
create mode 100644
pulsar-broker-common/src/test/java/org/apache/pulsar/broker/web/AuthenticationFilterTest.java