ppalaga opened a new issue #3464: URL: https://github.com/apache/camel-quarkus/issues/3464
`netty-all` delivers all netty code in a single artifact. However, this kind of convenience may make it harder to port to native, because there is much more code to analyze an compile than needed. Hence we should always try to exclude `netty-all` and replace it by a minimal set of fine-grained netty dependencies. Quarkus is banning netty-all as well. -- 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