You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by te...@apache.org on 2022/07/29 05:47:21 UTC

[pulsar] branch master updated (0f2060d0d28 -> 5d0eb9b71f9)

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

technoboy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 0f2060d0d28 [feature][broker] add config maxUnloadBundleNumPerShedding for UniformLoadShedder (#16409)
     add 5d0eb9b71f9 [fix][client] Fix load trust certificate (#16789)

No new revisions were added by this update.

Summary of changes:
 .../client/api/ClientAuthenticationTlsTest.java    | 183 +++++++++++++++++++++
 .../apache/pulsar/common/util/SecurityUtility.java |   7 +-
 2 files changed, 188 insertions(+), 2 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/client/api/ClientAuthenticationTlsTest.java