[ https://issues.apache.org/jira/browse/NIFI-4936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16395255#comment-16395255 ]
ASF GitHub Bot commented on NIFI-4936: -------------------------------------- GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2532 NIFI-4936: Fix ranger version definition NIFI-4936: - Moving definition of ranger version into root pom. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mcgilman/nifi NIFI-4936 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/nifi/pull/2532.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2532 ---- commit e786ff328fdbbe0632da5a09124430f4ab3b1a98 Author: Matt Gilman <matt.c.gilman@...> Date: 2018-03-12T13:53:07Z NIFI-4936: - Moving definition of ranger version into root pom. ---- > NiFi parent pom dependency management forcing versions to align defeating > classloader isolation > ----------------------------------------------------------------------------------------------- > > Key: NIFI-4936 > URL: https://issues.apache.org/jira/browse/NIFI-4936 > Project: Apache NiFi > Issue Type: Bug > Components: Core Framework, Extensions, Tools and Build > Affects Versions: 1.1.0, 1.2.0, 1.0.1, 1.3.0, 1.4.0, 1.5.0 > Reporter: Joseph Witt > Assignee: Matt Gilman > Priority: Major > Fix For: 1.6.0 > > Attachments: NIFI-4936.patch, build-fixing, > old-vs-new-dependencies.txt > > > the top level pom in nifi has a massive dependency management section. this > was used initially to help enforce consistent usage of dependencies across > nifi but this also can defeat the purpose of the classloader isolation > offered by nars. We need to push down dependency version declarations to the > nar levels where appropriate. > there have been reported issues of defects happening due to us using much > newer versions (or sometimes older) of dependencies due to this dependency > management model. By pushing declarations down to the proper scope each > nar/etc.. can use the specific versions of components it needs and we'll stop > introducing issues by forcing a different version. -- This message was sent by Atlassian JIRA (v7.6.3#76005)