Repository: karaf Updated Branches: refs/heads/karaf-2.x f491fc72c -> 7d16949eb refs/heads/karaf-3.0.x 74692ad50 -> 4b0bea9b8 refs/heads/master 9167d3d04 -> cf84f1607
KARAF-4066 - Features command bundle should recover if FeatureService unavailable initially Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/7d16949e Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/7d16949e Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/7d16949e Branch: refs/heads/karaf-2.x Commit: 7d16949eb401ab89c8fc85463f66ecca1a52c2d6 Parents: f491fc7 Author: Jonathan Anstey <[email protected]> Authored: Wed Oct 14 15:53:43 2015 -0230 Committer: Jonathan Anstey <[email protected]> Committed: Wed Oct 14 15:53:43 2015 -0230 ---------------------------------------------------------------------- features/command/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/7d16949e/features/command/pom.xml ---------------------------------------------------------------------- diff --git a/features/command/pom.xml b/features/command/pom.xml index 6a70944..9edd3cd 100644 --- a/features/command/pom.xml +++ b/features/command/pom.xml @@ -110,6 +110,8 @@ <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> + <!-- Set the blueprint.graceperiod flag to false to allow the bundle to start --> + <Bundle-SymbolicName>${project.artifactId};blueprint.graceperiod:=false</Bundle-SymbolicName> <Import-Package> javax.management, javax.management.loading,
