[
https://issues.apache.org/jira/browse/NIFI-8991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393179#comment-17393179
]
ASF subversion and git services commented on NIFI-8991:
-------------------------------------------------------
Commit 713f997f87a77b446b0933036b88e3351105f5e7 in nifi's branch
refs/heads/main from Mark Bean
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=713f997 ]
NIFI-8991: reduce Node.js requirement across modules to a single version
This closes #5278
Signed-off-by: David Handermann <[email protected]>
> Implement a single version of Node for all modules
> --------------------------------------------------
>
> Key: NIFI-8991
> URL: https://issues.apache.org/jira/browse/NIFI-8991
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Configuration
> Affects Versions: 1.14.0
> Reporter: Mark Bean
> Assignee: Mark Bean
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> There are several modules in the NiFi source which require Node to be
> installed during the build process. There are three separate versions
> required. These should be consolidated to a single Node version only. As of
> NiFi 1.14.0, the versions required are 8.10.0, 10.16.0, and 12.22.2. This
> ticket should use the latest required version (12.22.2) in all places.
> In addition, a property specified in pom.xml is used in two locations, and
> the version value is hard-coded in a third. Move the property specification
> to the highest level pom.xml so it is only provided in a single location, and
> inherited from there. In this case, it is the project root pom.xml.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)