junixsocket icon indicating copy to clipboard operation
junixsocket copied to clipboard

Unix Domain Sockets in Java (AF_UNIX)

Results 8 junixsocket issues
Sort by recently updated
recently updated
newest added

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1. Release notes Sourced from postgresql's releases. 42.4.0 What's Changed Enhancement: Made TimestampUtils.utcTz static and renamed to UTC_TIMEZONE by @​svendiedrichsen in pgjdbc/pgjdbc#2519 fix: return correct...

dependencies

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 works...

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.7. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...

dependencies

When upgrading an existing Linux project from junixsocket 2.3.2 to 2.5.1, the below (previously working) code pattern stopped working. The scenario involves a Java process listening on a Unix domain...

Hi all. When I try to use jlink on software that uses junixsocket I get this error: [ERROR] The given dependency C:\Users\sblantipodi.m2\repository\com\kohlschutter\junixsocket\junixsocket-core\2.8.3\junixsocket-core-2.8.3.pom does not have a module-info.java file. So it...

information needed
compatibility issue

Split off from #157 The current 2.10.0 snapshot has added support for virtual thread I/O. As part of this change the Sockets and SocketChannels have gained the ability to be...

verify
merged
compatibility issue

VirtualThreads may block. From https://github.com/kohlschutter/junixsocket/discussions/155, @cenodis writes: > Hi, I have been trying to figure out to what extent junixsocket supports virtual threads which were stabilized in Java 21 ([JEP-444](https://openjdk.org/jeps/444))....

bug
verify
merged

As per @czp3009 in https://github.com/kohlschutter/junixsocket/issues/152 ``` Caused by: java.lang.ClassNotFoundException: org.newsclub.net.mysql.AFUNIXDatabaseSocketFactoryCJ at org.graalvm.nativeimage.builder/com.oracle.svm.core.hub.ClassForNameSupport.forName(ClassForNameSupport.java:123) ~[na:na] at org.graalvm.nativeimage.builder/com.oracle.svm.core.hub.ClassForNameSupport.forName(ClassForNameSupport.java:87) ~[na:na] at [email protected]/java.lang.Class.forName(DynamicHub.java:1322) ~[identity-service:na] at [email protected]/java.lang.Class.forName(DynamicHub.java:1311) ~[identity-service:na] at com.mysql.cj.util.Util.getInstance(Util.java:187) ~[na:na] ... 142 common frames omitted...

bug
verify
merged
compatibility issue