You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ma...@apache.org on 2019/08/08 12:45:27 UTC

[servicecomb-toolkit] branch master updated (0dcd6d0 -> d2c7f64)

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 0dcd6d0  Merge pull request #13 from kakulisen/master
     new d341cfc  SCB-1426 Support for configuring the toolkit maven plugin in the parent pom
     new fdc457c  format code
     new f39d79c  SCB-1426 add license header
     new b4b0727  optimize unit test code
     new d2c7f64  Merge pull request #14 from kakulisen/master

The 89 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:
 ...t.java => GeneratorExternalConfigConstant.java} |  9 +++-
 .../toolkit/codegen/ServiceCombCodegen.java        | 10 +++++
 .../servicecomb/toolkit/codegen/GeneratorTest.java | 12 ++++++
 .../contractgen/DefaultContractsGenerator.java     |  1 +
 .../servicecomb/toolkit/plugin/GenerateMojo.java   | 42 +++++++++++++++---
 .../servicecomb/toolkit/plugin/GenerateUtil.java   |  4 +-
 .../toolkit/plugin/MavenPluginUtil.java}           | 17 ++++----
 .../toolkit/plugin/GenerateMojoTest.java           |  5 ++-
 .../toolkit/plugin/GenerateUtilTest.java           |  5 ++-
 .../toolkit/plugin/InvokeStaticMethodTest.java     |  8 ++--
 .../toolkit/plugin/MavenPluginUtilTest.java        | 50 ++++++++++++++++++++++
 11 files changed, 139 insertions(+), 24 deletions(-)
 copy codegen/src/main/java/org/apache/servicecomb/toolkit/codegen/{ProjectMetaConstant.java => GeneratorExternalConfigConstant.java} (75%)
 copy toolkit-maven-plugin/src/{test/projects/demo-without-contract/src/main/java/demo/Application.java => main/java/org/apache/servicecomb/toolkit/plugin/MavenPluginUtil.java} (71%)
 mode change 100755 => 100644
 create mode 100644 toolkit-maven-plugin/src/test/java/org/apache/servicecomb/toolkit/plugin/MavenPluginUtilTest.java