jbonofre opened a new pull request, #2308:
URL: https://github.com/apache/karaf/pull/2308

   Add `SimpleFeaturesServiceImpl` that installs features and bundles in 
declaration order without using the Felix OSGi resolver. This is useful when 
OSGi capabilities/requirements resolution overhead is not needed and 
deterministic installation order is desired.
   
   - Add `SimpleDeployer` for sequential feature/bundle deployment
   - Add `SimpleFeaturesServiceImpl` implementing FeaturesService
   - Add `BootManaged` interface to decouple BootFeaturesInstaller from impl
   - Update `Activator` to support resolverSimple=true configuration toggle
   - Extract shared tests into AbstractFeaturesServiceTest to validate both 
`FeaturesServiceImpl` and `SimpleFeaturesServiceImpl`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to