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

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


    from d24dabd50a5 [fix][build][branch-4.1] Fix LICENSE.bin.txt
     new 8777ed6fc53 [fix][broker] Fix incomplete futures in topic property 
update/delete methods (#25228)
     new 6b94d335fa2 [fix][test] Fix Mockito stubbing race in 
TopicListServiceTest (#25227)
     new 37250ef3ded [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

Reply via email to