This is an automated email from the ASF dual-hosted git repository.
vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push:
new 04b3e6344c QPID-8613: [Broker-J] Update slf4j / logback dependencies
(#217)
04b3e6344c is described below
commit 04b3e6344c4b347d82b42fc3d887c66c71932a3e
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Fri Aug 11 14:50:41 2023 +0200
QPID-8613: [Broker-J] Update slf4j / logback dependencies (#217)
---
.../main/assembly/dependency-verification/DEPENDENCIES_REFERENCE | 4 ++--
.../org/apache/qpid/server/logging/logback/NoopConfigurator.java | 8 ++++----
.../main/assembly/dependency-verification/DEPENDENCIES_REFERENCE | 4 ++--
pom.xml | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index b848132fef..103b536139 100644
---
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -114,11 +114,11 @@ From: 'OW2' (http://www.ow2.org/)
From: 'QOS.ch' (http://www.qos.ch)
- - Logback Classic Module (http://logback.qos.ch/logback-classic)
ch.qos.logback:logback-classic:jar:1.4.9
+ - Logback Classic Module (http://logback.qos.ch/logback-classic)
ch.qos.logback:logback-classic:jar:1.4.11
License: Eclipse Public License - v 1.0
(http://www.eclipse.org/legal/epl-v10.html)
License: GNU Lesser General Public License
(http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)
- - Logback Core Module (http://logback.qos.ch/logback-core)
ch.qos.logback:logback-core:jar:1.4.9
+ - Logback Core Module (http://logback.qos.ch/logback-core)
ch.qos.logback:logback-core:jar:1.4.11
License: Eclipse Public License - v 1.0
(http://www.eclipse.org/legal/epl-v10.html)
License: GNU Lesser General Public License
(http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)
diff --git
a/broker-plugins/logging-logback/src/main/java/org/apache/qpid/server/logging/logback/NoopConfigurator.java
b/broker-plugins/logging-logback/src/main/java/org/apache/qpid/server/logging/logback/NoopConfigurator.java
index b916d14740..b4f6f18b28 100644
---
a/broker-plugins/logging-logback/src/main/java/org/apache/qpid/server/logging/logback/NoopConfigurator.java
+++
b/broker-plugins/logging-logback/src/main/java/org/apache/qpid/server/logging/logback/NoopConfigurator.java
@@ -20,16 +20,16 @@
*/
package org.apache.qpid.server.logging.logback;
-import ch.qos.logback.core.Context;
-import ch.qos.logback.core.spi.Configurator;
+import ch.qos.logback.classic.LoggerContext;
+import ch.qos.logback.classic.spi.Configurator;
import ch.qos.logback.core.spi.ContextAwareBase;
public class NoopConfigurator extends ContextAwareBase implements Configurator
{
@Override
- public ExecutionStatus configure(Context loggerContext)
+ public ExecutionStatus configure(LoggerContext loggerContext)
{
// no-op
- return ExecutionStatus.NEUTRAL;
+ return ExecutionStatus.DO_NOT_INVOKE_NEXT_IF_ANY;
}
}
diff --git
a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index 9c77c7d4bd..51421bd99f 100644
--- a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -56,11 +56,11 @@ From: 'FasterXML' (http://fasterxml.com/)
From: 'QOS.ch' (http://www.qos.ch)
- - Logback Classic Module (http://logback.qos.ch/logback-classic)
ch.qos.logback:logback-classic:jar:1.4.9
+ - Logback Classic Module (http://logback.qos.ch/logback-classic)
ch.qos.logback:logback-classic:jar:1.4.11
License: Eclipse Public License - v 1.0
(http://www.eclipse.org/legal/epl-v10.html)
License: GNU Lesser General Public License
(http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)
- - Logback Core Module (http://logback.qos.ch/logback-core)
ch.qos.logback:logback-core:jar:1.4.9
+ - Logback Core Module (http://logback.qos.ch/logback-core)
ch.qos.logback:logback-core:jar:1.4.11
License: Eclipse Public License - v 1.0
(http://www.eclipse.org/legal/epl-v10.html)
License: GNU Lesser General Public License
(http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)
diff --git a/pom.xml b/pom.xml
index 247ee30fc1..d1fd12404e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<bdb-version>7.4.5</bdb-version>
<derby-version>10.14.2.0</derby-version>
- <logback-version>1.4.9</logback-version>
+ <logback-version>1.4.11</logback-version>
<logback-db-version>1.2.11.1</logback-db-version>
<guava-version>32.1.2-jre</guava-version>
<fasterxml-jackson-version>2.15.2</fasterxml-jackson-version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]