Native image: add support for unix domain sockets#13242
Conversation
Motivation: unix domain sockets with graalvm native image require additional reflection configuration Modification: add unix domain sockets graalvm configuration in reflect-config.json Result: unix domain sockets with graalvm native image work out of the box
|
The CC @gradinac |
|
The |
|
@gradinac so correct me if I am wrong but you suggest we should just pull this in ? |
|
@normanmaurer I think it may be worthwhile pulling this in, especially because the handcrafted metadata conditions here seem correct (only even pull this in if |
|
Thanks a lot |
Motivation:
unix domain sockets with graalvm native image require additional reflection configuration.
Modification:
add unix domain sockets graalvm configuration in reflect-config.json.
Result:
unix domain sockets with graalvm native image work out of the box.