[
https://issues.apache.org/jira/browse/NIFI-12137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17771908#comment-17771908
]
ASF subversion and git services commented on NIFI-12137:
--------------------------------------------------------
Commit 711f2f11888b9ea9eace8816758ad1d0d2075aa5 in nifi's branch
refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=711f2f1188 ]
NIFI-12137: This closes #7808. Fixed name of Expression Language Scope from
LIMITED to ENVIRONMENT, ; fixed issue in which flowfiles routed to failure by
FlowFileTransform were also being routed to original; defined 'identifier' and
'logger' as member variables for FlowFileTransform and RecordTransform so that
IDEs know about them
Signed-off-by: Joseph Witt <[email protected]>
> Improve Java Python processor behaviors in NiFi 2x
> --------------------------------------------------
>
> Key: NIFI-12137
> URL: https://issues.apache.org/jira/browse/NIFI-12137
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Joe Witt
> Assignee: Mark Payne
> Priority: Major
> Fix For: 2.latest
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> In a flow using a FlowFileTransform I am seeing data when I route it to
> faillure also going to original. If routed to failure it should not go to
> original. Original should only be when success is the chosen route.
> We should change ExpressionLanguageScope.LIMITED to ENVIRONMENT.
> We should try to use python conventions on all method names instead of Java
> conventions.
> Can we define the 'logger' that gets injected to implementations so code
> completion can work in IDEs in the meantime?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)