Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
framework-1.8.0
-
None
Description
After some discussion within CPEG it was clarified that BundleEvent.UNRESOLVED should be fired at the point of bundle update or uninstall. Previously Felix was firing it for update, but not for uninstall and was instead firing it during refresh. This new definition seems somewhat pointless since UNRESOLVED/UPDATED and UNRESOLVED/UNINSTALLED always happen in pairs now, but we are failing a TCK test as a result of our current implementation so we should change it.