When starting PathFinder locally on MacOS with the mvn quarkus:dev command, you get the following warning:
WARN [io.net.res.dns.DnsServerAddressStreamProviders] (vert.x-eventloop-thread-1)
Can not find {} in the classpath, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS.
When starting PathFinder locally on MacOS with the
mvn quarkus:dev
command, you get the following warning:On the Netty project, @vietj commented that you need to add the following dependency:
This, indeed, fixed the warning from appearing.