[
https://issues.apache.org/jira/browse/NIFI-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578118#comment-14578118
]
Aldrin Piri commented on NIFI-625:
----------------------------------
Build with contrib was fine. Code changes look good and some additional test
cases of patterns I created on the fly seemed to also get parsed through
correctly.
There were a number of white space only changes. If you have the ability to do
a format only on edited/changed lines, that may help make the patches a little
more readable.
Regardless, +1
> ReplaceText does not substitute Expression Language if embedded within curly
> braces
> -----------------------------------------------------------------------------------
>
> Key: NIFI-625
> URL: https://issues.apache.org/jira/browse/NIFI-625
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework, Extensions
> Reporter: Mark Payne
> Assignee: Mark Payne
> Fix For: 0.2.0
>
> Attachments:
> 0001-NIFI-625-Fixed-bug-in-expression-language-that-cause.patch
>
>
> It is unclear if this is a problem with the framework or the processor at
> this point. When I tried to replace "(.*)" with the json:
> {"id": "${nextInt()}", "text": "Hello"}
> The result was:
> {"id": "${nextInt()}", "text": "Hello"}
> However, if I remove the curly braces around the text I get:
> "id": "1", "text": "Hello"
> which is the desired behavior.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)