Daniel Doubrovkine bio photo

Daniel Doubrovkine

aka dB., @awscloud, former CTO @artsy, +@vestris, NYC

Email Twitter LinkedIn Github Strava
Creative Commons License

JNA 3.5.0 has been quietly released last week. JNA stands for Java Native Access and probably powers tens of thousands of applications that need to access native library functions without the hassle of JNI. Check out the 3.5.0 CHANGELOG and get it from Github or Java.net Maven.

https://github.com/twall/jna

Since the project has moved to Github we’ve seen some strong contributions. Thank you! The release is a good opportunity to remind you that we want your platform API signatures with tests. A vast proportion of the Win32 API has been mapped by now, for example, but there’re still people maintaining their own mappings, often with hard to find bugs. Please consider forking the project, writing a unit test and submitting a pull request. Check out the contributing section.