-
Thanks for writing this code and making our lives a lot easier.
My use case is to have http over unix sockets to serve requests like as below:
```
curl --unix-socket /var/run/docker.sock http://l…
-
My tests starting to print these exceptions efter the tests seems to have been completed. The tests are running with DropwizardAppExtension. I don't have a reproducible small test yet, but my code is …
-
Duplicate of [this](https://github.com/svn2github/junixsocket/issues/1).
Hi,
I have started using [Docker for Windows Beta](https://beta.docker.com/docs/windows/) and trying to build a Docker im…
-
I've tried to compile from latest master commit eeeda32b0a6dc2abae6d7f084ec875d7a14fda6a with openSUSE Leap 15.0, Oracle JDK 11.0.2, Maven 3.6.0, and clang but it fails due to multiple issues.
I foll…
-
**Describe the bug**
After upgrading to `1.5.0Final`, there seems to be some conflicts with reactive streams dependencies in Gradle `test` task which prevents quarkus test application startup. It hap…
-
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.c…
-
The abstract namespace requires that the address name starts with a null char.
If this is supported, how to use it in junixsocket.
**Updated:**
After reading your jni code and having done google se…
-
In
https://github.com/docker-java/docker-java/pull/697
they monkey patched junixsocket in org.newsclub.net.unix.AFUNIXSocketImpl.AFUNIXInputStream.read(byte[], int, int)
```
if (closed) {
…
-
This is marked as fixed in #42, however after some testing I have found that sending FileDescriptors does not actually work correctly.
I have some sample code [here](https://github.com/rm5248/dbus-…
-
The [recent commit](https://github.com/pgjdbc/pgjdbc/blob/dc1844c21efbb4a840347d5aaa991384e8883b69/pgjdbc/src/main/java/org/postgresql/core/PGStream.java#L63) that made it possible to use a custom Soc…