This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from b11945e0c7 ARTEMIS-4410 - process deliveries before removing consumer
on session close, ensure strict order for a single consumer
add 78a3e66f3d ARTEMIS-4372 Renaming --staticCluster as --static-cluster
add 47a3ee5304 ARTEMIS-4413 Improve reliability of
CheckTest.testNodeCheckTopology
No new revisions were added by this update.
Summary of changes:
.../activemq/artemis/cli/commands/Create.java | 2 +-
.../artemis/cli/commands/check/CheckAbstract.java | 3 +-
.../org/apache/activemq/cli/test/CheckTest.java | 420 ---------------------
.../api/core/management/SimpleManagement.java | 2 +-
.../artemis/maven/ArtemisCreatePlugin.java | 2 +-
docs/user-manual/using-cli.adoc | 4 +-
docs/user-manual/using-server.adoc | 4 +-
tests/db-tests/jdbc-drivers/oracle/ojdbc11.jar | Bin 0 -> 6971601 bytes
.../management/SimpleManagementTest.java | 2 +-
tests/smoke-tests/pom.xml | 35 +-
.../brokerConnection/MirroredSubscriptionTest.java | 2 +-
.../artemis/tests/smoke/checkTest/CheckTest.java | 349 +++++++++++++++++
tests/soak-tests/pom.xml | 4 +-
13 files changed, 394 insertions(+), 435 deletions(-)
delete mode 100644
artemis-cli/src/test/java/org/apache/activemq/cli/test/CheckTest.java
create mode 100644 tests/db-tests/jdbc-drivers/oracle/ojdbc11.jar
create mode 100644
tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/checkTest/CheckTest.java