This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.21.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit be32e5e332c3718fcbf69ee7fe47bc028e90faae Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Mar 15 11:08:07 2018 +0100 Camel-Consul currently doesn't work in OSGi --- platforms/karaf/features/src/main/resources/features.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index df30555..9dd2caf 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -414,6 +414,7 @@ <bundle>mvn:org.apache.camel/camel-cometd/${project.version}</bundle> </feature> <feature name='camel-consul' version='${project.version}' resolver='(obr)' start-level='50'> + <details>camel-consul currently do not work in OSGi</details> <feature version='${project.version}'>camel-core</feature> <bundle dependency='true'>mvn:com.google.guava/guava/${google-guava-version}</bundle> <bundle dependency='true'>mvn:org.apache.commons/commons-lang3/${commons-lang3-version}</bundle> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.