I have tried installing Karaf and starting it and can see that it takes 7 seconds (on my laptop) to load fx.:
- org.osgi.jmx.* - org.apache.aries.jmx.* - org.apache.karaf.shell.* But I can't understand why these are being loaded at all for a minimal distribution? I would really like to get a Karaf core version that loads nothing and starts up in less than a second, and then a manual/guide for how to easily create core distribution with nothing/one/multiple of these installed. While looking through the archive I found these related issues: - KARAF-2651 <https://issues.apache.org/jira/browse/KARAF-2651> -- Minimal distribution should really be minimal - KARAF-2652 <https://issues.apache.org/jira/browse/KARAF-2652> -- Create net distribution Why does Karaf core load these?
