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 02df05d add alias of default executor thread pool, add schema
compatibility warning log
new 3872df0 [SCB-684]Following swagger conventions. Adding and change
some test cases.
new a2bbd88 [SCB-684]fix review comments
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:
.../java/org/apache/servicecomb/demo/TestMgr.java | 4 ++
.../src/main/resources/microservice.yaml | 1 +
.../server/CodeFirstSpringmvcForSchema.java | 67 +++++++++++++++++
.../server/ProducerSchemaFactoryHolder.java | 83 ++++++++++++++++++++++
.../src/main/resources/microservice.yaml | 1 +
.../tests/endpoints/CodeFirstSpringmvc.java | 8 +--
6 files changed, 160 insertions(+), 4 deletions(-)
create mode 100644
demo/demo-springmvc/springmvc-server/src/main/java/org/apache/servicecomb/demo/springmvc/server/CodeFirstSpringmvcForSchema.java
create mode 100644
demo/demo-springmvc/springmvc-server/src/main/java/org/apache/servicecomb/demo/springmvc/server/ProducerSchemaFactoryHolder.java