You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/18 04:40:16 UTC

[camel-k-runtime] branch release-1.15.x updated: Revert logback uprgade to 1.2.11

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

acosentino pushed a commit to branch release-1.15.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/release-1.15.x by this push:
     new eaef0ad4 Revert logback uprgade to 1.2.11
eaef0ad4 is described below

commit eaef0ad4d5e3b2dcbbcd38a43638ca0e53d98b7d
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Mon Oct 17 13:53:23 2022 -0300

    Revert logback uprgade to 1.2.11
    
    logback 1.4.1 requires slf4j 2.0.1, which requires additional
    changes in maven library when used in camel-k to build integrations
    Read more info from the closed PR https://github.com/apache/camel-k-runtime/pull/902
---
 support/camel-k-maven-logging/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/camel-k-maven-logging/pom.xml b/support/camel-k-maven-logging/pom.xml
index 13f54191..4bf028f3 100644
--- a/support/camel-k-maven-logging/pom.xml
+++ b/support/camel-k-maven-logging/pom.xml
@@ -30,7 +30,7 @@
 
     <properties>
       <!-- Maven structural logging -->
-      <logback-version>1.4.1</logback-version>
+      <logback-version>1.2.11</logback-version>
       <logstash-logback-version>7.2</logstash-logback-version>
       <jackson-version>2.13.4</jackson-version>
     </properties>