You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: