Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8451A10B6C for ; Thu, 31 Oct 2013 13:28:56 +0000 (UTC) Received: (qmail 53579 invoked by uid 500); 31 Oct 2013 13:28:52 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 53019 invoked by uid 500); 31 Oct 2013 13:28:45 -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 53008 invoked by uid 99); 31 Oct 2013 13:28:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Oct 2013 13:28:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 48B318A0F06; Thu, 31 Oct 2013 13:28:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hekonsek@apache.org To: commits@camel.apache.org Message-Id: <1cc840e6f70e4950b3bba4c396ecb776@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Added @deprecation information. Date: Thu, 31 Oct 2013 13:28:40 +0000 (UTC) Updated Branches: refs/heads/master 8c64f07f6 -> cbd6a21ce Added @deprecation information. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cbd6a21c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cbd6a21c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cbd6a21c Branch: refs/heads/master Commit: cbd6a21ce344b0e9b40ac80677f5afadcfc1ac06 Parents: 8c64f07 Author: Henryk Konsek Authored: Thu Oct 31 14:28:22 2013 +0100 Committer: Henryk Konsek Committed: Thu Oct 31 14:28:22 2013 +0100 ---------------------------------------------------------------------- .../camel/spring/javaconfig/test/JavaConfigContextLoader.java | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/cbd6a21c/components/camel-spring-javaconfig/src/main/java/org/apache/camel/spring/javaconfig/test/JavaConfigContextLoader.java ---------------------------------------------------------------------- diff --git a/components/camel-spring-javaconfig/src/main/java/org/apache/camel/spring/javaconfig/test/JavaConfigContextLoader.java b/components/camel-spring-javaconfig/src/main/java/org/apache/camel/spring/javaconfig/test/JavaConfigContextLoader.java index 7185d33..ba660c5 100644 --- a/components/camel-spring-javaconfig/src/main/java/org/apache/camel/spring/javaconfig/test/JavaConfigContextLoader.java +++ b/components/camel-spring-javaconfig/src/main/java/org/apache/camel/spring/javaconfig/test/JavaConfigContextLoader.java @@ -53,7 +53,10 @@ import org.springframework.test.context.ContextLoader; * that accepts an array of class literals to load. * * @see org.springframework.test.context.ContextConfiguration + * @deprecated Use org.apache.camel.test.spring.CamelSpringDelegatingTestContextLoader from + * camel-test-spring jar instead. */ +@Deprecated public class JavaConfigContextLoader implements ContextLoader { protected final Logger logger = LoggerFactory.getLogger(getClass());