[
https://issues.apache.org/jira/browse/NIFI-14084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906094#comment-17906094
]
Daniel Stieglitz commented on NIFI-14084:
-----------------------------------------
The following query may discover more classes which need to be replaced
{code:java}
\(.*new\s+\w+\(\)\s*\{{code}
> Replace anonymous classes with lambdas part 2
> ---------------------------------------------
>
> Key: NIFI-14084
> URL: https://issues.apache.org/jira/browse/NIFI-14084
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> NIFI-14067 aimed to replace anonymous classes with lambdas. This ticket aims
> to replace more that were discovered with the following regex query over the
> code
> {code:java}
> new\s+(Input|Output)?StreamCallback{code}
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)