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

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


    from 4fc2e07  Keep topic-level policies commands consistent with that for 
namespace… (#9215)
     new dc21282  Fix fake complete issue in offloading (#9306)
     new 78e7b20  Add refresh authentication command in broker (#9064)

The 2 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 | 23 ++++++-
 .../bookkeeper/mledger/impl/OffloadPrefixTest.java | 49 ++++++++++++++
 .../authentication/SaslAuthenticateTest.java       |  2 +-
 .../broker/authentication/AuthenticationState.java |  4 +-
 .../AuthenticationProviderTokenTest.java           |  2 +-
 .../client/api/MutualAuthenticationTest.java       |  2 +-
 ...kenOauth2AuthenticatedProducerConsumerTest.java | 76 ++++++++++++++++++++++
 .../org/apache/pulsar/common/api/AuthData.java     |  5 +-
 .../client/impl/auth/AuthenticationSasl.java       |  2 +-
 .../impl/auth/SaslAuthenticationDataProvider.java  |  2 +-
 .../org/apache/pulsar/client/impl/ClientCnx.java   | 14 +++-
 .../pulsar/proxy/server/DirectProxyHandler.java    | 13 +++-
 .../apache/pulsar/proxy/server/ProxyClientCnx.java |  2 +-
 .../token/PulsarTokenAuthenticationBaseSuite.java  | 11 +++-
 14 files changed, 191 insertions(+), 16 deletions(-)

Reply via email to