You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/09/29 15:14:00 UTC

[jira] [Created] (NIFI-10563) Bootstrap Libraries missing commons-lang3 with include-ranger build

David Handermann created NIFI-10563:
---------------------------------------

             Summary: Bootstrap Libraries missing commons-lang3 with include-ranger build
                 Key: NIFI-10563
                 URL: https://issues.apache.org/jira/browse/NIFI-10563
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework, Extensions
            Reporter: David Handermann
            Assignee: David Handermann


As reported in the [NiFi 1.18.0 RC2 vote thread|https://lists.apache.org/thread/8qddbydwl6qvsf83lbxhcms9ln40nom6], building with the {{include-ranger}} profile results in {{ClassNotFoundException}} errors related to {{commons-lang3}} {{StringUtils}}.

The problem is the result of the Maven Assembly plugin configuration for the Ranger extension pulling in {{commons-lang3}}, and {{commons-lang3}} not being listed as an explicit dependency of {{nifi-bootstrap}}. The dependency and assembly configuration should be updated to correct this problem.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)