You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/04/02 04:31:24 UTC

[servicecomb-java-chassis] branch SCB-1218 updated (2cda71f -> 57c53dc)

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

ningjiang pushed a change to branch SCB-1218
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git.


 discard 2cda71f  SCB-1218 Added the reactive-stream
 discard 6f2022b  SCB-1218 Clean up the license of java-chassis
     new 6d53ef2  [SCB-1226] there are problems when request rejected by thread pool queue full
     new 89c0628  [SCB-1232] make GroupExecutor configuration compatible to old version
     new 09eac45  Updated the year information of the NOTICE files
     new 07aad87  SCB-1218 Clean up the license of java-chassis
     new 57c53dc  SCB-1218 Added the reactive-stream

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   (2cda71f)
            \
             N -- N -- N   refs/heads/SCB-1218 (57c53dc)

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.

The 2187 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE                                             |   2 +-
 .../common/rest/AbstractRestInvocation.java        |  49 +++++-----
 .../common/rest/TestAbstractRestInvocation.java    |  32 +++++-
 .../org/apache/servicecomb/core/SCBEngine.java     |   8 +-
 .../servicecomb/core/executor/GroupExecutor.java   |  38 +++++---
 .../core/executor/TestGroupExecutor.java           | 108 +++++++++++++--------
 java-chassis-distribution/src/release/NOTICE       |   4 +-
 .../transport/highway/HighwayServerInvoke.java     |   6 +-
 8 files changed, 161 insertions(+), 86 deletions(-)