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 2019/12/20 05:35:20 UTC

[pulsar] branch master updated (17e22d1 -> 805a421)

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 17e22d1  Added catch for NoClassDefFoundError wherever there was a ClassNotFoundException (#5870)
     add 805a421  [Pulsar Client Tools]Support generate documentation of pulsar admin cli automatically (#5738)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/admin/cli/CmdGenerateDocument.java      | 129 +++++++++++++++++++++
 .../apache/pulsar/admin/cli/PulsarAdminTool.java   |   3 +
 .../pulsar/tests/integration/cli/CLITest.java      |  27 +++++
 3 files changed, 159 insertions(+)
 create mode 100644 pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdGenerateDocument.java