Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.1
-
Component/s: None
-
Labels:None
-
Estimated Complexity:Unknown
Description
Currently CXF can not be installed on plain karaf 4 minimal.
There are two problems:
1. cxf-core bundle depends on the osgi blueprint spec
2. cxf-core feature installs the cxf-karaf-commands which require the old karaf shell packages
I propose to make the blueprint spec import optional and move the commands into a separate feature.
This will allow cxf to be installed with considerably less dependencies then the current versions.