Open rsvoboda opened 2 years ago
@cescoffier When asking about Are you trying domain sockets in native?
in https://github.com/quarkusio/quarkus/issues/26082#issuecomment-1153745983 issue, I guess you wanted to highlight this issues. (cc @pjgg)
It is expected that it does not work. I have tried a few times without success. I need to find a long interrupted time to do that (basically PTO)
Describe the bug
Vert.x ++ listening to a Unix Domain Socket doesn't work in native
JVM mode works, but Native mode doesn't.
As if the netty-transport artifacts were not included in the native image.
Expected behavior
Vert.x ++ listening to a Unix Domain Socket works OOTB in native
Actual behavior
Vert.x ++ listening to a Unix Domain Socket doesn't work in native
How to Reproduce?
JVM mode works:
Native mode fails
Output of
uname -a
orver
macOS Monterey
Output of
java -version
Java 17
GraalVM version (if different from Java)
GraalVM 22.0 Java17
Quarkus version or git rev
2.9.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response