Repository: karaf Updated Branches: refs/heads/karaf-2.3.x 59ac33659 -> a0fd378ab
Fix typo in documentation Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/a0fd378a Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/a0fd378a Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/a0fd378a Branch: refs/heads/karaf-2.3.x Commit: a0fd378abc1ae5d8d7a84c57728458136d69c379 Parents: 59ac336 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Aug 5 17:37:44 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Aug 5 17:37:44 2014 +0200 ---------------------------------------------------------------------- manual/src/main/webapp/users-guide/provisioning.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/a0fd378a/manual/src/main/webapp/users-guide/provisioning.conf ---------------------------------------------------------------------- diff --git a/manual/src/main/webapp/users-guide/provisioning.conf b/manual/src/main/webapp/users-guide/provisioning.conf index fcd7fd2..b6229d4 100644 --- a/manual/src/main/webapp/users-guide/provisioning.conf +++ b/manual/src/main/webapp/users-guide/provisioning.conf @@ -133,7 +133,12 @@ The OSGI specification allows for installing a bundle without starting it. To us {code} {warning} -Before Karaf 3.0 the start-level was NOT considered during the feature startup, but only the order in which bundles are defined in your feature.xml. Starting with 3.0 the start-level is no considered correctly. If you need to use the old behavior you can uncomment and change the respectStartLvlDuringFeatureStartup variable in org.apache.karaf.features.xml to false. But please be aware that it will be removed in 4.0 and should therefore be used only temporarily. +On Karaf 2.x, the start-level was not considered during the feature startup, but only the order in which bundles +are defined in your feature.xml. +Starting with Karaf 3.x, the start-level is considered correctly. +If you need to use the old behavior you can uncomment and change the respectStartLvlDuringFeatureStartup variable +in org.apache.karaf.features.xml to false. But please be aware that it will be removed in 4.0 and should therefore +be used only temporarily. {warning} h4. Bundle 'dependency'
