(qpid-broker-j) branch main updated: NO-JIRA: Set version to 9.2.0-SNAPSHOT
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 2f4dd5157e NO-JIRA: Set version to 9.2.0-SNAPSHOT 2f4dd5157e is described below commit 2f4dd5157e5e781b88e925a2722a62f8d78ed7b5 Author: Tomas Vavricka AuthorDate: Tue Jan 30 14:16:01 2024 +0100 NO-JIRA: Set version to 9.2.0-SNAPSHOT --- apache-qpid-broker-j/pom.xml | 2 +- bdbstore/pom.xml | 2 +- bdbstore/systests/pom.xml| 2 +- broker-codegen/pom.xml | 2 +- broker-core/pom.xml | 2 +- broker-instrumentation/pom.xml | 2 +- broker-plugins/access-control/pom.xml| 2 +- broker-plugins/amqp-0-10-protocol/pom.xml| 2 +- broker-plugins/amqp-0-8-protocol/pom.xml | 2 +- broker-plugins/amqp-1-0-bdb-store/pom.xml| 2 +- broker-plugins/amqp-1-0-jdbc-store/pom.xml | 2 +- broker-plugins/amqp-1-0-protocol/pom.xml | 2 +- broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml | 2 +- broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml | 2 +- broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml | 2 +- broker-plugins/connection-limits/pom.xml | 2 +- broker-plugins/derby-store/pom.xml | 2 +- broker-plugins/graylog-logging-logback/pom.xml | 2 +- broker-plugins/jdbc-logging-logback/pom.xml | 2 +- broker-plugins/jdbc-provider-hikari/pom.xml | 2 +- broker-plugins/jdbc-store/pom.xml| 2 +- broker-plugins/logging-logback/pom.xml | 2 +- broker-plugins/management-amqp/pom.xml | 2 +- broker-plugins/management-http/pom.xml | 2 +- broker-plugins/memory-store/pom.xml | 2 +- broker-plugins/prometheus-exporter/pom.xml | 2 +- broker-plugins/query-engine/pom.xml | 2 +- broker-plugins/websocket/pom.xml | 2 +- broker/pom.xml | 2 +- doc/developer-guide/pom.xml | 2 +- doc/java-broker/pom.xml | 2 +- doc/java-perftests/pom.xml | 2 +- doc/pom.xml | 2 +- joramtests/pom.xml | 2 +- perftests/pom.xml| 2 +- perftests/visualisation-jfc/pom.xml | 2 +- pom.xml | 2 +- qpid-perftests-systests/pom.xml | 2 +- qpid-systests-parent/pom.xml | 4 ++-- qpid-test-utils/pom.xml | 2 +- systests/end-to-end-conversion-tests/pom.xml | 2 +- systests/protocol-tests-amqp-0-10/pom.xml| 2 +- systests/protocol-tests-amqp-0-8/pom.xml | 2 +- systests/protocol-tests-amqp-1-0/pom.xml | 2 +- systests/protocol-tests-core/pom.xml | 2 +- systests/qpid-systests-http-management/pom.xml | 2 +- systests/qpid-systests-jms-core/pom.xml | 2 +- systests/qpid-systests-jms_1.1/pom.xml | 2 +- systests/qpid-systests-jms_2.0/pom.xml | 2 +- systests/qpid-systests-spawn-admin/pom.xml | 2 +- systests/systests-utils/pom.xml | 2 +- tck/pom.xml | 2 +- tools/pom.xml| 2 +- 53 files changed, 54 insertions(+), 54 deletions(-) diff --git a/apache-qpid-broker-j/pom.xml b/apache-qpid-broker-j/pom.xml index 8e239a057f..368eddacfb 100644 --- a/apache-qpid-broker-j/pom.xml +++ b/apache-qpid-broker-j/pom.xml @@ -18,7 +18,7 @@ org.apache.qpid qpid-broker-parent -9.1.1-SNAPSHOT +9.2.0-SNAPSHOT 4.0.0 diff --git a/bdbstore/pom.xml b/bdbstore/pom.xml index 415ee16776..4445a34275 100644 --- a/bdbstore/pom.xml +++ b/bdbstore/pom.xml @@ -21,7 +21,7 @@ org.apache.qpid qpid-broker-parent -9.1.1-SNAPSHOT +9.2.0-SNAPSHOT qpid-bdbstore diff --git a/bdbstore/systests/pom.xml b/bdbstore/systests/pom.xml index a849e17909..ddf3e48638 100644 --- a/bdbstore/systests/pom.xml +++ b/bdbstore/systests/pom.xml @@ -21,7 +21,7 @@ org.apache.qpid qpid-systests-parent -9.1.1-SNAPSHOT +9.2.0-SNAPSHOT ../../qpid-systests-parent/pom.xml diff --git a/broker-codegen/pom.xml b/broker-codegen/pom.xml index 8449525a2b..c6344e1225 100644 --- a/broker-codegen/pom.xml +++ b/broker-codegen/pom.xml @@ -21,7 +21,7 @@ org.apache.qpid qpid-broker-parent -9.1.1-SNAPSHOT +9.2.0-SNAPSHOT qpid-broker-codegen diff --git a/broker-core/pom.xml b/broker-core/pom.xml index a6df792e97..b60b36fa6c 100644 --- a/broker-core/pom.xml +++ b/broker-core/pom.xml @@ -21,7 +21,7 @@ org.apache.qpid qpid-broker-parent -9.1.1-SNAPSHOT +9.2.0-SNAPSHO
(qpid-broker-j) branch dependabot/maven/org.apache.derby-derby-10.17.1.0 created (now c0934e64d1)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.derby-derby-10.17.1.0 in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git at c0934e64d1 Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0 No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
(qpid-broker-j) branch main updated: QPID-8663: [Broker-J] AESKeyFileEncrypter deprecated since 9.2.0
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 68dc0f7b15 QPID-8663: [Broker-J] AESKeyFileEncrypter deprecated since 9.2.0 68dc0f7b15 is described below commit 68dc0f7b1592c7a53c55a0f0f0063387fbaf3122 Author: Tomas Vavricka AuthorDate: Tue Jan 30 14:24:44 2024 +0100 QPID-8663: [Broker-J] AESKeyFileEncrypter deprecated since 9.2.0 --- .../apache/qpid/server/security/encryption/AESKeyFileEncrypter.java | 2 +- .../qpid/server/security/encryption/AESKeyFileEncrypterFactory.java | 2 +- .../server/security/encryption/AESKeyFileEncrypterFactoryTest.java| 4 .../qpid/server/security/encryption/AESKeyFileEncrypterTest.java | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypter.java b/broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypter.java index ad45a3cf3e..9e02cf5774 100644 --- a/broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypter.java +++ b/broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypter.java @@ -39,7 +39,7 @@ import org.apache.qpid.server.util.Strings; /** * Class is deprecated in favor of AESGCMKeyFileEncrypter, it will be deleted in one of the next releases */ -@Deprecated(since = "9.1.1", forRemoval = true) +@Deprecated(since = "9.2.0", forRemoval = true) class AESKeyFileEncrypter implements ConfigurationSecretEncrypter { private static final String CIPHER_NAME = "AES/CBC/PKCS5Padding"; diff --git a/broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactory.java b/broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactory.java index 6dd0b25447..cf48249504 100644 --- a/broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactory.java +++ b/broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactory.java @@ -28,7 +28,7 @@ import org.apache.qpid.server.plugin.PluggableService; * Class is deprecated in favor of AESGCMKeyFileEncrypterFactory, it will be deleted in one of the next releases */ @PluggableService -@Deprecated(since = "9.1.1", forRemoval = true) +@Deprecated(since = "9.2.0", forRemoval = true) public class AESKeyFileEncrypterFactory extends AbstractAESKeyFileEncrypterFactory { public static final String TYPE = "AESKeyFile"; diff --git a/broker-core/src/test/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactoryTest.java b/broker-core/src/test/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactoryTest.java index f293e058d5..4e8f5aedf1 100644 --- a/broker-core/src/test/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactoryTest.java +++ b/broker-core/src/test/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactoryTest.java @@ -34,6 +34,10 @@ import org.junit.jupiter.api.Test; import org.apache.qpid.test.utils.UnitTestBase; +/** + * Unit test is deprecated due to deprecation of AESKeyFileEncrypterFactory, it will be deleted in one of the next releases + */ +@Deprecated(since = "9.2.0", forRemoval = true) public class AESKeyFileEncrypterFactoryTest extends UnitTestBase { private AESKeyFileEncrypterFactory _factory; diff --git a/broker-core/src/test/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterTest.java b/broker-core/src/test/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterTest.java index 9162201cc3..6e732c0954 100644 --- a/broker-core/src/test/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterTest.java +++ b/broker-core/src/test/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterTest.java @@ -43,9 +43,9 @@ import org.junit.jupiter.api.Test; import org.apache.qpid.test.utils.UnitTestBase; /** - * Unit test is deprecated due to deprecation of AESGCMKeyFileEncrypter, it will be deleted in one of the next releases + * Unit test is deprecated due to deprecation of AESKeyFileEncrypter, it will be deleted in one of the next releases */ -@Deprecated(since = "9.1.1", forRemoval = true) +@Deprecated(since = "9.2.0", forRemoval = true) public class AESKeyFileEncrypterTest extends UnitTestBase { private final SecureRandom _random = new SecureRandom(); - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
(qpid-broker-j) branch main updated: QPID-8666: [Broker-J] Updated NOTICE in assembly
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 af27a94100 QPID-8666: [Broker-J] Updated NOTICE in assembly af27a94100 is described below commit af27a94100521f299234f68c5052861e81e358de Author: Tomas Vavricka AuthorDate: Tue Jan 30 14:31:12 2024 +0100 QPID-8666: [Broker-J] Updated NOTICE in assembly --- apache-qpid-broker-j/src/main/assembly/NOTICE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache-qpid-broker-j/src/main/assembly/NOTICE b/apache-qpid-broker-j/src/main/assembly/NOTICE index f680529d42..b323bd2094 100644 --- a/apache-qpid-broker-j/src/main/assembly/NOTICE +++ b/apache-qpid-broker-j/src/main/assembly/NOTICE @@ -82,8 +82,8 @@ Copyright (c) 2008-2017 The Guava Authors ### -BoneCP Core Library -Copyright (c) 2009-2011 Wallace Wadge +HikariCP Library +Copyright (c) 2013-2019 Brett Wooldridge ### - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
(qpid-dispatch) branch dependabot/npm_and_yarn/console/react/testing-library/jest-dom-6.4.0 created (now dacf136a)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/console/react/testing-library/jest-dom-6.4.0 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git at dacf136a Bump @testing-library/jest-dom from 5.16.2 to 6.4.0 in /console/react This branch includes the following new commits: new dacf136a Bump @testing-library/jest-dom from 5.16.2 to 6.4.0 in /console/react The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
(qpid-dispatch) branch dependabot/npm_and_yarn/console/react/testing-library/jest-dom-6.3.0 deleted (was 09ec05d7)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/console/react/testing-library/jest-dom-6.3.0 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git was 09ec05d7 Bump @testing-library/jest-dom from 5.16.2 to 6.3.0 in /console/react The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository. - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
(qpid-broker-j) branch main updated: QPID-8655: [Broker-J] Numbers are treated as strings as in the previous version of logback-gelf (3.0.0)
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 f21bf46e70 QPID-8655: [Broker-J] Numbers are treated as strings as in the previous version of logback-gelf (3.0.0) f21bf46e70 is described below commit f21bf46e70f82785b0619c87e1cdab5991a6d51d Author: Tomas Vavricka AuthorDate: Wed Jan 31 08:57:38 2024 +0100 QPID-8655: [Broker-J] Numbers are treated as strings as in the previous version of logback-gelf (3.0.0) --- .../org/apache/qpid/server/logging/logback/graylog/GraylogAppender.java | 1 + 1 file changed, 1 insertion(+) diff --git a/broker-plugins/graylog-logging-logback/src/main/java/org/apache/qpid/server/logging/logback/graylog/GraylogAppender.java b/broker-plugins/graylog-logging-logback/src/main/java/org/apache/qpid/server/logging/logback/graylog/GraylogAppender.java index f90cb519a2..2d93b52bbc 100644 --- a/broker-plugins/graylog-logging-logback/src/main/java/org/apache/qpid/server/logging/logback/graylog/GraylogAppender.java +++ b/broker-plugins/graylog-logging-logback/src/main/java/org/apache/qpid/server/logging/logback/graylog/GraylogAppender.java @@ -118,6 +118,7 @@ final class GraylogAppender extends AsyncAppender encoder.setIncludeCallerData(settings.isCallerDataIncluded()); encoder.setIncludeRootCauseData(settings.hasRootExceptionDataIncluded()); encoder.setIncludeLevelName(settings.isLogLevelNameIncluded()); +encoder.setNumbersAsString(true); settings.getStaticFields().forEach(encoder::addStaticField); return encoder; } - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org