You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/11/05 06:23:26 UTC

[pulsar] branch master updated (aa16497 -> 9ff9284)

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

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


    from aa16497  [pulsar-broker] get list of bundles under a namespace (#8450)
     add 9ff9284  Fix request.getContentLength() to return 0 if it is less than 0 (#8448)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/proxy/server/AdminProxyHandler.java     |  2 +-
 .../pulsar/proxy/server/AdminProxyHandlerTest.java | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+), 1 deletion(-)
 create mode 100644 pulsar-proxy/src/test/java/org/apache/pulsar/proxy/server/AdminProxyHandlerTest.java