This is an automated email from the ASF dual-hosted git repository. jbertram pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit 9a0669e282b0287aae5834889c1651a15dcbf3a2 Merge: 9d20d7b87f 8b56c04293 Author: Justin Bertram <[email protected]> AuthorDate: Mon Sep 19 14:45:06 2022 -0500 This closes #4194 .../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(-)
