aldettinger commented on a change in pull request #2982: URL: https://github.com/apache/camel-quarkus/pull/2982#discussion_r682394186
########## File path: extensions-support/reactor-netty/runtime/pom.xml ########## @@ -62,6 +62,12 @@ <dependency> <groupId>io.projectreactor.netty</groupId> <artifactId>reactor-netty</artifactId> + <exclusions> + <exclusion> + <groupId>io.netty</groupId> + <artifactId>netty-resolver-dns-native-macos</artifactId> Review comment: So, we are disabling netty dns resolvers on mac O/S ? Or maybe there is a kind of non native fallback dns ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org