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 3d08029  SCB-910 change some integration test log level to WARN for 
reduce log size
     new 150b18c  [SCB-917] parse proto file to model
     new 20627dd  [SCB-917] add license information

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:
 coverage-reports/pom.xml                           |  4 ++
 foundations/foundation-protobuf/pom.xml            | 31 ++++++++++++
 .../internal/parser/ContentFileReader.java         | 31 ++++++------
 .../protobuf/internal/parser/ProtoParser.java      | 52 ++++++++++++++++++++
 .../protobuf/internal/parser/TestProtoParser.java  | 52 ++++++++++++++++++++
 .../src/test/resources/protobufRoot.proto          | 55 ++++++++++++++++------
 foundations/pom.xml                                |  1 +
 java-chassis-dependencies/pom.xml                  | 14 +++++-
 java-chassis-distribution/src/release/LICENSE      |  4 +-
 9 files changed, 213 insertions(+), 31 deletions(-)
 create mode 100644 foundations/foundation-protobuf/pom.xml
 copy 
swagger/swagger-invocation/invocation-core/src/main/java/org/apache/servicecomb/swagger/invocation/converter/impl/SameElementArrayToList.java
 => 
foundations/foundation-protobuf/src/main/java/org/apache/servicecomb/foundation/protobuf/internal/parser/ContentFileReader.java
 (55%)
 create mode 100644 
foundations/foundation-protobuf/src/main/java/org/apache/servicecomb/foundation/protobuf/internal/parser/ProtoParser.java
 create mode 100644 
foundations/foundation-protobuf/src/test/java/org/apache/servicecomb/foundation/protobuf/internal/parser/TestProtoParser.java
 copy 
common/common-protobuf/src/test/java/io/protostuff/runtime/model/ModelProtobuf.proto
 => foundations/foundation-protobuf/src/test/resources/protobufRoot.proto (50%)

Reply via email to