netty5/resolver-dns/src
Norman Maurer 711c1a45aa Do not try to retrieve domain search list via reflection hack on windows when using Java9 and later (#9511)
Motivation:

We currently try to access the the domain search list via reflection on windows which will print a illegal access warning when using Java9 and later.

Modifications:

Add a guard against the used java version.

Result:

Fixes https://github.com/netty/netty/issues/9500.
2019-08-28 08:08:22 +02:00
..
main/java/io/netty/resolver/dns Do not try to retrieve domain search list via reflection hack on windows when using Java9 and later (#9511) 2019-08-28 08:08:22 +02:00
test Detect truncated responses caused by EDNS0 and MTU miss-match (#9468) 2019-08-17 09:58:40 +02:00