This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.puppycrawl.tools-checkstyle-10.24.0
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
discard dba2c284aa ARTEMIS-X Bump com.puppycrawl.tools:checkstyle from 10.23.1
to 10.24.0
add ec642bad0a ARTEMIS-5485 Enforce the queue address before deploying
add 68895dfd86 ARTEMIS-4032 empty journal dirs created even w/JDBC store
add c54cbd793c NO-JIRA add cross link from broker properties doc to the
export management op
add 6fb0440553 NO-JIRA update new console migration details
add 9b574af341 ARTEMIS-4967 Remove unreachable code
add 3a10faa949 ARTEMIS-5465 Resolve USER_NAME key with
TextFileCertificateLoginModule
add da9cf2c69b ARTEMIS-5478 Bump selenium.version from 4.32.0 to 4.33.0
add d04e804a21 ARTEMIS-5502 Bump mockito.version from 5.17.0 to 5.18.0
add 8c634e1c23 ARTEMIS-X Bump com.puppycrawl.tools:checkstyle from 10.23.1
to 10.24.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (dba2c284aa)
\
N -- N -- N
refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.24.0 (8c634e1c23)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../activemq/artemis/integration/FileBroker.java | 10 +-
.../artemis/api/core/QueueConfiguration.java | 4 +
.../protocol/amqp/proton/AMQPRoutingContext.java | 2 +-
.../core/protocol/mqtt/MQTTProtocolHandler.java | 2 +-
.../core/protocol/mqtt/MQTTRoutingContext.java | 5 +-
.../core/protocol/mqtt/MQTTRoutingHandler.java | 5 +-
.../protocol/openwire/OpenWireRoutingContext.java | 3 +-
.../artemis/core/config/Configuration.java | 4 +
.../paging/cursor/impl/PageSubscriptionImpl.java | 6 -
.../impl/journal/JournalStorageManager.java | 8 +-
.../protocol/core/impl/ActiveMQPacketHandler.java | 2 +-
.../protocol/core/impl/ActiveMQRoutingContext.java | 5 +-
.../protocol/core/impl/ActiveMQRoutingHandler.java | 5 +-
.../core/server/impl/ActiveMQServerImpl.java | 48 +++---
docs/user-manual/configuration-index.adoc | 2 +-
docs/user-manual/versions.adoc | 17 ++-
pom.xml | 4 +-
.../jdbc/store/journal/DirectoryCheckTest.java | 70 +++++++++
.../tests/integration/routing/KeyTypeTest.java | 166 +++++++++++++++------
.../tests/integration/routing/RoutingTestBase.java | 35 ++++-
.../integration/server/ConfigurationTest.java | 20 +++
21 files changed, 316 insertions(+), 107 deletions(-)
create mode 100644
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jdbc/store/journal/DirectoryCheckTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact