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

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

commit bd82ef0834315fee0a685aa4f92e1f74fba2d50a
Author: Grzegorz Grzybek <[email protected]>
AuthorDate: Sat Dec 9 19:37:56 2017 +0100

    [KARAF-5528] Add jansi as startup bundle, so pax-logging-log4j2 is not 
refreshed after installing "shell" feature
---
 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 5184536..ffd7b33 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-level="8">mvn:org.ops4j.pax.logging/pax-logging-api/${pax.logging.version}</bundle>
         <bundle 
start-level="8">mvn:org.ops4j.pax.logging/pax-logging-log4j2/${pax.logging.version}</bundle>
+        <bundle 
start-level="8">mvn:org.fusesource.jansi/jansi/${jansi.version}</bundle>
         <!-- config admin -->
         <bundle 
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