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

liubao pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git.


    from 15d60b3  SCB-369 add spectator information to LICENSE
     new f81a8b9  SCB-374 define invocation life event
     new 4ea8e6f  SCB-374 [WIP] invocation add publish life event method
     new c59abf6  SCB-374 [WIP] consumer invocation publish life event
     new aa6886d  SCB-374 [WIP] invocation from rest transport publish event
     new 4ccab55  SCB-374 invocation from highway transport publish event

The 5 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:
 .../common/rest/AbstractRestInvocation.java        |  25 ++--
 .../common/rest/RestProducerInvocation.java        |   5 +-
 .../common/rest/TestAbstractRestInvocation.java    |  76 ++++++++++--
 .../org/apache/servicecomb/core/Invocation.java    |  49 ++++++--
 .../core/event/InvocationFinishEvent.java          |  26 ++--
 .../core/event/InvocationStartEvent.java           |  16 +--
 .../core/provider/consumer/InvokerUtils.java       |  31 ++---
 .../apache/servicecomb/core/TestInvocation.java    | 138 +++++++++++++++++++++
 .../core/event/TestInvocationFinishEvent.java      |  30 +++--
 .../core/event/TestInvocationStartEvent.java       |  15 ++-
 .../servicecomb/edge/core/EdgeInvocation.java      |   4 +-
 .../servicecomb/edge/core/TestEdgeInvocation.java  |   3 +-
 .../transport/highway/HighwayCodec.java            |  15 +--
 .../transport/highway/HighwayServer.java           |   9 +-
 .../transport/highway/HighwayServerConnection.java |   9 +-
 .../transport/highway/HighwayServerInvoke.java     |  39 +++---
 .../transport/highway/HighwayServerVerticle.java   |   2 +-
 .../transport/highway/HighwayTransport.java        |   2 -
 .../transport/highway/TestHighwayCodec.java        |  24 ++--
 .../highway/TestHighwayServerConnection.java       |   6 +-
 .../transport/highway/TestHighwayServerInvoke.java |  40 ++++++
 21 files changed, 418 insertions(+), 146 deletions(-)
 copy 
handlers/handler-loadbalance/src/main/java/org/apache/servicecomb/loadbalance/filter/TransactionControlFilter.java
 => 
core/src/main/java/org/apache/servicecomb/core/event/InvocationFinishEvent.java 
(67%)
 copy 
handlers/handler-bizkeeper/src/main/java/org/apache/servicecomb/bizkeeper/FallbackPolicy.java
 => 
core/src/main/java/org/apache/servicecomb/core/event/InvocationStartEvent.java 
(74%)
 create mode 100644 
core/src/test/java/org/apache/servicecomb/core/TestInvocation.java
 copy 
swagger/swagger-invocation/invocation-core/src/test/java/org/apache/servicecomb/swagger/invocation/exception/TestDefaultExceptionToResponseConverter.java
 => 
core/src/test/java/org/apache/servicecomb/core/event/TestInvocationFinishEvent.java
 (59%)
 copy 
providers/provider-springmvc/src/test/java/org/apache/servicecomb/provider/springmvc/reference/TestCseRestTemplate.java
 => 
core/src/test/java/org/apache/servicecomb/core/event/TestInvocationStartEvent.java
 (71%)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to