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

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


    from 21cd24a  Merge pull request #16 from kakulisen/master
     new 4515ef4  SCB-1436 Model is not generated, but the related package is 
imported
     new 8e72518  SCB-1436 optimize template and add unit test
     new 9cc1092  Merge pull request #17 from kakulisen/master

The 95 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/consumer/apiConsumer.mustache      |   1 -
 .../ServiceComb/libraries/JAX-RS/api.mustache      |   3 +-
 .../ServiceComb/libraries/POJO/api.mustache        |   2 -
 .../ServiceComb/libraries/SpringBoot/api.mustache  |   1 -
 .../ServiceComb/libraries/SpringMVC/api.mustache   |   1 -
 .../servicecomb/toolkit/codegen/TemplateTest.java  | 144 +++++++++++++++++++++
 codegen/src/test/resources/no-model.yaml           |  22 ++++
 codegen/src/test/resources/with-model.yaml         |  28 ++++
 8 files changed, 195 insertions(+), 7 deletions(-)
 create mode 100644 
codegen/src/test/java/org/apache/servicecomb/toolkit/codegen/TemplateTest.java
 create mode 100644 codegen/src/test/resources/no-model.yaml
 create mode 100644 codegen/src/test/resources/with-model.yaml

Reply via email to