Dhiraj Bokde created CAMEL-9039:
-----------------------------------
Summary: Feature camel-core contains bundles, which should be made
optional for micro-services deployment
Key: CAMEL-9039
URL: https://issues.apache.org/jira/browse/CAMEL-9039
Project: Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 2.15.2
Reporter: Dhiraj Bokde
The camel-core feature loads the following bundles that are only useful in a
console based karaf container:
{code}
<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>
{code}
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)