JDK 17 | JDK 18 | JDK 19 |
---|---|---|
17.0.5Fixed | 18 b33Fixed | 19Fixed |
Relates :
|
Pending full investigation of the cause of the parent issue (JDK-8278369) this sub-task will disable the use of Unix domain sockets in the Windows Pipe implementation, reverting to the previous (pre JDK 16) TCP socket impl. This impl was always used in versions of windows other than 10, 2019 server+ that didn't support Unix domain sockets. It's expected the Unix domain impl will be restored later, and UNIX protocol family SocketChannel/ServerSocketChannel still work.
|