Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.15.2
-
None
-
Unknown
Description
The camel-core feature loads the following bundles that are only useful in a console based karaf container:
<bundle>mvn:org.apache.camel/camel-catalog/${project.version}</bundle> <bundle>mvn:org.apache.camel/camel-commands-core/${project.version}</bundle> <bundle>mvn:org.apache.camel.karaf/camel-karaf-commands/${project.version}</bundle>
Loading these bundles should be made optional so that the camel-core feature (and all the component features that depend on it) can be easily used in a micro-services deployment of Karaf4.