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/02/20 07:11:20 UTC

[karaf-cellar] branch master updated: [KARAF-4992] Blacklist org.ops4j.pax.logging config on cluster to avoid whole change and local path

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4082b26  [KARAF-4992] Blacklist org.ops4j.pax.logging config on cluster to avoid whole change and local path
4082b26 is described below

commit 4082b26110e56973dceb2563395f8aed3f294dd1
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Feb 20 08:10:43 2019 +0100

    [KARAF-4992] Blacklist org.ops4j.pax.logging config on cluster to avoid whole change and local path
---
 assembly/src/main/resources/groups.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/assembly/src/main/resources/groups.cfg b/assembly/src/main/resources/groups.cfg
index 31e3199..bb3b700 100644
--- a/assembly/src/main/resources/groups.cfg
+++ b/assembly/src/main/resources/groups.cfg
@@ -21,6 +21,7 @@ default.config.blacklist.inbound=org.apache.felix.fileinstall*, \
                                    org.apache.karaf.shell, \
                                    org.ops4j.pax.web, \
                                    org.apache.aries.transaction, \
+                                   org.ops4j.pax.logging, \
                                    org.apache.karaf.cellar.node.cfg, \
                                    org.apache.karaf.cellar.groups.cfg
 default.config.blacklist.outbound=org.apache.felix.fileinstall*, \
@@ -28,6 +29,7 @@ default.config.blacklist.outbound=org.apache.felix.fileinstall*, \
                                     org.apache.karaf.shell, \
                                     org.ops4j.pax.web, \
                                     org.apache.aries.transaction, \
+                                    org.ops4j.pax.logging, \
                                     org.apache.karaf.cellar.node.cfg, \
                                     org.apache.karaf.cellar.groups.cfg