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.23.0
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


 discard 931cce0e25 ARTEMIS-X Bump com.puppycrawl.tools:checkstyle from 10.21.4 
to 10.23.0
     add ebd6c28999 ARTEMIS-5373 json properties, support key.surround and user 
surrounding of keys with dots or quotes
     add 8d63f4b9d6 ARTEMIS-5056 clarify docs on 'default' values
     add 397312080f ARTEMIS-5375 provide fileAlder32 checksum in the status for 
property files
     add 2a5d56a33b ARTEMIS-5380 have json properties respect insertion order
     add 8bb7f0c642 ARTEMIS-5379 Delay journal transaction until page data is 
stored
     add ce12459304 NO-JIRA clarify new console details in release doc
     add f6cd61defc NO-JIRA making BackupSyncLargeMessageTest more reliable
     add 60cbd99e5f ARTEMIS-5379 small tweaks on test
     add eb01d78245 ARTEMIS-5384 Proper cycle PagedTimeWriter during a server 
shutdown
     add dbcad446cc NO-JIRA Fixing intermittent test failure
     add f206fa1deb ARTEMIS-5385 Optimize checkDone on Paging
     add e6cd1d5d2f NO-JIRA clarify new Jolokia security in versions.adoc
     add bda594e010 This closes #5612
     add 7120f3956a NO-JIRA update on one-test.sh script
     add ab1cb02fc3 ARTEMIS-5387 Removing obselete and slow test
     add b41556d8ef ARTEMIS-5387 optimize HorizontalPagingTest
     add 5b175cb806 ARTEMIS-5388 expose core bridge connection status via JMX
     add 09866a252c This closes #5613
     add e6e79b0f6b ARTEMIS-5400 Bump jacoco from 0.8.12 to 0.8.13
     add a6698483e6 ARTEMIS-5401 Bump mockito.version from 5.16.1 to 5.17.0
     add bae324d829 ARTEMIS-X Bump com.puppycrawl.tools:checkstyle from 10.21.4 
to 10.23.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   (931cce0e25)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.23.0 (bae324d829)

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:
 .../artemis/api/core/management/BridgeControl.java |   6 +
 .../core/config/impl/ConfigurationImpl.java        |  92 ++++--
 .../core/management/impl/BridgeControlImpl.java    |   5 +-
 .../paging/cursor/impl/PageSubscriptionImpl.java   |  10 +-
 .../artemis/core/paging/impl/PageTimedWriter.java  |  20 +-
 .../artemis/core/paging/impl/PagingStoreImpl.java  |  11 +-
 .../core/server/cluster/impl/BridgeImpl.java       |   2 +-
 .../artemis/core/transaction/Transaction.java      |  11 +
 .../core/transaction/impl/TransactionImpl.java     | 135 +++++++-
 .../core/config/impl/ConfigurationImplTest.java    | 103 +++++-
 docs/user-manual/address-settings.adoc             |   4 +-
 docs/user-manual/configuration-index.adoc          |  21 +-
 docs/user-manual/versions.adoc                     |  13 +-
 pom.xml                                            |   6 +-
 scripts/one-test.sh                                |   2 +-
 .../activemq/transport/failover/AMQ1925Test.java   | 225 -------------
 .../integration/amqp/AmqpLargeMessageTest.java     |   3 +-
 .../bridge/BridgeConnectionStatusTest.java         | 123 +++++++
 .../failover/BackupSyncLargeMessageTest.java       |  27 +-
 .../broker.xml                                     |  36 +--
 .../tests/soak/paging/HorizontalPagingTest.java    | 174 +++++-----
 .../tests/soak/paging/ValidatePageTXTest.java      | 357 +++++++++++++++++++++
 .../ReplicationFlowControlTest.java                |   2 -
 .../src/test/scripts/longrun-parameters.sh         |  26 +-
 tests/soak-tests/src/test/scripts/parameters.sh    |  26 +-
 .../core/paging/impl/PageTimedWriterUnitTest.java  | 111 ++++++-
 .../core/postoffice/impl/BindingsImplTest.java     |  10 +
 27 files changed, 1074 insertions(+), 487 deletions(-)
 delete mode 100644 
tests/activemq5-unit-tests/src/test/java/org/apache/activemq/transport/failover/AMQ1925Test.java
 create mode 100644 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/bridge/BridgeConnectionStatusTest.java
 copy tests/soak-tests/src/main/resources/servers/{replicated-static0 => 
validate-page-tx}/broker.xml (80%)
 create mode 100644 
tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/paging/ValidatePageTXTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to