-
I am trying to connect my local MySQL database, from a GraalVM native image using junixsocket
**To Reproduce**
Steps to reproduce the behavior:
1. Create a java file with Driver.getConnection usi…
-
With the 2.7.5. release, dependencies with `provided` are incorrectly include in the generated SBOM even though `false` is set.
-
**Describe the bug**
currently `junixsocket-1.3` is in nixpkgs, which is from 2014
since then the project has moved to GitHub and Maven (from Google Code and Ant)
An updated `default.nix`should c…
-
**Describe the bug**
Using Windows 10, the "server.bind()" command does not return any error with multiple test servers using the same file and port or no defined port. The TestSampleServer runs and…
-
I modify your `connections.clj` code to use junixsocket https://code.google.com/p/junixsocket/ . And so far, I can connect carmine to redis with unix domain socket (uds).
For the connection spec, :ho…
-
**Describe the bug**
As mentioned in https://github.com/dbeaver/dbeaver/issues/10701#issuecomment-913148861 , the official `com.kohlschutter.junixsocket` fork of junixsocket is incompatible with DBea…
-
**Describe the bug**
Using RESTEASY to deserialize a file upload as follows:
``` @POST
@Path("/upload")
@Consumes(MediaType.MULTIPART_FORM_DATA)
@Produces(MediaType.TEXT_PLAIN)
…
-
### What happened?
as of version 4.7.1 selenium bindings throws this error:
```
/Library/Java/JavaVirtualMachines/adoptopenjdk-15.jdk/Contents/Home/bin/java -javaagent:/Applications/IntelliJ IDEA.a…
-
I can't find what configuration item is missing. I have tried countless configuration adjustments, but still can't solve it.
I am using Spring-Boot-Native and junixsocket2.5.0 in my project.
It work…
-
**Describe the bug:**
Sending a message larger than 1MiB from server to client results in the following infinite loop:
1. The client blocks at read()
2. The server can call write(), but it keeps re…