Jesse Glick commented on Bug JENKINS-14351

1.0.3 is the last version of jna-posix. For jnr-posix, 2.0 changes package names so would be quite incompatible; even

diff --git a/core/pom.xml b/core/pom.xml
index 6d1495b..5d046d5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -114,8 +114,8 @@ THE SOFTWARE.
 
     <dependency>
       <groupId>org.jruby.ext.posix</groupId>
-      <artifactId>jna-posix</artifactId>
-      <version>1.0.3</version>
+      <artifactId>jnr-posix</artifactId>
+      <version>1.1.9</version>
     </dependency>
     <dependency>
       <groupId>org.kohsuke</groupId>

fails to compile due to some apparently incompatible API changes.

May not be practical to update this library; rather, any symptoms caused by use of the older library on some platforms should be addressed by falling back to use of some other library, or plain Java code. (Generally all of these functions are considered optional, so it is a matter of making sure the fallback code works.)

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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to