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 72FB3200B36 for ; Wed, 6 Jul 2016 17:21:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 71DB2160A64; Wed, 6 Jul 2016 15:21:48 +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 DD0E3160A55 for ; Wed, 6 Jul 2016 17:21:47 +0200 (CEST) Received: (qmail 19783 invoked by uid 500); 6 Jul 2016 15:21:46 -0000 Mailing-List: contact dev-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 dev@camel.apache.org Received: (qmail 19772 invoked by uid 99); 6 Jul 2016 15:21:46 -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, 06 Jul 2016 15:21:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 822CDE0B66; Wed, 6 Jul 2016 15:21:46 +0000 (UTC) From: nicolaferraro To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request #1069: CAMEL-10118 Spring-boot test fix Content-Type: text/plain Date: Wed, 6 Jul 2016 15:21:46 +0000 (UTC) archived-at: Wed, 06 Jul 2016 15:21:48 -0000 GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1069 CAMEL-10118 Spring-boot test fix Test scoped exclusions were ignored by the spring-boot integration tests before this patch. Added automatic exclusion of "apache-log4j-extras" from spring-boot projects. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nicolaferraro/camel CAMEL-10118-TEST-FIX Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1069.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1069 ---- commit b8032cccce28792833e279027eac94d829d0d65e Author: Nicola Ferraro Date: 2016-07-06T15:17:18Z CAMEL-10118: Test exclusions were ignored by arquillian commit a68fd04f2e1887f4ee0b1c053984f5353040939e Author: Nicola Ferraro Date: 2016-07-06T15:19:18Z CAMEL-10118: source fix ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---