Philip Harvey created PROTON-242:
------------------------------------

             Summary: 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.4


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

Reply via email to