Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev Mode: rests xml resources seems ignored #2476

Closed
aldettinger opened this issue Apr 14, 2021 · 3 comments
Closed

Dev Mode: rests xml resources seems ignored #2476

aldettinger opened this issue Apr 14, 2021 · 3 comments
Assignees
Milestone

Comments

@aldettinger
Copy link
Contributor

See quarkusio/quarkus#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.

@aldettinger aldettinger self-assigned this Apr 14, 2021
@aldettinger
Copy link
Contributor Author

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 :)

@aldettinger
Copy link
Contributor Author

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

@aldettinger aldettinger added this to the 1.9.0 milestone Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants