You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/06/19 15:08:47 UTC

karaf git commit: [KARAF-3793] Avoid bunch of refresh due to metatype installation, blocking startup of bundles

Repository: karaf
Updated Branches:
  refs/heads/master 90b00bcb5 -> 27006eff3


[KARAF-3793] Avoid bunch of refresh due to metatype installation, blocking startup of bundles


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/27006eff
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/27006eff
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/27006eff

Branch: refs/heads/master
Commit: 27006eff3e15f4779794462da6ee9f2842e7cb09
Parents: 90b00bc
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Fri Jun 19 15:08:18 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Fri Jun 19 15:08:18 2015 +0200

----------------------------------------------------------------------
 assemblies/features/standard/src/main/feature/feature.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/27006eff/assemblies/features/standard/src/main/feature/feature.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml
index 74f82ef..8628795 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -499,6 +499,7 @@
             org.apache.felix.eventadmin.AddTimestamp=true
             org.apache.felix.eventadmin.AddSubject=true
         </config>
+        <bundle start-level="5">mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version}</bundle>
         <bundle start-level="5">mvn:org.apache.karaf.services/org.apache.karaf.services.eventadmin/${project.version}</bundle>
         <conditional>
             <condition>webconsole</condition>