You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/04/14 07:43:27 UTC

[4/5] camel git commit: CAMEL-9866 @PropertyInject doesn't work with Spring-Boot

CAMEL-9866 @PropertyInject doesn't work with Spring-Boot


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dd45d216
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dd45d216
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/dd45d216

Branch: refs/heads/camel-2.17.x
Commit: dd45d2162c0564e59b316316efa39644053f54d2
Parents: 57f9f49
Author: Tomas Rohovsky <to...@seznam.cz>
Authored: Wed Apr 13 22:34:35 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Apr 14 07:42:58 2016 +0200

----------------------------------------------------------------------
 .../java/org/apache/camel/spring/boot/CamelAutoConfiguration.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/dd45d216/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java
----------------------------------------------------------------------
diff --git a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java
index caedaf1..771ff27 100644
--- a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java
+++ b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java
@@ -128,7 +128,6 @@ public class CamelAutoConfiguration {
         } else {
             PropertiesComponent pc = new PropertiesComponent();
             pc.setPropertiesParser(parser);
-            camelContext.addComponent("properties", pc);
             return pc;
         }
     }