You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gg...@apache.org on 2017/12/11 13:28:16 UTC

[karaf] 02/02: [KARAF-5528] Add jansi as startup bundle, so pax-logging-log4j2 is not refreshed after installing "shell" feature

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 f0125908341f2d18ffb634f145192965db0f1c75
Author: Grzegorz Grzybek <gr...@gmail.com>
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
---
 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
"commits@karaf.apache.org" <co...@karaf.apache.org>.