This is an automated email from the ASF dual-hosted git repository.
liubao pushed a change to branch logger-example
in repository https://gitbox.apache.org/repos/asf/servicecomb-samples.git.
discard 500ce54 add logger example
discard 4746ed4 test upload error
omit 15b34d3 add build and run to samples
add 61c65c1 add build and run to samples (#68)
add e713b23 Upgrade servicecomb version to 2.3.0 (#72)
new 2854371 test upload error
new 9b52a39 add logger example
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (500ce54)
\
N -- N -- N refs/heads/logger-example (9b52a39)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
basic/consumer/src/main/resources/log4j2.xml | 45 ----------------------
basic/gateway/src/main/resources/log4j2.xml | 45 ----------------------
basic/provider/src/main/resources/log4j2.xml | 45 ----------------------
.../src/main/resources/logback.xml | 0
.../spring-boot-external-tomcat/pom.xml | 2 +-
.../war-external-tomcat/pom.xml | 2 +-
java-chassis-perfermance/pom.xml | 2 +-
java-chassis-samples/apm-agent/pom.xml | 2 +-
.../auth-sample/auth-consumer/pom.xml | 2 +-
.../auth-sample/auth-provider/pom.xml | 2 +-
java-chassis-samples/auth-sample/pom.xml | 2 +-
java-chassis-samples/bmi/calculator/pom.xml | 2 +-
java-chassis-samples/bmi/pom.xml | 2 +-
java-chassis-samples/bmi/webapp/pom.xml | 2 +-
.../codefirst-sample/codefirst-consumer/pom.xml | 2 +-
.../codefirst-sample/codefirst-provider/pom.xml | 2 +-
java-chassis-samples/codefirst-sample/pom.xml | 2 +-
java-chassis-samples/common-schema/pom.xml | 2 +-
java-chassis-samples/config-apollo-sample/pom.xml | 2 +-
.../custom-handler-consumer/pom.xml | 2 +-
.../custom-handler-provider/pom.xml | 2 +-
java-chassis-samples/custom-handler-sample/pom.xml | 2 +-
.../jaxrs-sample/jaxrs-consumer/pom.xml | 2 +-
.../jaxrs-sample/jaxrs-provider/pom.xml | 2 +-
java-chassis-samples/jaxrs-sample/pom.xml | 2 +-
.../local-registry-client/pom.xml | 2 +-
.../local-registry-server/pom.xml | 2 +-
.../local-service-registry/pom.xml | 2 +-
.../metrics-extend-healthcheck/pom.xml | 2 +-
.../metrics-write-file/pom.xml | 2 +-
.../metrics-write-file-sample/pom.xml | 2 +-
.../pojo-sample/pojo-consumer/pom.xml | 2 +-
.../pojo-sample/pojo-provider/pom.xml | 2 +-
java-chassis-samples/pojo-sample/pom.xml | 2 +-
java-chassis-samples/pom.xml | 2 +-
java-chassis-samples/springmvc-sample/pom.xml | 2 +-
.../springmvc-sample/springmvc-consumer/pom.xml | 2 +-
.../springmvc-sample/springmvc-provider/pom.xml | 2 +-
java-chassis-samples/trust-sample/customer/pom.xml | 2 +-
java-chassis-samples/trust-sample/hacker/pom.xml | 2 +-
java-chassis-samples/trust-sample/pom.xml | 2 +-
java-chassis-samples/trust-sample/store/pom.xml | 2 +-
java-chassis-samples/use-log4j2-sample/pom.xml | 2 +-
porter_lightweight/api/common/endpoint/pom.xml | 2 +-
porter_lightweight/api/common/pom.xml | 2 +-
porter_lightweight/api/common/service/pom.xml | 2 +-
.../api/file-service/endpoint/pom.xml | 2 +-
porter_lightweight/api/file-service/pom.xml | 2 +-
.../api/file-service/service/pom.xml | 2 +-
porter_lightweight/api/pom.xml | 2 +-
.../api/user-service/endpoint/pom.xml | 2 +-
porter_lightweight/api/user-service/pom.xml | 2 +-
.../api/user-service/service/pom.xml | 2 +-
porter_lightweight/file-service/pom.xml | 2 +-
porter_lightweight/gateway-service/pom.xml | 2 +-
porter_lightweight/pom.xml | 2 +-
porter_lightweight/user-service/pom.xml | 2 +-
porter_springboot/pom.xml | 2 +-
58 files changed, 54 insertions(+), 189 deletions(-)
delete mode 100644 basic/consumer/src/main/resources/log4j2.xml
delete mode 100644 basic/gateway/src/main/resources/log4j2.xml
delete mode 100644 basic/provider/src/main/resources/log4j2.xml
copy basic/{gateway => provider}/src/main/resources/logback.xml (100%)