You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2013/02/18 13:55:12 UTC

[jira] [Resolved] (PROTON-242) Shared library used JNI code has poor name "libproton-swig.so"

     [ https://issues.apache.org/jira/browse/PROTON-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall resolved PROTON-242.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.4)
                   0.5

Output name of the shared object has been renamed from proton-swig to proton-jni.  This mirrors the name of its companion JAR proton-jni.jar.    The lib prefix and suffix will reflect the convenions of the build machines (lib prefix, so suffix on unix etc).


                
> Shared library used JNI code has poor name "libproton-swig.so"
> --------------------------------------------------------------
>
>                 Key: PROTON-242
>                 URL: https://issues.apache.org/jira/browse/PROTON-242
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c
>            Reporter: Philip Harvey
>            Assignee: Keith Wall
>             Fix For: 0.5
>
>
> The shared library used JNI code has name "libproton-swig.so", which is poor because the (a) it doesn't hint that it's used by the proton-jni.jar, and (b) Swig should be an implementation detail that is hidden from the user of the library.
> A better name would be "libproton-jni.so".
> Note that I've used the "lib" prefix as required by JNI on Linux.  On Windows, this prefix should be blank.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira