junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets (AF_UNIX sockets) and other socket types, such as AF_TIPC and AF_VSOCK, 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.8.0compared with
Version Details
| 2.7.2 | 2.8.0 | |
|---|---|---|
| Release date | Sep 15, 2023 | Sep 28, 2023 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Provided Changes (1)
| 2.7.2 | 2.8.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | com.kohlschutter » compiler-annotations | 1.5.7 | 1.6.3 |
Test Changes (2)
| 2.7.2 | 2.8.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | com.kohlschutter » kohlschutter-test-util | 1.5.7 | 1.6.3 |
| ~ Updated | com.kohlschutter » kohlschutter-util | 1.5.7 | 1.6.3 |
Managed Changes (8)
| 2.7.2 | 2.8.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.bouncycastle » bcprov-jdk18on | - | 1.76 |
| + Added | org.bouncycastle » bctls-jdk18on | - | 1.76 |
| + Added | org.codehaus.mojo » animal-sniffer-annotations | - | 1.23 |
| ~ Updated | com.google.errorprone » error_prone_annotations | 2.21.1 | 2.22.0 |
| ~ Updated | com.google.errorprone » error_prone_core | 2.21.1 | 2.22.0 |
| ~ Updated | com.kohlschutter » compiler-annotations | 1.5.7 | 1.6.3 |
| ~ Updated | com.kohlschutter » kohlschutter-test-util | 1.5.7 | 1.6.3 |
| ~ Updated | com.kohlschutter » kohlschutter-util | 1.5.7 | 1.6.3 |