You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/08/17 02:23:53 UTC

[incubator-servicecomb-java-chassis] 04/10: [SCB-847]fix integration test error

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

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

commit e66da4affc43876a682b1741c6d57aa304798fc4
Author: liubao <ba...@huawei.com>
AuthorDate: Thu Aug 16 10:52:08 2018 +0800

    [SCB-847]fix integration test error
---
 demo/demo-schema/src/main/resources/microservices/pojo/server.yaml       | 1 +
 .../src/main/resources/microservices/pojo/server.yaml                    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/demo/demo-schema/src/main/resources/microservices/pojo/server.yaml b/demo/demo-schema/src/main/resources/microservices/pojo/server.yaml
index d7c6a0a..985fcb7 100644
--- a/demo/demo-schema/src/main/resources/microservices/pojo/server.yaml
+++ b/demo/demo-schema/src/main/resources/microservices/pojo/server.yaml
@@ -215,3 +215,4 @@ definitions:
         type: integer
       index:
         type: number
+    x-java-class: "org.apache.servicecomb.demo.server.User"
diff --git a/demo/demo-spring-boot-transport/demo-spring-boot-pojo-server/src/main/resources/microservices/pojo/server.yaml b/demo/demo-spring-boot-transport/demo-spring-boot-pojo-server/src/main/resources/microservices/pojo/server.yaml
index 903bf15..3fa0fda 100644
--- a/demo/demo-spring-boot-transport/demo-spring-boot-pojo-server/src/main/resources/microservices/pojo/server.yaml
+++ b/demo/demo-spring-boot-transport/demo-spring-boot-pojo-server/src/main/resources/microservices/pojo/server.yaml
@@ -194,3 +194,4 @@ definitions:
         type: number
       index:
         type: number
+    x-java-class: "org.apache.servicecomb.demo.server.User"
\ No newline at end of file