[zeromq-dev] [ANN] JeroMQ 0.4.2 - A pure Java clone of libzmq
Trevor Bernard
trevor.bernard at gmail.com
Fri Jun 30 14:54:52 CEST 2017
I'd like to announce the immediate availability of
org.zeromq/jeromq-0.4.2 on Maven central. The single biggest change is
now JeroMQ now has full native java security support! Special thanks
to Frédéric Déléchamp for updating the codebase to v4.1.7.
Here is an example of how to secure a JeroMQ connection:
https://gist.github.com/trevorbernard/6e3a8af0092cdced0f8b3e757a5b6b16
There wasn't an announcement for v0.4.1 because it was quickly
realized that adding security via kalium (libsodium) broke JeroMQ on
Android.
Try it via
Download: https://repo1.maven.org/maven2/org/zeromq/jeromq/0.4.2/
0.4.2 includes the following changes:
#443: Fix issue where JeroMQ was broken on Android. Security no longer
depends on libsodium and is now pure Java
v0.4.1 (2017-06-28)
Added
JeroMQ is now based of of 4.1.7 of libzmq which means it also now
support security
Changed
#413: fixed a NullPointerException when ZMQ.ZMQ_TCP_ACCEPT_FILTER is used
#412: tcp accept filter null pointer exception fix
More information about the zeromq-dev
mailing list