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 28e9d5b8968172e2e7671d2701ed22bad9101689 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 13 11:20:41 2018 +0100 Deprecated Camel-Spring-Security Karaf feature --- 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 2b0ab5d..e6391e9 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -2097,6 +2097,7 @@ <bundle>mvn:org.apache.camel/camel-spring-redis/${project.version}</bundle> </feature> <feature name='camel-spring-security' version='${project.version}' resolver='(obr)' start-level='50'> + <details>camel-spring-security is deprecated</details> <feature>http</feature> <feature version='${project.version}'>camel-core</feature> <feature version='${spring-version-range}'>spring</feature> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.