This is an automated email from the ASF dual-hosted git repository.
rdhabalia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 77c7e9c [Docs][Geo Replication] Copy PR 9857 to older versioned docs
(#10029)
add 4673963 [pulsar-auth] Allow serializable stream-provider field into
AuthenticationTls (#10020)
No new revisions were added by this update.
Summary of changes:
distribution/server/licenses/LICENSE-Spotbugs.txt | 502 +++++++++++++++++++++
distribution/server/src/assemble/NOTICE.bin.txt | 3 +
pom.xml | 8 +
pulsar-client/pom.xml | 7 +
.../pulsar/client/impl/auth/AuthenticationTls.java | 19 +-
.../client/impl/auth/AuthenticationTlsTest.java | 94 ++++
6 files changed, 632 insertions(+), 1 deletion(-)
create mode 100644 distribution/server/licenses/LICENSE-Spotbugs.txt
create mode 100644
pulsar-client/src/test/java/org/apache/pulsar/client/impl/auth/AuthenticationTlsTest.java