4d54e43ddc
Previously we were using a long regular expression to detect whether or not a given host was IPv6. However, this was brittle and hard to read. Since we are already shipping Google Guava in the distribution it made sense to use the Guava method com.google.common.net.InetAddresses#isInetAddress rather than the regular expression. |
||
---|---|---|
.. | ||
src | ||
pom.xml |