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 2019/11/08 07:18:32 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6510] Change pax-url-wrap bundle start level to 10

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new cf102b6  [KARAF-6510] Change pax-url-wrap bundle start level to 10
cf102b6 is described below

commit cf102b608fda153cdfb85f7da25bfd6e337628fb
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Nov 7 18:18:07 2019 +0100

    [KARAF-6510] Change pax-url-wrap bundle start level to 10
    
    (cherry picked from commit d5b28d3da0d3534a25e06fd57e2bd98df17ffc63)
---
 assemblies/features/standard/src/main/feature/feature.xml | 2 +-
 itests/test/src/test/filtered-resources/etc/feature.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml
index 51346e3..14bd512 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -1475,7 +1475,7 @@ org.apache.felix.eventadmin.AddSubject=true
     </feature>
 
     <feature name="wrap" description="Wrap URL handler" version="${pax.url.version}">
-        <bundle start-level="5">mvn:org.ops4j.pax.url/pax-url-wrap/${pax.url.version}/jar/uber</bundle>
+        <bundle start-level="10">mvn:org.ops4j.pax.url/pax-url-wrap/${pax.url.version}/jar/uber</bundle>
     </feature>
 
     <feature name="profile" description="Profiles support" version="${project.version}">
diff --git a/itests/test/src/test/filtered-resources/etc/feature.xml b/itests/test/src/test/filtered-resources/etc/feature.xml
index 81897ec..ea38e89 100644
--- a/itests/test/src/test/filtered-resources/etc/feature.xml
+++ b/itests/test/src/test/filtered-resources/etc/feature.xml
@@ -981,7 +981,7 @@
     </feature>
 
     <feature name="wrap" description="Wrap URL handler">
-        <bundle start="true" start-level="5">mvn:org.ops4j.pax.url/pax-url-wrap/${pax.url.version}/jar/uber</bundle>
+        <bundle start="true" start-level="10">mvn:org.ops4j.pax.url/pax-url-wrap/${pax.url.version}/jar/uber</bundle>
     </feature>
 
     <feature name="profile" description="Profiles support" version="${project.version}">