Split framework feature into startup and framework to have less bundles in
startup.properties
---------------------------------------------------------------------------------------------
Key: KARAF-1288
URL: https://issues.apache.org/jira/browse/KARAF-1288
Project: Karaf
Issue Type: Improvement
Reporter: Christian Schneider
Fix For: 3.0.0
Currently all bundles that are loaded by the minimal ditribution are in the
framework feature. This feature is also used to create the startup.properties.
I think it makes sense to split this up into two features: startup and
framework.
Startup would only contain the features we need to load other features. The
framework feature would then contain all other bundles from the current
framework feature.
A side effect of this is that we can build a "network" distro easily at a later
time that only has the startup jars in the system dir and loads all the rest
using maven.
In any case I think a small startup feature would make it easier for people to
understand how the bootstrapping of karaf works
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira