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 661f78a  [SCB-1184] change others to follow 1.5.22 rule
     new 4d369a2  [SCB-1144]change samples use log4j2
     new d0ee6c0  [SCB-1144]change samples use log4j2: add -Werror to samples

The 2137 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:
 samples/auth-sample/auth-consumer/pom.xml          | 12 +++++++++--
 .../samples/auth/consumer/AuthConsumerMain.java    | 10 ++--------
 .../src/main/resources/config/log4j.properties     | 21 --------------------
 .../auth-consumer}/src/main/resources/log4j2.xml   | 21 ++++++++++----------
 samples/auth-sample/auth-provider/pom.xml          | 12 +++++++++--
 .../samples/auth/provider/AuthProviderMain.java    |  4 +---
 .../src/main/resources/config/log4j.properties     | 21 --------------------
 .../auth-provider}/src/main/resources/log4j2.xml   | 21 ++++++++++----------
 .../codefirst-sample/codefirst-consumer/pom.xml    | 12 +++++++++--
 .../codefirst/consumer/CodeFirstConsumerMain.java  | 10 ++--------
 .../main/resources/config/log4j.demo.properties    | 21 --------------------
 .../src/main/resources/log4j2.xml                  | 21 ++++++++++----------
 .../codefirst-sample/codefirst-provider/pom.xml    | 12 +++++++++--
 .../codefirst/provider/CodeFirstProviderMain.java  |  4 +---
 .../main/resources/config/log4j.demo.properties    | 21 --------------------
 .../src/main/resources/log4j2.xml                  | 21 ++++++++++----------
 samples/config-apollo-sample/pom.xml               | 12 +++++++++--
 .../src/main/java/MainServer.java                  |  2 --
 .../src/main/resources/log4j.properties            | 17 ----------------
 .../src/main/resources/log4j2.xml                  | 21 ++++++++++----------
 .../custom-handler-consumer/pom.xml                | 12 +++++++++--
 .../consumer/CustomHandlerCustomerMain.java        | 10 ++--------
 .../main/resources/config/log4j.demo.properties    | 21 --------------------
 .../src/main/resources/log4j2.xml                  | 21 ++++++++++----------
 .../custom-handler-provider/pom.xml                | 12 +++++++++--
 .../provider/CustomHandlerProviderMain.java        |  5 +----
 .../main/resources/config/log4j.demo.properties    | 21 --------------------
 .../src/main/resources/log4j2.xml                  | 21 ++++++++++----------
 samples/jaxrs-sample/jaxrs-consumer/pom.xml        | 12 +++++++++--
 .../samples/jaxrs/consumer/JaxrsConsumerMain.java  | 10 ++--------
 .../main/resources/config/log4j.demo.properties    | 21 --------------------
 .../jaxrs-consumer}/src/main/resources/log4j2.xml  | 21 ++++++++++----------
 samples/jaxrs-sample/jaxrs-provider/pom.xml        | 12 +++++++++--
 .../samples/jaxrs/provider/JaxrsProviderMain.java  |  4 +---
 .../main/resources/config/log4j.demo.properties    | 21 --------------------
 .../jaxrs-provider}/src/main/resources/log4j2.xml  | 21 ++++++++++----------
 .../local-registry-client/pom.xml                  | 12 +++++++++--
 .../localregistryclient/LocalRegistryClient.java   | 14 ++++---------
 .../src/main/resources/log4j2.xml                  | 21 ++++++++++----------
 .../local-registry-server/pom.xml                  | 13 ++++++++++--
 .../localregistryserver/LocalRegistryServer.java   |  5 +----
 .../src/main/resources/log4j2.xml                  | 21 ++++++++++----------
 samples/pojo-sample/pojo-consumer/pom.xml          | 13 ++++++++++--
 .../samples/pojo/consumer/PojoConsumerMain.java    | 12 ++---------
 .../main/resources/config/log4j.demo.properties    | 21 --------------------
 .../pojo-consumer}/src/main/resources/log4j2.xml   | 21 ++++++++++----------
 samples/pojo-sample/pojo-provider/pom.xml          | 13 ++++++++++--
 .../samples/pojo/provider/PojoProviderMain.java    |  4 +---
 .../main/resources/config/log4j.demo.properties    | 21 --------------------
 .../pojo-provider}/src/main/resources/log4j2.xml   | 21 ++++++++++----------
 samples/pom.xml                                    |  8 ++++++++
 .../springmvc-sample/springmvc-consumer/pom.xml    | 17 ++++++++++++----
 .../springmvc/consumer/SpringmvcConsumerMain.java  |  8 +-------
 .../main/resources/config/log4j.demo.properties    | 21 --------------------
 .../src/main/resources/log4j2.xml                  | 21 ++++++++++----------
 .../springmvc-sample/springmvc-provider/pom.xml    | 17 ++++++++++++----
 .../springmvc/provider/SpringmvcProviderMain.java  |  4 +---
 .../main/resources/config/log4j.demo.properties    | 21 --------------------
 .../src/main/resources/log4j2.xml                  | 21 ++++++++++----------
 samples/trust-sample/customer/pom.xml              | 13 ++++++++++--
 .../samples/trust/consumer/CustomerMain.java       | 11 ++---------
 .../main/resources/config/log4j.demo.properties    | 21 --------------------
 .../customer}/src/main/resources/log4j2.xml        | 21 ++++++++++----------
 samples/trust-sample/hacker/pom.xml                | 13 ++++++++++--
 .../samples/trust/consumer/HackerMain.java         | 12 ++---------
 .../main/resources/config/log4j.demo.properties    | 21 --------------------
 .../hacker}/src/main/resources/log4j2.xml          | 21 ++++++++++----------
 samples/trust-sample/store/pom.xml                 | 13 ++++++++++--
 .../samples/trust/provider/TrustMain.java          |  4 +---
 .../main/resources/config/log4j.demo.properties    | 21 --------------------
 .../store}/src/main/resources/log4j2.xml           | 21 ++++++++++----------
 samples/use-log4j2-sample/pom.xml                  |  7 -------
 .../src/main/resources/log4j2.xml                  | 23 +++++++++++-----------
 73 files changed, 436 insertions(+), 677 deletions(-)
 delete mode 100644 
samples/auth-sample/auth-consumer/src/main/resources/config/log4j.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/auth-sample/auth-consumer}/src/main/resources/log4j2.xml (66%)
 delete mode 100644 
samples/auth-sample/auth-provider/src/main/resources/config/log4j.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/auth-sample/auth-provider}/src/main/resources/log4j2.xml (66%)
 delete mode 100644 
samples/codefirst-sample/codefirst-consumer/src/main/resources/config/log4j.demo.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/codefirst-sample/codefirst-consumer}/src/main/resources/log4j2.xml 
(66%)
 delete mode 100644 
samples/codefirst-sample/codefirst-provider/src/main/resources/config/log4j.demo.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/codefirst-sample/codefirst-provider}/src/main/resources/log4j2.xml 
(66%)
 delete mode 100644 
samples/config-apollo-sample/src/main/resources/log4j.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/config-apollo-sample}/src/main/resources/log4j2.xml (66%)
 delete mode 100644 
samples/custom-handler-sample/custom-handler-consumer/src/main/resources/config/log4j.demo.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> 
samples/custom-handler-sample/custom-handler-consumer}/src/main/resources/log4j2.xml
 (66%)
 delete mode 100644 
samples/custom-handler-sample/custom-handler-provider/src/main/resources/config/log4j.demo.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> 
samples/custom-handler-sample/custom-handler-provider}/src/main/resources/log4j2.xml
 (66%)
 delete mode 100644 
samples/jaxrs-sample/jaxrs-consumer/src/main/resources/config/log4j.demo.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/jaxrs-sample/jaxrs-consumer}/src/main/resources/log4j2.xml (66%)
 delete mode 100644 
samples/jaxrs-sample/jaxrs-provider/src/main/resources/config/log4j.demo.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/jaxrs-sample/jaxrs-provider}/src/main/resources/log4j2.xml (66%)
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> 
samples/local-service-registry/local-registry-client}/src/main/resources/log4j2.xml
 (66%)
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> 
samples/local-service-registry/local-registry-server}/src/main/resources/log4j2.xml
 (66%)
 delete mode 100644 
samples/pojo-sample/pojo-consumer/src/main/resources/config/log4j.demo.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/pojo-sample/pojo-consumer}/src/main/resources/log4j2.xml (66%)
 delete mode 100644 
samples/pojo-sample/pojo-provider/src/main/resources/config/log4j.demo.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/pojo-sample/pojo-provider}/src/main/resources/log4j2.xml (66%)
 delete mode 100644 
samples/springmvc-sample/springmvc-consumer/src/main/resources/config/log4j.demo.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/springmvc-sample/springmvc-consumer}/src/main/resources/log4j2.xml 
(66%)
 delete mode 100644 
samples/springmvc-sample/springmvc-provider/src/main/resources/config/log4j.demo.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/springmvc-sample/springmvc-provider}/src/main/resources/log4j2.xml 
(66%)
 delete mode 100644 
samples/trust-sample/customer/src/main/resources/config/log4j.demo.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/trust-sample/customer}/src/main/resources/log4j2.xml (66%)
 delete mode 100644 
samples/trust-sample/hacker/src/main/resources/config/log4j.demo.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/trust-sample/hacker}/src/main/resources/log4j2.xml (67%)
 delete mode 100644 
samples/trust-sample/store/src/main/resources/config/log4j.demo.properties
 copy 
{archetypes/business-service-springmvc/src/main/resources/archetype-resources 
=> samples/trust-sample/store}/src/main/resources/log4j2.xml (67%)

Reply via email to