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

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

commit 7856321ccc7feab7c4745c6397d94a0c3757ae33
Author: Grzegorz Grzybek <[email protected]>
AuthorDate: Mon Dec 11 13:54:06 2017 +0100

    [KARAF-5528] Add jansi as startup bundle, so pax-logging-log4j2 is not 
refreshed after installing "shell" feature
    
    (cherry picked from commit f0125908341f2d18ffb634f145192965db0f1c75)
---
 assemblies/features/framework/src/main/feature/feature.xml | 1 +
 assemblies/features/static/src/main/feature/feature.xml    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/assemblies/features/framework/src/main/feature/feature.xml 
b/assemblies/features/framework/src/main/feature/feature.xml
index 6dbe1a1..ac158ae 100644
--- a/assemblies/features/framework/src/main/feature/feature.xml
+++ b/assemblies/features/framework/src/main/feature/feature.xml
@@ -29,6 +29,7 @@
         <!-- logging -->
         <bundle start="true" 
start-level="8">mvn:org.ops4j.pax.logging/pax-logging-api/${pax.logging.version}</bundle>
         <bundle start="true" 
start-level="8">mvn:org.ops4j.pax.logging/pax-logging-log4j2/${pax.logging.version}</bundle>
+        <bundle start="true" 
start-level="8">mvn:org.fusesource.jansi/jansi/${jansi.version}</bundle>
         <!-- config admin -->
         <bundle start="true" 
start-level="10">mvn:org.apache.felix/org.apache.felix.configadmin/${felix.configadmin.version}</bundle>
         <!-- file install -->
diff --git a/assemblies/features/static/src/main/feature/feature.xml 
b/assemblies/features/static/src/main/feature/feature.xml
index 375f75e..9ff34e7 100644
--- a/assemblies/features/static/src/main/feature/feature.xml
+++ b/assemblies/features/static/src/main/feature/feature.xml
@@ -22,6 +22,7 @@
         <!-- logging -->
         <bundle start="true" 
start-level="8">mvn:org.ops4j.pax.logging/pax-logging-api/${pax.logging.version}</bundle>
         <bundle start="true" 
start-level="8">mvn:org.ops4j.pax.logging/pax-logging-log4j2/${pax.logging.version}</bundle>
+        <bundle start="true" 
start-level="8">mvn:org.fusesource.jansi/jansi/${jansi.version}</bundle>
         <!-- static config admin -->
         <bundle start="true" 
start-level="10">mvn:org.apache.karaf.services/org.apache.karaf.services.staticcm/${project.version}</bundle>
     </feature>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to