Hi, We have extended the felix implementation on https://github.com/akquinet/osgi-deployment-admin. We can merge it back. Initially, this implementation was made specifically for OSGi on Android, but we used it in plain Java too.
The main differences (as far as I remember) are: * support of the undeploy * extension of the deployment admin to support shared bundles (so, if 2 DP contains the same bundle, the bundle is uninstalled only if both are uninstalled) [configurable behavior]. * there is a maven plugin as well as a plain java api to create and read deployment packages. Regards, Clement On 03.03.11 23:11, "Marcel Offermans" <[email protected]> wrote: >Point taken guys! :) > >On 3 Mar 2011, at 17:34 , Guillaume Nodet wrote: > >> On Thu, Mar 3, 2011 at 16:19, Richard S. Hall <[email protected]> >>wrote: >>> On 3/3/11 7:08, Marcel Offermans wrote: >>>> >>>> What is missing is mainly support to uninstall deployment packages. >>>>Apache >>>> ACE uses the current implementation, but it never uninstalls a >>>>deployment >>>> package (it replaces it with a new, empty version) so we never got >>>>round to >>>> implementing that. >>>> >>>> A contribution there would definitely help. >>>> >>>> I also don't mind releasing a version as is, if that's what people >>>>want. >>> >>> Better to release it and give it a low version number, then never >>>release >>> it. >> >> +1 > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

