kohlschutter / junixsocket

Unix Domain Sockets in Java 7 and newer (AF_UNIX), AF_TIPC, AF_VSOCK, and more
Apache License 2.0
438 stars 114 forks source link

Junixsocket doesn't work on Java 13 #70

Closed timboven closed 4 years ago

timboven commented 5 years ago

Java 13 changed internally the Socket implementations, due to these changes this codebase doesn't work correctly on Java 13 anymore. An example of this is e.g. the bug reported here: https://github.com/docker-java/docker-java/issues/1245 That bug is however caused by this codebase and not by docker-java itself.

The setCreated()-method isn't their anymore in this new implementation.

rraptorr commented 5 years ago

I've fixed it in #71, at least client side ;)

kohlschuetter commented 4 years ago

junixsocket 2.2.1 is now staged at https://oss.sonatype.org/content/groups/staging

Please temporarily add this repository to your configuration and see if it works. Thanks!

kohlschuetter commented 4 years ago

junixsocket 2.2.1 (with support for Java 13) has been released, closing.