ppalaga commented on a change in pull request #2982: URL: https://github.com/apache/camel-quarkus/pull/2982#discussion_r682400679
########## 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: Yeah, my assumption is that this native resolver artifact does not help in GraalVM native mode anyway and that there is some plain java fallback. That's why I asked @ffang to check on his Mac. -- 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