This is an automated email from the ASF dual-hosted git repository.

tabish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git


    from c6fe0f7493 ARTEMIS-5874 mitigate dead-lock in STOMP
     new 9ee3f1598d ARTEMIS-5854 consumer mngmnt API not working
     new d657f960c0 ARTEMIS-5854 add integration tests

The 2 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.


Summary of changes:
 .../core/management/impl/view/ConsumerView.java    |   3 +-
 .../view/predicate/ConsumerFilterPredicate.java    |   4 +-
 .../core/management/impl/view/AddressViewTest.java |  49 +++
 .../management/impl/view/ConnectionViewTest.java   |  49 +++
 .../management/impl/view/ConsumerViewTest.java     | 338 +++++++++++++++++++++
 .../management/impl/view/ProducerViewTest.java     |  49 +++
 .../core/management/impl/view/QueueViewTest.java   |  49 +++
 .../impl/view/SessionViewTest.java}                |  35 +--
 .../core/management/impl/view/ViewTest.java        | 160 ++--------
 .../management/ActiveMQServerControlTest.java      |  69 +++++
 10 files changed, 650 insertions(+), 155 deletions(-)
 create mode 100644 
artemis-server/src/test/java/org/apache/activemq/artemis/core/management/impl/view/AddressViewTest.java
 create mode 100644 
artemis-server/src/test/java/org/apache/activemq/artemis/core/management/impl/view/ConnectionViewTest.java
 create mode 100644 
artemis-server/src/test/java/org/apache/activemq/artemis/core/management/impl/view/ConsumerViewTest.java
 create mode 100644 
artemis-server/src/test/java/org/apache/activemq/artemis/core/management/impl/view/ProducerViewTest.java
 create mode 100644 
artemis-server/src/test/java/org/apache/activemq/artemis/core/management/impl/view/QueueViewTest.java
 copy 
artemis-server/src/test/java/org/apache/activemq/artemis/core/{server/routing/policies/PolicyFactoryResolverTest.java
 => management/impl/view/SessionViewTest.java} (52%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to