Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.15.2
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity: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.