Hello, reading "https://karaf.apache.org/manual/latest/developers-guide/custom-distribution.html" the scope of maven dependencies is used to decide the integration of a feature (startup.properties, boot feature, ...). I am missing some information what is the exact difference between startup.properties and a boot feature.
I found the information on the mailing list: http://karaf.922171.n3.nabble.com/startup-vs-boot-features-td4028826.html "startup bundles are loaded in the karaf main module during the OSGi setup. They run before karaf is fully operational. So the main limitation is that they must be in the system dir of karaf and can not be loaded using full maven resolution. At this time in the boot some other karaf functions may also still be missing. Boot features on the other hand are normal features that are started after the startup bundles." Could we add this information to the documentation? -- View this message in context: http://karaf.922171.n3.nabble.com/documentation-add-some-info-to-custom-distributions-tp4041774.html Sent from the Karaf - User mailing list archive at Nabble.com.
