turcsanyip commented on a change in pull request #3894: NIFI-6884 - Native library loading fixed/improved URL: https://github.com/apache/nifi/pull/3894#discussion_r365767275
########## File path: nifi-docs/src/main/asciidoc/developer-guide.adoc ########## @@ -2479,6 +2479,9 @@ attempts to resolve filesystem resources from the value of the property. The val comma-separated list of one or more directories or files, where any paths that do not exist are skipped. If the resource represents a directory, the directory is listed, and all of the files in that directory are added to the classpath individually. +These directories also will be scanned for native libraries. If a library is found in one of these +directories, an OS-handled temporary copy is created and cached before loading it to maintain consistenvy Review comment: Typo: consistency ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
