[jira] [Commented] (QPID-8656) [Broker-J] Selector parsing logic error when combining NOT and LIKE

2023-12-13 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796078#comment-17796078
 ] 

ASF subversion and git services commented on QPID-8656:
---

Commit 8f7909fbb2d6f9eae22b84e3a4782af6d7d70bbc in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=8f7909fbb2 ]

QPID-8656: [Broker-J] Selector parsing logic error when combining NOT and LIKE 
(#230)



> [Broker-J] Selector parsing logic error when combining NOT and LIKE
> ---
>
> Key: QPID-8656
> URL: https://issues.apache.org/jira/browse/QPID-8656
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Kyrre
>Priority: Minor
> Fix For: qpid-java-broker-9.1.1
>
>
> The JMSSelectorFilter.match() gives unexpected results when combining the 
> LIKE and NOT operators.
> The selector "NOT (entry LIKE '%aaa%')" and value "" returns true, as 
> expected,
> The selector "NOT entry LIKE '%aaa%'" and value "" returns false, whcih 
> is a bug.
> In both cases the method retuns true when the value is ""
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-8656) [Broker-J] Selector parsing logic error when combining NOT and LIKE

2023-12-13 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796077#comment-17796077
 ] 

ASF GitHub Bot commented on QPID-8656:
--

vavrtom merged PR #230:
URL: https://github.com/apache/qpid-broker-j/pull/230




> [Broker-J] Selector parsing logic error when combining NOT and LIKE
> ---
>
> Key: QPID-8656
> URL: https://issues.apache.org/jira/browse/QPID-8656
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Kyrre
>Priority: Minor
> Fix For: qpid-java-broker-9.1.1
>
>
> The JMSSelectorFilter.match() gives unexpected results when combining the 
> LIKE and NOT operators.
> The selector "NOT (entry LIKE '%aaa%')" and value "" returns true, as 
> expected,
> The selector "NOT entry LIKE '%aaa%'" and value "" returns false, whcih 
> is a bug.
> In both cases the method retuns true when the value is ""
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-8656) [Broker-J] Selector parsing logic error when combining NOT and LIKE

2023-12-05 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793294#comment-17793294
 ] 

ASF GitHub Bot commented on QPID-8656:
--

dakirily opened a new pull request, #230:
URL: https://github.com/apache/qpid-broker-j/pull/230

   This PR addresses 
[QPID-8656](https://issues.apache.org/jira/browse/QPID-8656), fixing parsing 
logic when combining NOT and LIKE




> [Broker-J] Selector parsing logic error when combining NOT and LIKE
> ---
>
> Key: QPID-8656
> URL: https://issues.apache.org/jira/browse/QPID-8656
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Kyrre
>Priority: Minor
> Fix For: qpid-java-broker-9.1.1
>
>
> The JMSSelectorFilter.match() gives unexpected results when combining the 
> LIKE and NOT operators.
> The selector "NOT (entry LIKE '%aaa%')" and value "" returns true, as 
> expected,
> The selector "NOT entry LIKE '%aaa%'" and value "" returns false, whcih 
> is a bug.
> In both cases the method retuns true when the value is ""
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org