Description
In a vanilla Apache Karaf 2.3.1, installing first camel feature. Then you end up at bundle
[ 78] [Active ] [Created ] [ ] [ 50] camel-blueprint (2.11.0.SNAPSHOT)
Then install camel-cxf feature we end up with a massive new bundles installed:
[ 163] [Active ] [ ] [ ] [ 50] Apache CXF Compatibility Bundle Jar (2.7.3)
[ 164] [Active ] [Created ] [ ] [ 50] camel-cxf-transport (2.11.0.SNAPSHOT)
[ 165] [Active ] [Created ] [ ] [ 50] camel-cxf (2.11.0.SNAPSHOT)
eg we jump from bundle 79 to 163 for stuff CXF need.
It would be good some day in the future to allow people to slice and dice CXF to install only what they use/need.