Return-Path: X-Original-To: apmail-nifi-commits-archive@minotaur.apache.org Delivered-To: apmail-nifi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B009710BDD for ; Sun, 7 Dec 2014 03:06:36 +0000 (UTC) Received: (qmail 39093 invoked by uid 500); 7 Dec 2014 03:06:36 -0000 Delivered-To: apmail-nifi-commits-archive@nifi.apache.org Received: (qmail 39056 invoked by uid 500); 7 Dec 2014 03:06:36 -0000 Mailing-List: contact commits-help@nifi.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.incubator.apache.org Delivered-To: mailing list commits@nifi.incubator.apache.org Received: (qmail 39047 invoked by uid 99); 7 Dec 2014 03:06:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Dec 2014 03:06:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 07 Dec 2014 03:06:14 +0000 Received: (qmail 38833 invoked by uid 99); 7 Dec 2014 03:06:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Dec 2014 03:06:12 +0000 Date: Sun, 7 Dec 2014 03:06:12 +0000 (UTC) From: "Joseph Witt (JIRA)" To: commits@nifi.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (NIFI-39) NarClassLoader should provide native lib isolation as well as Java lib isolation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/NIFI-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-39: ---------------------------- Component/s: Configuration > NarClassLoader should provide native lib isolation as well as Java lib isolation > -------------------------------------------------------------------------------- > > Key: NIFI-39 > URL: https://issues.apache.org/jira/browse/NIFI-39 > Project: Apache NiFi > Issue Type: Improvement > Components: Configuration, Core Framework > Reporter: Mark Payne > > Currently, the NAR class loader does not implement the loadLibrary method and as such we cannot add native libs to our nars. We should allow for a 'native' directory in the NAR's dependencies directory. -- This message was sent by Atlassian JIRA (v6.3.4#6332)