ppalaga opened a new issue #1545: URL: https://github.com/apache/camel-quarkus/issues/1545
Citing @jamesnetherton from https://github.com/apache/camel-quarkus/pull/1543 > I noticed that quarkus-resteasy transitively pulls in quarkus-netty. And since almost every itest uses resteasy, I was curious whether any extensions were getting their quarkus-netty deps for 'free'. Turns out the only problem was with olingo4. In more general terms, it can happen that our extensions are missing explicit dependency on some Quarkus extension that happens to be pulled by quarkus-resteasy while our itests are still passing because resteasy happens to bring what's needed. A real world application not depending on resteasy may have issues. Perhaps we should have a tool able to detect such missing dependencies. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org