[
https://issues.apache.org/jira/browse/KARAF-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated KARAF-6162:
----------------------------------------
Description:
As discussed on the mailing list:
Bundle update is handled in the Cellar BundleEventHandler:
(event.getType() == BundleState.UPDATE)
The problem is then probably located in the BundleSupport#update() method:
https://github.com/apache/karaf-cellar/blob/master/bundle/src/main/java/org/apache/karaf/cellar/bundle/BundleSupport.java#L130
was:
As discussed on the mailing list:
"
Bundle update is handled in the Cellar BundleEventHandler:
(event.getType() == BundleState.UPDATE)
The problem is then probably located in the BundleSupport#update() method:
https://github.com/apache/karaf-cellar/blob/master/bundle/src/main/java/org/apache/karaf/cellar/bundle/BundleSupport.java#L130"
> Cellar should "transport" bundle update
> ---------------------------------------
>
> Key: KARAF-6162
> URL: https://issues.apache.org/jira/browse/KARAF-6162
> Project: Karaf
> Issue Type: Bug
> Components: cellar
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: cellar-4.2.0, cellar-4.3.0, cellar-4.1.3
>
>
> As discussed on the mailing list:
> Bundle update is handled in the Cellar BundleEventHandler:
> (event.getType() == BundleState.UPDATE)
> The problem is then probably located in the BundleSupport#update() method:
> https://github.com/apache/karaf-cellar/blob/master/bundle/src/main/java/org/apache/karaf/cellar/bundle/BundleSupport.java#L130
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)