ppalaga commented on issue #454: camel-quarkus-netty-http failing to boot URL: https://github.com/apache/camel-quarkus/issues/454#issuecomment-556957133 Observations: * The `EventLoopSupplierBuildItem` is made final in Quarkus 1.0.0.CR2 while it is still broken in CR1. * The Universe BOM pulls camel-quarkus-netty 0.4.0 which depends on quarkus-netty 1.0.0.CR1 - that's how the bad version comes into the play. * The Maven compile class path of the reproducer project contains the correct quarkus-netty version 1.0.0.CR2 So I guess it is probably the quarkus-maven-plugin that does not respect the dependency resolution done in the universe pom and pulls the wrong version of quarkus-netty-deployment.
---------------------------------------------------------------- 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 With regards, Apache Git Services