Repository: camel Updated Branches: refs/heads/master 55d675b94 -> 258fa3adb
camel-swagger is deprecated Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/258fa3ad Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/258fa3ad Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/258fa3ad Branch: refs/heads/master Commit: 258fa3adb5d92f432e1daeadb2d9dc9e01b5e0f0 Parents: 55d675b Author: Claus Ibsen <[email protected]> Authored: Thu Sep 24 15:20:35 2015 +0200 Committer: Claus Ibsen <[email protected]> Committed: Thu Sep 24 15:20:35 2015 +0200 ---------------------------------------------------------------------- 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/258fa3ad/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 0abe6f0..16aa8d1 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -1519,7 +1519,7 @@ <bundle>mvn:org.apache.camel/camel-stringtemplate/${project.version}</bundle> </feature> <feature name='camel-swagger' version='${project.version}' resolver='(obr)' start-level='50'> - <details> camel-swagger need to access the http OSGi services </details> + <details>camel-swagger is deprecated, use camel-swagger-java instead</details> <feature>http</feature> <feature version='${project.version}'>camel-core</feature> <!-- must use Scala 2.10 -->
