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 7ad8046 [SCB-1825] client outlog: rename item and delete README.md
(#1665)
new 06e7c07 [SCB-1822]fix problems when using multiple consumer interface
for one operation and using CseHttpEntity to set localcontext
new e3b4b80 [SCB-1822]fix random test error
The 2 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:
.../client/CustomEndpointDiscoveryFilter.java | 12 ++--
.../demo/springmvc/client/TestDateTimeSchema.java | 62 +++++++++++++++++++++
.../src/main/resources/microservice.yaml | 1 +
.../it/testcase/TestRestVertxTransportConfig.java | 4 +-
.../apache/servicecomb/provider/pojo/Invoker.java | 4 +-
.../pojo/definition/PojoConsumerMapKey.java | 65 ++++++++++++++++++++++
.../provider/pojo/definition/PojoConsumerMeta.java | 19 +++----
.../servicecomb/provider/pojo/TestInvoker.java | 2 +-
.../springmvc/reference/CseClientHttpRequest.java | 3 +-
9 files changed, 148 insertions(+), 24 deletions(-)
copy
spring-boot/spring-boot-starters/java-chassis-spring-boot-starter-discovery/src/main/java/org/apache/servicecomb/springboot2/starter/discovery/ScbRibbonEndpointDiscoveryFilter.java
=>
demo/demo-springmvc/springmvc-client/src/main/java/org/apache/servicecomb/demo/springmvc/client/CustomEndpointDiscoveryFilter.java
(77%)
create mode 100644
providers/provider-pojo/src/main/java/org/apache/servicecomb/provider/pojo/definition/PojoConsumerMapKey.java