You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ja...@apache.org on 2015/10/14 21:14:46 UTC

[1/3] karaf git commit: KARAF-4066 - Features command bundle should recover if FeatureService unavailable initially

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 <ja...@gmail.com>
Authored: Wed Oct 14 15:53:43 2015 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
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,


[2/3] karaf git commit: KARAF-4066 - Features command bundle should recover if FeatureService unavailable initially

Posted by ja...@apache.org.
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/4b0bea9b
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/4b0bea9b
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/4b0bea9b

Branch: refs/heads/karaf-3.0.x
Commit: 4b0bea9b858082dedbd1df02fb738b6520d8ed2a
Parents: 74692ad
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Wed Oct 14 15:59:20 2015 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
Committed: Wed Oct 14 15:59:20 2015 -0230

----------------------------------------------------------------------
 features/command/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/4b0bea9b/features/command/pom.xml
----------------------------------------------------------------------
diff --git a/features/command/pom.xml b/features/command/pom.xml
index d879088..7e60e17 100644
--- a/features/command/pom.xml
+++ b/features/command/pom.xml
@@ -85,6 +85,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,


[3/3] karaf git commit: KARAF-4066 - Features command bundle should recover if FeatureService unavailable initially

Posted by ja...@apache.org.
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/cf84f160
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/cf84f160
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/cf84f160

Branch: refs/heads/master
Commit: cf84f16070327f9ee0b310977ff2d6a454ae20bb
Parents: 9167d3d
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Wed Oct 14 16:02:01 2015 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
Committed: Wed Oct 14 16:02:01 2015 -0230

----------------------------------------------------------------------
 features/command/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/cf84f160/features/command/pom.xml
----------------------------------------------------------------------
diff --git a/features/command/pom.xml b/features/command/pom.xml
index c6e135e..8f033c5 100644
--- a/features/command/pom.xml
+++ b/features/command/pom.xml
@@ -89,6 +89,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>
                     </instructions>
                 </configuration>
             </plugin>