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

   ## Summary
   - Add a new `apache-karaf-light` assembly (`assemblies/apache-karaf-light`) 
with the same feature set as the default `apache-karaf` distribution 
(framework, standard, specs, spring, enterprise features; same 
startup/boot/installed features).
   - The generated `etc/org.apache.karaf.features.cfg` has `resolver=simple` 
set by default, so features and bundles are installed in declaration order 
using the simple feature resolver added in #2308, instead of the default OSGi 
capabilities resolver.
   - Register the new module in `assemblies/pom.xml`.
   
   ## Test plan
   - [x] `mvn -pl assemblies/apache-karaf-light install` builds successfully 
and produces `apache-karaf-light-<version>.tar.gz` / `.zip`.
   - [x] Verified the generated `etc/org.apache.karaf.features.cfg` has 
`resolver=simple` while `featuresBoot` / `featuresRepositories` are still 
correctly populated.
   - [x] `mvn -pl assemblies/apache-karaf-light install -Ptest` builds 
successfully (CI profile, matching the other distributions).


-- 
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