Re: [PR] Handle quote escape in bindy [camel]

2024-02-28 Thread via GitHub
davsclaus merged PR #13270: URL: https://github.com/apache/camel/pull/13270 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.ap

Re: [PR] Handle quote escape in bindy [camel]

2024-02-27 Thread via GitHub
davsclaus commented on PR #13270: URL: https://github.com/apache/camel/pull/13270#issuecomment-1968275664 If we need to backport this, then its good to have a JIRA ticket for this to track this -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Handle quote escape in bindy [camel]

2024-02-27 Thread via GitHub
Croway commented on PR #13270: URL: https://github.com/apache/camel/pull/13270#issuecomment-1966321659 I'll come up with more tests, but can be merged at the moment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Handle quote escape in bindy [camel]

2024-02-27 Thread via GitHub
davsclaus commented on PR #13270: URL: https://github.com/apache/camel/pull/13270#issuecomment-1966178562 is there more work needed for this PR or can it be ready for review and merge ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] Handle quote escape in bindy [camel]

2024-02-25 Thread via GitHub
davsclaus commented on PR #13270: URL: https://github.com/apache/camel/pull/13270#issuecomment-1962853215 Nice magic with the scanner. We have StringQuoteHelper for safe splitting when using quotes as double or single quote chars. But I guess the scanner and bindy can in theory use ot

Re: [PR] Handle quote escape in bindy [camel]

2024-02-22 Thread via GitHub
github-actions[bot] commented on PR #13270: URL: https://github.com/apache/camel/pull/13270#issuecomment-1959455106 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

[PR] Handle quote escape in bindy [camel]

2024-02-22 Thread via GitHub
Croway opened a new pull request, #13270: URL: https://github.com/apache/camel/pull/13270 # Description # Target - [ ] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch) # Trackin