You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by he...@apache.org on 2013/10/31 14:28:40 UTC

git commit: Added @deprecation information.

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 <he...@gmail.com>
Authored: Thu Oct 31 14:28:22 2013 +0100
Committer: Henryk Konsek <he...@gmail.com>
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());