You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/10 09:44:40 UTC

[camel-karaf] branch main updated: CAMEL-17309: Upgrade to log4j 2.15.0 and logback to 1.2.7

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 62e5ae1  CAMEL-17309: Upgrade to log4j 2.15.0 and logback to 1.2.7
62e5ae1 is described below

commit 62e5ae1d74774f493781b6bade2f81d751b54c2e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Dec 10 10:40:29 2021 +0100

    CAMEL-17309: Upgrade to log4j 2.15.0 and logback to 1.2.7
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7f3505b..18cf14b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,6 +228,8 @@
         <lightcouch-bundle-version>0.2.0_1</lightcouch-bundle-version>
         <libthrift-bundle-version>0.14.1_1</libthrift-bundle-version>
         <lz4-version>1.8.0</lz4-version>
+        <!-- TODO: log4j 2.15.0 does not work for all features -->
+        <log4j2-version>2.13.3</log4j2-version>
         <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
         <maven-owasp-plugin-version>5.3.1</maven-owasp-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>