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

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


    from 9d20d7b87f NO-JIRA remove out-dated GC recommendation
     new f0ff385c7c ARTEMIS-3962 porting changes from AMQ-9052
     new f11b96e7ed ARTEMIS-3962 porting changes from AMQ-8613
     new 8b56c04293 ARTEMIS-3962 porting changes from AMQ-5281
     new 9a0669e282 This closes #4194

The 4 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:
 .../selector/filter/ComparisonExpression.java      |  28 +++
 .../artemis/selector/filter/LogicExpression.java   | 188 +++++++++++++++------
 .../artemis/selector/filter/UnaryExpression.java   |  10 ++
 .../activemq/artemis/selector/MockMessage.java     | 115 +++++++++++++
 .../activemq/artemis/selector/SelectorTest.java    | 101 +----------
 .../selector/UnknownHandlingSelectorTest.java      | 175 +++++++++++++++++++
 .../cluster/impl/ClusterConnectionBridge.java      |  24 +--
 .../artemis/core/filter/impl/FilterTest.java       |   6 +
 8 files changed, 491 insertions(+), 156 deletions(-)
 create mode 100644 
artemis-selector/src/test/java/org/apache/activemq/artemis/selector/MockMessage.java
 create mode 100644 
artemis-selector/src/test/java/org/apache/activemq/artemis/selector/UnknownHandlingSelectorTest.java

Reply via email to