$ ./karaf
Apache Karaf starting up. Press Enter to open the shell now...
78% [=========================================> ]
(...)
100% [====================================================]
Karaf started in 23s. Bundle stats: 276 active, 276 total
Change-Id: Iad04b7d03aa5be5dc17e28c4d60a56ded8a2f774
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
# Use Equinox as default OSGi Framework Implementation
karaf.framework=equinox
+# Show a progress bar on startup and start the console when all bundles are up and running.
+# (If you are in a hurry you can still type enter to start the shell faster.)
+karaf.delay.console=true
+
# Set security provider to BouncyCastle
org.apache.karaf.security.providers = org.bouncycastle.jce.provider.BouncyCastleProvider