Repository: karaf Updated Branches: refs/heads/master 515308c3e -> 68186c454
Minor doc update, call out potential pitfall with refresh on feature install. Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/68186c45 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/68186c45 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/68186c45 Branch: refs/heads/master Commit: 68186c4543abae702b8f46f0ac3fd98a9fe636d4 Parents: 515308c Author: Brian Topping <[email protected]> Authored: Sun Jan 3 00:14:13 2016 -0700 Committer: Brian Topping <[email protected]> Committed: Sun Jan 3 00:14:13 2016 -0700 ---------------------------------------------------------------------- manual/src/main/asciidoc/users-guide/provisioning.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/68186c45/manual/src/main/asciidoc/users-guide/provisioning.adoc ---------------------------------------------------------------------- diff --git a/manual/src/main/asciidoc/users-guide/provisioning.adoc b/manual/src/main/asciidoc/users-guide/provisioning.adoc index 32449d7..f814209 100644 --- a/manual/src/main/asciidoc/users-guide/provisioning.adoc +++ b/manual/src/main/asciidoc/users-guide/provisioning.adoc @@ -490,9 +490,10 @@ Installing feature eventadmin 3.0.0 Found installed bundle: org.apache.felix.eventadmin [80] ---- -If a feature contains a bundle which is already installed, by default, Apache Karaf will refresh this bundle. -Sometime, this refresh can cause issue to other running applications. If you want to disable the auto-refresh of installed -bundles, you can use the `-r` option: +IMPORTANT: If a feature contains a bundle which is already installed, by default, Apache Karaf will refresh this bundle. Applications +that are dependent on this bundle and lack proper behavior in such situations are likely to crash. + +If you want to disable the auto-refresh of installed bundles, you can use the `-r` option: ---- karaf@root()> feature:install -v -r eventadmin
