Description
When starting up a vanilla 3.0.7 installation, the featuresBoot is:
config,standard,region,package,kar,ssh,management
However, looking at the log files, they are not installed in that order:
2016-07-29 14:10:57,555 | INFO | FelixStartLevel | FeaturesServiceImpl | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature kar 3.0.7
2016-07-29 14:10:57,562 | INFO | FelixStartLevel | FeaturesServiceImpl | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature management 3.0.7
2016-07-29 14:10:57,574 | INFO | FelixStartLevel | FeaturesServiceImpl | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature config 3.0.7
2016-07-29 14:10:57,579 | INFO | FelixStartLevel | FeaturesServiceImpl | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature standard 3.0.7
2016-07-29 14:10:57,596 | INFO | FelixStartLevel | FeaturesServiceImpl | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature region 3.0.7
2016-07-29 14:10:57,602 | INFO | FelixStartLevel | FeaturesServiceImpl | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature ssh 3.0.7
2016-07-29 14:10:57,610 | INFO | FelixStartLevel | FeaturesServiceImpl | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature package 3.0.7