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/03/15 14:33:25 UTC

[1/2] camel git commit: More features can install in karaf

Repository: camel
Updated Branches:
  refs/heads/master 9b0fd4be9 -> 04387a7eb


More features can install in karaf


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

Branch: refs/heads/master
Commit: 20bfdd22708b24e9b65d8c18c0f7f932fcd6a190
Parents: 9b0fd4b
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Mar 15 14:27:16 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Mar 15 14:27:16 2016 +0100

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/20bfdd22/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index d9f6d5f..a752f68 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1235,7 +1235,7 @@
     <bundle>mvn:org.apache.camel/camel-pdf/${project.version}</bundle>
   </feature>
   <feature name='camel-pgevent' version='${project.version}' resolver='(obr)' start-level='50'>
-    <details>camel-pgevent does not currently work in OSGi</details>
+    <details>installing camel-pgevent may output an error in the log but it is installed correctly</details>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>wrap:mvn:com.impossibl.pgjdbc-ng/pgjdbc-ng/${pgjdbc-ng-driver-version}$overwrite=merge&amp;Bundle-ManifestVersion=2</bundle>
     <bundle dependency='true'>mvn:io.netty/netty-common/${netty-version}</bundle>


[2/2] camel git commit: Explain why these are excluded in the test

Posted by da...@apache.org.
Explain why these are excluded in the test


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

Branch: refs/heads/master
Commit: 04387a7eb1c05d3adb7732d712c767c3eae9a3d4
Parents: 20bfdd2
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Mar 15 14:33:18 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Mar 15 14:33:18 2016 +0100

----------------------------------------------------------------------
 platforms/karaf/features/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/04387a7e/platforms/karaf/features/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml
index d9ba4b4..c6bc40c 100644
--- a/platforms/karaf/features/pom.xml
+++ b/platforms/karaf/features/pom.xml
@@ -210,7 +210,11 @@
                 <feature>framework</feature>
               </framework>
               <features>
-                <!-- to add multiple separate by | such as (ignite|guice) -->
+                <!-- camel-cdi requires to install a cdi provider first -->
+                <!-- camel-ignite requires to install apache ignite first -->
+                <!-- camel-guice does not work in OSGi currently -->
+                <!-- camel-lucene does not work in OSGi currently (new bundle on the way) -->
+                <!-- camel-leveldb uses some wrap magic to install which validator fails but it works -->
                 <feature>camel|camel-(?!(cdi|ignite|guice|lucene|leveldb))*</feature>
               </features>
 			        <configuration>file://${project.build.directory}/classes/config.properties</configuration>