netty5/resolver-dns-native-macos
Ivan 57b0d6fe26 Re-order list of resolvers according to their searchOrder (#11236)
Motivation:
Mac OS specific DNS resolver fails to take into account search order
of resolvers causing wrong resolver being used is some circumstances

Modifications:
Re-order array of resolvers using their sort order as an ordering key.
Final order is opposite of the search order to make sure that resolver
with the lower sort order goes last (so it overrides previous one
in the `resolverMap`).

Result:
Fixes issue https://github.com/netty/netty/issues/11225
2021-05-11 08:53:13 +02:00
..
src Re-order list of resolvers according to their searchOrder (#11236) 2021-05-11 08:53:13 +02:00
pom.xml Fix Bundle-NativeCode in MANIFEST file (#10867) 2020-12-15 18:08:38 +01:00