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/servicecomb-java-chassis.git.
from 5f5264f [SCB-2029] tiny improve to make extend filter features easier
add 1456576 [SCB-2030] add new invocation event to make extend features
easier
No new revisions were added by this update.
Summary of changes:
.../common/rest/filter/inner/RestServerCodecFilter.java | 2 ++
.../java/org/apache/servicecomb/core/Invocation.java | 12 ++++++++++++
.../core/event/InvocationEncodeResponseStartEvent.java | 12 ++++--------
.../servicecomb/core/event/InvocationFinishEvent.java | 11 ++---------
...ent.java => InvocationRunInExecutorFinishEvent.java} | 7 +++++--
...vent.java => InvocationRunInExecutorStartEvent.java} | 4 ++--
...inishEvent.java => InvocationWithResponseEvent.java} | 13 +++----------
.../servicecomb/core/filter/impl/ScheduleFilter.java | 17 +++++++++++------
.../transport/highway/HighwayServerCodecFilter.java | 2 ++
9 files changed, 43 insertions(+), 37 deletions(-)
copy
handlers/handler-bizkeeper/src/main/java/org/apache/servicecomb/bizkeeper/FallbackPolicy.java
=>
core/src/main/java/org/apache/servicecomb/core/event/InvocationEncodeResponseStartEvent.java
(78%)
copy
core/src/main/java/org/apache/servicecomb/core/event/{InvocationBusinessMethodStartEvent.java
=> InvocationRunInExecutorFinishEvent.java} (80%)
copy
core/src/main/java/org/apache/servicecomb/core/event/{InvocationStartEvent.java
=> InvocationRunInExecutorStartEvent.java} (86%)
copy
core/src/main/java/org/apache/servicecomb/core/event/{InvocationFinishEvent.java
=> InvocationWithResponseEvent.java} (76%)