This is an automated email from the ASF dual-hosted git repository.
wujimin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git.
from ca4dea2 [SCB-1038]Fix some bugs and logs improvement reported by
users when testing
new c69b30d [SCB-1035] Fix javadoc issues for release
new f187acc [SCB-1035] Update license and notice for third parties
new d138aa9 [SCB-1035] Adjust pom structure
new 1b17b11 [SCB-1035] Fix compile warnings
new 84310a6 [SCB-1035] Fail CI on Rat error
new c3e4941 [SCB-1035]Remove duplicate definition of plugins
The 6 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:
.../core/invocation/InvocationStageTrace.java | 26 +-
.../java/io/protostuff/runtime/MessageSchema.java | 2 +-
.../foundation/protobuf/RootSerializer.java | 2 +-
.../it-producer-deploy-springboot2-servlet/pom.xml | 30 ++
.../pom.xml | 30 ++
java-chassis-dependencies/pom.xml | 83 -----
java-chassis-distribution/src/release/LICENSE | 48 ++-
java-chassis-distribution/src/release/NOTICE | 11 +
.../src/release/licenses/LICENSE-abego | 27 ++
.../src/release/licenses/LICENSE-antlr | 52 +++
.../src/release/licenses/LICENSE-icu4j | 414 +++++++++++++++++++++
.../src/release/licenses/LICENSE-jsonp | 348 +++++++++++++++++
.../src/release/licenses/LICENSE-protobuf | 32 ++
.../starter/servlet/RestServletInitializer.java | 1 +
parent/pom.xml | 166 ---------
pom.xml | 183 +++++++++
samples/apm-agent/pom.xml | 7 +
scripts/travis.sh | 81 ++--
.../producer/ProducerBeanParamMapper.java | 3 +-
19 files changed, 1241 insertions(+), 305 deletions(-)
create mode 100644 java-chassis-distribution/src/release/licenses/LICENSE-abego
create mode 100644 java-chassis-distribution/src/release/licenses/LICENSE-antlr
create mode 100644 java-chassis-distribution/src/release/licenses/LICENSE-icu4j
create mode 100644 java-chassis-distribution/src/release/licenses/LICENSE-jsonp
create mode 100644
java-chassis-distribution/src/release/licenses/LICENSE-protobuf