You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "zeppelinux (via GitHub)" <gi...@apache.org> on 2023/04/26 22:12:53 UTC

[GitHub] [camel-quarkus] zeppelinux commented on issue #4836: Camel (3.0.0-M1) dependencies in the Quarkus 3 project break the dev mode

zeppelinux commented on issue #4836:
URL: https://github.com/apache/camel-quarkus/issues/4836#issuecomment-1524107128

   Hi @ppalaga, to reproduce checkout https://github.com/melloware/quarkus-faces and add this to the pom.xml
   
           <dependency>
               <groupId>org.apache.camel.quarkus</groupId>
               <artifactId>camel-quarkus-direct</artifactId>
               <version>3.0.0-M1</version>
           </dependency>
   
   Then try to modify any .java file and re-load the page or invoke some ajax action


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org