You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by gi...@apache.org on 2023/03/31 17:09:04 UTC

[helix] branch dependabot/maven/org.eclipse.jetty-jetty-server-10.0.10 updated (41a7eedeb -> 02a08a926)

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

github-bot pushed a change to branch dependabot/maven/org.eclipse.jetty-jetty-server-10.0.10
in repository https://gitbox.apache.org/repos/asf/helix.git


 discard 41a7eedeb Bump jetty-server from 8.1.8.v20121106 to 10.0.10
     add 97cb118fd Refactor updating and searching for threadpool for state transition messages (#2380)
     add 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)
     add 1fe10c2a5 Add optional support for App Insights for Helix-Front (#2408)
     add d8b209b8e UUnit test fix TestTaskStateModelFactory. testZkClientCreationMultiZk
     add 3fe6e77b1 Setup optional proxy agent for use with App Insights (#2417)
     add 3f2735a6c Downgrade jetty version in helix-rest
     add 02a08a926 Bump jetty-server from 8.1.8.v20121106 to 10.0.10

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (41a7eedeb)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-10.0.10 (02a08a926)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../stages/IntermediateStateCalcStage.java         |   2 +
 .../messaging/handling/HelixTaskExecutor.java      |  80 ++---
 .../main/java/org/apache/helix/model/Message.java  |  72 +++-
 .../statemachine/StateModelFactory.java            |  39 ++
 .../helix/integration/multizk/MultiZkTestBase.java |   3 +-
 .../messaging/handling/TestHelixTaskExecutor.java  | 126 +++++++
 helix-front/package.json                           |   2 +
 helix-front/server/app.ts                          |  47 ++-
 helix-front/server/config.example.ts               |  14 +
 helix-front/yarn.lock                              | 394 ++++++++++++++++++++-
 helix-rest/pom.xml                                 |  23 +-
 .../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 +
 16 files changed, 798 insertions(+), 67 deletions(-)