[
https://issues.apache.org/jira/browse/NIFI-7825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Bende updated NIFI-7825:
------------------------------
Fix Version/s: 1.13.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Support native library loading via absolute path
> ------------------------------------------------
>
> Key: NIFI-7825
> URL: https://issues.apache.org/jira/browse/NIFI-7825
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Peter Turcsanyi
> Assignee: Peter Turcsanyi
> Priority: Major
> Fix For: 1.13.0
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> There are two methods to load a native library in Java:
> * {{java.lang.System.loadLibrary(String libname)}} - where {{libname}} is
> the native library's logical name
> * {{java.lang.System.load(String filename)}} - where {{filename}} if the
> native library's absolute path
> [https://issues.apache.org/jira/browse/NIFI-6884] resolved the classloader
> isolation problem for the {{loadLibrary(String libname)}} way.
> It should be handled in case of {{load(String filename)}} too.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)