Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: This may result in incorrect DNS resolutions on MacOS #190

Open
agoncal opened this issue Mar 4, 2022 · 0 comments
Open

Warning: This may result in incorrect DNS resolutions on MacOS #190

agoncal opened this issue Mar 4, 2022 · 0 comments

Comments

@agoncal
Copy link

agoncal commented Mar 4, 2022

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.

On the Netty project, @vietj commented that you need to add the following dependency:

<dependency>
  <groupId>io.netty</groupId>
  <artifactId>netty-resolver-dns-native-macos</artifactId>
  <version>4.1.74.Final</version>
  <classifier>osx-x86_64</classifier>
</dependency>

This, indeed, fixed the warning from appearing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant