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.3.3compared with
Version Details
| 2.3.2 | 2.3.3 | |
|---|---|---|
| Release date | Mar 09, 2020 | Apr 16, 2021 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Test Changes (3)
| 2.3.2 | 2.3.3 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.junit.jupiter » junit-jupiter | - | 5.7.1 |
| - Removed | org.junit.jupiter » junit-jupiter-api | 5.6.0-M1 | - |
| - Removed | org.junit.jupiter » junit-jupiter-engine | 5.6.0-M1 | - |
Managed Changes (15)
| 2.3.2 | 2.3.3 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.junit.jupiter » junit-jupiter | - | 5.7.1 |
| + Added | org.junit.jupiter » junit-jupiter-api | - | 5.7.1 |
| + Added | org.junit.jupiter » junit-jupiter-engine | - | 5.7.1 |
| + Added | org.junit.jupiter » junit-jupiter-migrationsupport | - | 5.7.1 |
| + Added | org.junit.jupiter » junit-jupiter-params | - | 5.7.1 |
| + Added | org.junit.platform » junit-platform-commons | - | 1.7.1 |
| + Added | org.junit.platform » junit-platform-console | - | 1.7.1 |
| + Added | org.junit.platform » junit-platform-engine | - | 1.7.1 |
| + Added | org.junit.platform » junit-platform-jfr | - | 1.7.1 |
| + Added | org.junit.platform » junit-platform-launcher | - | 1.7.1 |
| + Added | org.junit.platform » junit-platform-reporting | - | 1.7.1 |
| + Added | org.junit.platform » junit-platform-runner | - | 1.7.1 |
| + Added | org.junit.platform » junit-platform-suite-api | - | 1.7.1 |
| + Added | org.junit.platform » junit-platform-testkit | - | 1.7.1 |
| + Added | org.junit.vintage » junit-vintage-engine | - | 5.7.1 |
