Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5CDFE200B5E for ; Wed, 10 Aug 2016 17:30:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5B6E7160AC9; Wed, 10 Aug 2016 15:30:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C6744160A8F for ; Wed, 10 Aug 2016 17:30:16 +0200 (CEST) Received: (qmail 68942 invoked by uid 500); 10 Aug 2016 15:30:15 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 68926 invoked by uid 99); 10 Aug 2016 15:30:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2016 15:30:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 93B20E38B5; Wed, 10 Aug 2016 15:30:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lburgazzoli@apache.org To: commits@camel.apache.org Date: Wed, 10 Aug 2016 15:30:15 -0000 Message-Id: <71520d8c29c7495e9a5911e0a1fb0238@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [01/24] camel git commit: CAMEL-10224: Upgrade log4j to lg4j2 archived-at: Wed, 10 Aug 2016 15:30:18 -0000 Repository: camel Updated Branches: refs/heads/master e2718db7b -> 629d63a2e CAMEL-10224: Upgrade log4j to lg4j2 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/629d63a2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/629d63a2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/629d63a2 Branch: refs/heads/master Commit: 629d63a2ea91f190120ebcdf308798d346270449 Parents: 4a8a135 Author: lburgazzoli Authored: Wed Aug 10 15:10:27 2016 +0200 Committer: lburgazzoli Committed: Wed Aug 10 17:26:34 2016 +0200 ---------------------------------------------------------------------- tests/camel-itest-spring-boot/pom.xml | 13 ++++++- .../itest/springboot/ITestApplication.java | 34 ++---------------- .../springboot/util/ArquillianPackager.java | 3 +- .../src/test/resources/log4j2-spring.xml | 16 +++++++++ .../src/test/resources/spring-logback.xml | 37 -------------------- 5 files changed, 32 insertions(+), 71 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/629d63a2/tests/camel-itest-spring-boot/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-spring-boot/pom.xml b/tests/camel-itest-spring-boot/pom.xml index 5cdbf11..09b65ff 100644 --- a/tests/camel-itest-spring-boot/pom.xml +++ b/tests/camel-itest-spring-boot/pom.xml @@ -34,6 +34,12 @@ org.apache.camel camel-spring-boot-starter + + + org.springframework.boot + spring-boot-starter-logging + + @@ -43,6 +49,12 @@ ${spring-boot-version} + + org.springframework.boot + spring-boot-starter-log4j2 + ${spring-boot-version} + + org.jboss.shrinkwrap @@ -152,7 +164,6 @@ **/*Test.java - - - - - - - %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n - - - - - - - - - - - - -