netty5/common
Norman Maurer 1843b31885 Guard against having NetworkInterface.getNetworkInterfaces() return null
Motivation:

NetworkInterface.getNetworkInterfaces() may return null if no network interfaces are found. We should guard against it.

Modifications:

Check for null return value.

Result:

Fixes [#6384]
2017-02-16 07:59:31 +01:00
..
src Guard against having NetworkInterface.getNetworkInterfaces() return null 2017-02-16 07:59:31 +01:00
pom.xml Update Groovy to 2.4.8 for Java 9-ea+154 support. 2017-02-11 14:09:15 +01:00