From 01deccbf0cc5c1cadc2d5d25e76ccb3dde676cea Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Wed, 16 Jan 2019 13:18:56 -0600 Subject: update logging path for shiro Issue-ID: AAF-655 Change-Id: I12cab0cff0e8244cd6d477fb5cb6aa64ad353bf5 Signed-off-by: Sai Gandham --- pom.xml | 2 +- shiro-osgi-bundle/pom.xml | 2 +- shiro/pom.xml | 2 +- shiro/src/main/java/org/onap/aaf/cadi/shiro/AAFRealm.java | 2 +- sidecar/fproxy/pom.xml | 2 +- sidecar/pom.xml | 2 +- sidecar/rproxy/pom.xml | 2 +- sidecar/tproxy-config/pom.xml | 2 +- version.properties | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 706da1d..99a6645 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 org.onap.aaf.cadi parent - 2.1.9-SNAPSHOT + 2.1.10-SNAPSHOT CADI Plugins Parent pom diff --git a/shiro-osgi-bundle/pom.xml b/shiro-osgi-bundle/pom.xml index d4fb829..47caf16 100644 --- a/shiro-osgi-bundle/pom.xml +++ b/shiro-osgi-bundle/pom.xml @@ -22,7 +22,7 @@ org.onap.aaf.cadi parent - 2.1.9-SNAPSHOT + 2.1.10-SNAPSHOT .. diff --git a/shiro/pom.xml b/shiro/pom.xml index ff08c39..60a3de5 100644 --- a/shiro/pom.xml +++ b/shiro/pom.xml @@ -22,7 +22,7 @@ org.onap.aaf.cadi parent - 2.1.9-SNAPSHOT + 2.1.10-SNAPSHOT .. diff --git a/shiro/src/main/java/org/onap/aaf/cadi/shiro/AAFRealm.java b/shiro/src/main/java/org/onap/aaf/cadi/shiro/AAFRealm.java index b7f0c29..091c22b 100644 --- a/shiro/src/main/java/org/onap/aaf/cadi/shiro/AAFRealm.java +++ b/shiro/src/main/java/org/onap/aaf/cadi/shiro/AAFRealm.java @@ -82,7 +82,7 @@ public class AAFRealm extends AuthorizingRealm { throw new RuntimeException(msg); } else { try { - String log4jConfigFile = "./etc/org.onap.cadi.logging.cfg"; + String log4jConfigFile = "./etc/org.ops4j.pax.logging.cfg"; PropertyConfigurator.configure(log4jConfigFile); System.setOut(createLoggingProxy(System.out)); System.setErr(createLoggingProxy(System.err)); diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index e0395b8..97c470d 100644 --- a/sidecar/fproxy/pom.xml +++ b/sidecar/fproxy/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.cadi.sidecar sidecar - 2.1.9-SNAPSHOT + 2.1.10-SNAPSHOT fproxy diff --git a/sidecar/pom.xml b/sidecar/pom.xml index dd5ae52..0345abb 100644 --- a/sidecar/pom.xml +++ b/sidecar/pom.xml @@ -20,7 +20,7 @@ org.onap.aaf.cadi parent - 2.1.9-SNAPSHOT + 2.1.10-SNAPSHOT .. 4.0.0 diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml index ffa6a5a..dd7a07e 100644 --- a/sidecar/rproxy/pom.xml +++ b/sidecar/rproxy/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.cadi.sidecar sidecar - 2.1.9-SNAPSHOT + 2.1.10-SNAPSHOT rproxy diff --git a/sidecar/tproxy-config/pom.xml b/sidecar/tproxy-config/pom.xml index 6a918d2..fdac4fb 100644 --- a/sidecar/tproxy-config/pom.xml +++ b/sidecar/tproxy-config/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.cadi.sidecar sidecar - 2.1.9-SNAPSHOT + 2.1.10-SNAPSHOT tproxy-config diff --git a/version.properties b/version.properties index d77c884..1e3a49e 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=2 minor=1 -patch=9 +patch=10 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg