Re: Behaviour of SocketChannelImpl.close() in Java11 (ea+12)

2018-05-11 Thread Bernd Eckenfels
SocketChannelImpl.close() in Java11 (ea+12) (cc'ing nio-dev as as this is asking about SocketChannel). On 11/05/2018 19:10, Norman Maurer wrote: > Hi all, > > I recently started to test Netty [1] with Java11 and found that we > have two tests that are currently failing due some c

Re: Behaviour of SocketChannelImpl.close() in Java11 (ea+12)

2018-05-11 Thread Norman Maurer
> On 11. May 2018, at 21:34, Alan Bateman wrote: > > (cc'ing nio-dev as as this is asking about SocketChannel). > > On 11/05/2018 19:10, Norman Maurer wrote: >> Hi all, >> >> I recently started to test Netty [1] with Java11 and found that we have two >> tests that are currently failing due s

Re: Behaviour of SocketChannelImpl.close() in Java11 (ea+12)

2018-05-11 Thread Alan Bateman
(cc'ing nio-dev as as this is asking about SocketChannel). On 11/05/2018 19:10, Norman Maurer wrote: Hi all, I recently started to test Netty [1] with Java11 and found that we have two tests that are currently failing due some changes in Java 11 compared to earlier versions. I wanted to get

Re: Behaviour of SocketChannelImpl.close() in Java11 (ea+12)

2018-05-11 Thread Norman Maurer
Sorry I just noticed this would better be asked on nio.dev. Will ask there. Bye Norman > On 11. May 2018, at 20:10, Norman Maurer wrote: > > Hi all, > > I recently started to test Netty [1] with Java11 and found that we have two > tests that are currently failing due some changes in Java 11

Behaviour of SocketChannelImpl.close() in Java11 (ea+12)

2018-05-11 Thread Norman Maurer
Hi all, I recently started to test Netty [1] with Java11 and found that we have two tests that are currently failing due some changes in Java 11 compared to earlier versions. I wanted to get your thoughts on the behaviour changes: 1) SocketChannelImpl.close() will trigger shutdown(…,SHUT_WR) i