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/06/08 14:09:07 UTC

camel git commit: CAMEL-9419: Generate spring-boot auto configuration for all Camel components that has options that can be configured.

Repository: camel
Updated Branches:
  refs/heads/master 0d7ce68a3 -> 125519915


CAMEL-9419: Generate spring-boot auto configuration for all Camel components that has options that can be configured.


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

Branch: refs/heads/master
Commit: 1255199157fd198859a2ea4c20d4449be0b076cc
Parents: 0d7ce68
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Jun 8 16:08:53 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Jun 8 16:09:00 2016 +0200

----------------------------------------------------------------------
 camel-core/pom.xml | 10 ++++++++++
 parent/pom.xml     |  2 ++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/12551991/camel-core/pom.xml
----------------------------------------------------------------------
diff --git a/camel-core/pom.xml b/camel-core/pom.xml
index 6f999e3..b8b6aaa 100644
--- a/camel-core/pom.xml
+++ b/camel-core/pom.xml
@@ -34,6 +34,16 @@
 
   <properties>
     <camel.osgi.export.pkg>
+      !org.apache.camel.component.direct.springboot,
+      !org.apache.camel.component.directvm.springboot,
+      !org.apache.camel.component.log.springboot,
+      !org.apache.camel.component.properties.springboot,
+      !org.apache.camel.component.scheduler.springboot,
+      !org.apache.camel.component.seda.springboot,
+      !org.apache.camel.component.stub.springboot,
+      !org.apache.camel.component.validator.springboot,
+      !org.apache.camel.component.vm.springboot,
+      !org.apache.camel.component.xslt.springboot,
       !org.apache.camel.tools.*,
       org.apache.camel.*;-noimport:=true
     </camel.osgi.export.pkg>

http://git-wip-us.apache.org/repos/asf/camel/blob/12551991/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index d6079b1..2e3c119 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -620,6 +620,8 @@
     <camel.osgi.import.strict.version>version="[$(version;===;${camel.osgi.version.clean}),$(version;==+;${camel.osgi.version.clean}))"</camel.osgi.import.strict.version>
     <camel.osgi.import.default.version>[$(version;==;$(@)),$(version;+;$(@)))</camel.osgi.import.default.version>
     <camel.osgi.import.defaults>
+      !org.springframework.boot.*,
+      !org.springframework.context.annotation.*,    
       org.osgi.framework;version="[1.5,2)",
       org.osgi.framework.wiring;version="[1.0,2)",
       org.springframework.ws.*;version="[2,3)",