junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets (AF_UNIX sockets) from Java.
In contrast to other implementations, junixsocket extends the Java Sockets API (java.net.Socket, java.net.SocketAddress etc.) and even supports RMI over AF_UNIX. It is also possible to use it in conjunction with Connector/J to connect to a local MySQL server via Unix domain sockets.
Version2.4.0compared with
Version Details
| 2.3.4 | 2.4.0 | |
|---|---|---|
| Release date | Jun 03, 2021 | Aug 01, 2021 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Provided Changes (1)
| 2.3.4 | 2.4.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | com.kohlschutter » compiler-annotations | - | 1.4.2 |
Test Changes (2)
| 2.3.4 | 2.4.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | com.kohlschutter » kohlschutter-test-util | - | 1.4.2 |
| - Removed | org.junit.jupiter » junit-jupiter | 5.7.1 | - |
Managed Changes (4)
| 2.3.4 | 2.4.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | com.kohlschutter » compiler-annotations | - | 1.4.2 |
| + Added | com.kohlschutter » kohlschutter-test-util | - | 1.4.2 |
| + Added | com.kohlschutter » kohlschutter-util | - | 1.4.2 |
| + Added | org.eclipse.jdt » org.eclipse.jdt.annotation | - | 2.2.600 |
