You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2023/06/21 19:04:23 UTC

[camel-k-runtime] branch main updated: Revert "build(deps): bump logstash-logback-encoder from 7.3 to 7.4" (#1053)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3a3c1eff Revert "build(deps): bump logstash-logback-encoder from 7.3 to 7.4" (#1053)
3a3c1eff is described below

commit 3a3c1eff3fe59730964b3e21baf2a4ac704d4024
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Wed Jun 21 16:04:18 2023 -0300

    Revert "build(deps): bump logstash-logback-encoder from 7.3 to 7.4" (#1053)
    
    This reverts commit c1b49e5bffe9d5c1d0a7e929eacf575474735d1c.
    
    7.4 version dropped support for logback 1.2
    https://github.com/logfellow/logstash-logback-encoder/releases/tag/logstash-logback-encoder-7.4
    
    it causes a NoSuchMethodError: 'java.time.Instant ch.qos.logback.classic.spi.ILoggingEvent.getInstant()'
    when using build=routine in camel-k
---
 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 937db100..e98d7db1 100644
--- a/support/camel-k-maven-logging/pom.xml
+++ b/support/camel-k-maven-logging/pom.xml
@@ -90,7 +90,7 @@
         <dependency>
             <groupId>net.logstash.logback</groupId>
             <artifactId>logstash-logback-encoder</artifactId>
-            <version>7.4</version>
+            <version>7.3</version>
             <scope>provided</scope>
             <exclusions>
                 <exclusion>