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 f79e7c250d NO-JIRA: [Broker-J] Logback shutdown hook renamed from
DelayingShutdownHook to DefaultShutdownHook
f79e7c250d is described below
commit f79e7c250deddbe8930b2dfa1c7f32a9ce9868fb
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Mon Aug 18 11:36:27 2025 +0200
NO-JIRA: [Broker-J] Logback shutdown hook renamed from DelayingShutdownHook
to DefaultShutdownHook
---
qpid-test-utils/src/main/resources/logback.xml | 2 +-
.../end-to-end-conversion-tests/src/main/resources/logback-test.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/qpid-test-utils/src/main/resources/logback.xml
b/qpid-test-utils/src/main/resources/logback.xml
index 24b57c07cf..9f49c080b0 100644
--- a/qpid-test-utils/src/main/resources/logback.xml
+++ b/qpid-test-utils/src/main/resources/logback.xml
@@ -42,5 +42,5 @@
<root level="debug">
<appender-ref ref="RootSiftAppender"/>
</root>
- <shutdownHook class="ch.qos.logback.core.hook.DelayingShutdownHook"/>
+ <shutdownHook class="ch.qos.logback.core.hook.DefaultShutdownHook"/>
</configuration>
diff --git
a/systests/end-to-end-conversion-tests/src/main/resources/logback-test.xml
b/systests/end-to-end-conversion-tests/src/main/resources/logback-test.xml
index fb5a38770c..c8bedd310d 100644
--- a/systests/end-to-end-conversion-tests/src/main/resources/logback-test.xml
+++ b/systests/end-to-end-conversion-tests/src/main/resources/logback-test.xml
@@ -44,5 +44,5 @@
<root level="debug">
<appender-ref ref="RootSiftAppender"/>
</root>
- <shutdownHook class="ch.qos.logback.core.hook.DelayingShutdownHook"/>
+ <shutdownHook class="ch.qos.logback.core.hook.DefaultShutdownHook"/>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]