Support features upgrade
------------------------
Key: KARAF-399
URL: https://issues.apache.org/jira/browse/KARAF-399
Project: Karaf
Issue Type: Improvement
Reporter: Jean-Baptiste Onofré
Fix For: 2.2.0, 3.0.0
Currently, updating a feature means uninstall/install.
It's not efficient as the bundle caches are lost, etc.
I wonder how to manage the feature upgrade.
For instance, if I have:
<feature name="A" version="1.0">
<bundle>A/1.0</bundle>
<bundle>A/1.1</bundle>
</feature>
and
<feature name="A" version="2.0">
<bundle>A/2.0</bundle>
<bundle>A/2.1</bundle>
</feature>
how can I know which bundle is the update of the other ?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.