Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-7825

Support native library loading via absolute path

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.13.0
    • Core Framework
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              turcsanyip Peter Turcsanyi
              turcsanyip Peter Turcsanyi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 40m
                  1h 40m