You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by xy...@apache.org on 2023/03/08 06:54:34 UTC

[helix] branch master updated (1c2ca7144 -> 2b53371f8)

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

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


    from 1c2ca7144  Add API for users to provide customized threadpool for different categories of state transition messages(#2390)
     add 2b53371f8 Helix-REST - Add support for auto-generated API documentation (#2396)

No new revisions were added by this update.

Summary of changes:
 helix-rest/pom.xml                                 | 21 +++++++++++-
 .../org/apache/helix/rest/common/ServletType.java  |  7 +++-
 .../apache/helix/rest/server/HelixRestServer.java  | 39 ++++++++++++++++++++--
 .../server/resources/helix/ClusterAccessor.java    |  5 +++
 .../MetadataStoreDirectoryAccessor.java            |  8 +++++
 .../resources/zookeeper/ZooKeeperAccessor.java     |  4 +++
 6 files changed, 80 insertions(+), 4 deletions(-)