[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/6947a6d9
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/6947a6d9
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/6947a6d9

Branch: refs/heads/master
Commit: 6947a6d92c198930aa5af069d8e67ada0d311af2
Parents: ec55518
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Fri Jun 19 15:08:18 2015 +0200
Committer: Jean-Baptiste Onofré <[email protected]>
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/6947a6d9/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>

Reply via email to