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

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


    from 225823d  [SCB-1266] fix by review
     new c6d0a12  [SCB-1263] do not inherit InvocationContext from request 
header in edge
     new 6cd1bcd  [SCB-1263] test inheriting context in edge by custom filter
     new d3f42eb  [SCB-1263] add reminder comment

The 2231 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:
 .../servicecomb/edge/core/EdgeInvocation.java      |  5 ++
 .../servicecomb/edge/core/TestEdgeInvocation.java  | 23 +++++++
 .../servicecomb/it/testcase/TestParamCodec.java    | 27 ++++++++
 .../it/testcase/TestParamCodecEdge.java            | 19 ++++++
 .../context/InheritInvocationContextFilter.java    | 73 ++++++++++++++++++++++
 ...servicecomb.common.rest.filter.HttpServerFilter |  3 +-
 .../servicecomb/it/schema/ParamCodecSchema.java    |  9 +++
 7 files changed, 158 insertions(+), 1 deletion(-)
 create mode 100644 
integration-tests/it-edge/src/main/java/org/apache/servicecomb/it/edge/context/InheritInvocationContextFilter.java

Reply via email to