You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/04/14 15:53:44 UTC

[GitHub] [camel-quarkus] aldettinger opened a new issue #2476: Dev Mode: rests xml resources seems ignored

aldettinger opened a new issue #2476:
URL: https://github.com/apache/camel-quarkus/issues/2476


   See https://github.com/quarkusio/quarkus/issues/16402 for more context. Let's reproduce this in itests.
   
   A workaround is to use `quarkus.live-reload.watched-resources = rests/rests.xml` in `application.properties`.
   Apparently, it would be possible to have this set by extensions using LiveReloadBuildItem.


-- 
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:
users@infra.apache.org



[GitHub] [camel-quarkus] aldettinger commented on issue #2476: Dev Mode: rests xml resources seems ignored

Posted by GitBox <gi...@apache.org>.
aldettinger commented on issue #2476:
URL: https://github.com/apache/camel-quarkus/issues/2476#issuecomment-819782298


   Thanks for pointing out Luca. Now I'm thinking it may be linked to camel-main merged in core or maybe I messed up something in my project. Will try to reproduce first :)


-- 
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:
users@infra.apache.org



[GitHub] [camel-quarkus] lburgazzoli commented on issue #2476: Dev Mode: rests xml resources seems ignored

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #2476:
URL: https://github.com/apache/camel-quarkus/issues/2476#issuecomment-819648564


   FWIW, this was working in the past: https://github.com/apache/camel-quarkus/blob/main/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/main/CamelMainHotDeploymentProcessor.java#L35-L56


-- 
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:
users@infra.apache.org



[GitHub] [camel-quarkus] aldettinger closed issue #2476: Dev Mode: rests xml resources seems ignored

Posted by GitBox <gi...@apache.org>.
aldettinger closed issue #2476:
URL: https://github.com/apache/camel-quarkus/issues/2476


   


-- 
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:
users@infra.apache.org



[GitHub] [camel-quarkus] aldettinger commented on issue #2476: Dev Mode: rests xml resources seems ignored

Posted by GitBox <gi...@apache.org>.
aldettinger commented on issue #2476:
URL: https://github.com/apache/camel-quarkus/issues/2476#issuecomment-827863082


   Finally, it was just that resources with classpath prefix and without prefix were not hot watched. It fixed now.


-- 
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:
users@infra.apache.org