You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2023/03/31 06:51:22 UTC

[directory-kerby] branch 1.1.x-fixes updated (4d6fafe9 -> 1cd26dac)

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

coheigea pushed a change to branch 1.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git


    from 4d6fafe9 Bump ldap.api.version from 2.0.2 to 2.1.2
     new ba445efd Updating SLF4J to 1.7.36
     new 1cd26dac Switching from log4j to reload4j for logging

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 kerby-dist/kdc-dist/pom.xml  | 7 +------
 kerby-dist/tool-dist/pom.xml | 7 +------
 pom.xml                      | 3 +--
 3 files changed, 3 insertions(+), 14 deletions(-)


[directory-kerby] 02/02: Switching from log4j to reload4j for logging

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 1.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git

commit 1cd26dac7d2427a98f90148354c13ced3eb80823
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Apr 26 12:06:26 2022 +0100

    Switching from log4j to reload4j for logging
---
 kerby-dist/kdc-dist/pom.xml  | 7 +------
 kerby-dist/tool-dist/pom.xml | 7 +------
 pom.xml                      | 1 -
 3 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/kerby-dist/kdc-dist/pom.xml b/kerby-dist/kdc-dist/pom.xml
index cc9a0fd2..17072ff0 100644
--- a/kerby-dist/kdc-dist/pom.xml
+++ b/kerby-dist/kdc-dist/pom.xml
@@ -92,14 +92,9 @@
     <!-- For common and misc -->
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
+      <artifactId>slf4j-reload4j</artifactId>
       <version>${slf4j.version}</version>
     </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>${log4j.version}</version>
-    </dependency>
   </dependencies>
 
   <profiles>
diff --git a/kerby-dist/tool-dist/pom.xml b/kerby-dist/tool-dist/pom.xml
index f8da7fa3..b62b6e71 100644
--- a/kerby-dist/tool-dist/pom.xml
+++ b/kerby-dist/tool-dist/pom.xml
@@ -51,14 +51,9 @@
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
+      <artifactId>slf4j-reload4j</artifactId>
       <version>${slf4j.version}</version>
     </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>${log4j.version}</version>
-    </dependency>
   </dependencies>
 
   <profiles>
diff --git a/pom.xml b/pom.xml
index c5320d56..de189ac4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,6 @@
     <commons-io.version>2.8.0</commons-io.version>
     <gson.version>2.8.9</gson.version>
     <ldap.api.version>2.1.2</ldap.api.version>
-    <log4j.version>1.2.17</log4j.version>
     <junit.version>4.13.2</junit.version>
     <nimbus.jose.version>9.30.2</nimbus.jose.version>
     <slf4j.version>1.7.36</slf4j.version>


[directory-kerby] 01/02: Updating SLF4J to 1.7.36

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 1.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git

commit ba445efdafacba88e5c482b8f8514dff71c9b83a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Mar 31 07:32:30 2023 +0100

    Updating SLF4J to 1.7.36
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 71b50ffc..c5320d56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     <log4j.version>1.2.17</log4j.version>
     <junit.version>4.13.2</junit.version>
     <nimbus.jose.version>9.30.2</nimbus.jose.version>
-    <slf4j.version>1.7.26</slf4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
     <assertj.version>2.6.0</assertj.version>
     <findbugs.version>3.0.4</findbugs.version>
     <buildtools.dir>${basedir}/build-tools</buildtools.dir>