[ https://issues.apache.org/jira/browse/NIFI-10219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565970#comment-17565970 ]
ASF subversion and git services commented on NIFI-10219: -------------------------------------------------------- Commit 2a9139c57ab5c68387d3ed84e3d28119f33d9168 in nifi's branch refs/heads/main from David Handermann [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=2a9139c57a ] NIFI-10219 Removed jna-platform from nifi-bootstrap-utils - Removed OSUtils.getWindowsProcessId() which removes JNA-based retrieval of Process ID retrieval for Windows on Java 8 - Removing jna-platform from nifi-bootstrap-utils eliminates the library from lib/bootstrap and allows it as a dependency in lib/properties This closes #6199 Signed-off-by: Joey Frazee <jfra...@apache.org> > jna-platform missing from ./lib/properties > ------------------------------------------ > > Key: NIFI-10219 > URL: https://issues.apache.org/jira/browse/NIFI-10219 > Project: Apache NiFi > Issue Type: Bug > Components: Core Framework > Affects Versions: 1.16.1, 1.16.2, 1.16.3 > Reporter: Joey Frazee > Assignee: David Handermann > Priority: Major > Time Spent: 0.5h > Remaining Estimate: 0h > > NIFI-9883 introduced classloader isolation for sensitive property providers > and updated the assembly config to output dependencies in ./lib/properties. > jna-platform, required by azure-identity, isn't getting pulled through so > when using an Azure sensitive properties provider startup fails with a > NoClassDefFoundError. -- This message was sent by Atlassian Jira (v8.20.10#820010)