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: Add property/parameter to define extra files to watch for changes #10234

Closed
famod opened this issue Jun 24, 2020 · 2 comments · Fixed by #10328
Closed

Dev-mode: Add property/parameter to define extra files to watch for changes #10234

famod opened this issue Jun 24, 2020 · 2 comments · Fixed by #10328
Labels
good first issue Good for newcomers kind/enhancement New feature or request
Milestone

Comments

@famod
Copy link
Member

famod commented Jun 24, 2020

Description
As discussed here with @geoand: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/Dev.20mode.20not.20reloading.20.22application-shared.2Eyaml.22/near/198171450

I wonder if it makes sense to expose an property that would take a list of extra files that should be watched in dev mode

Implementation ideas
AFAICS a regex would be the most versatile solution. Or even a list of regex.

@famod famod added the kind/enhancement New feature or request label Jun 24, 2020
@gsmet
Copy link
Member

gsmet commented Jun 25, 2020

I think I would stick to the existing mechanism (i.e. no regexps, just a simple path) for a first version.

That would be quite easy to do IMHO.

The idea would be to add a configuration property listing some files and creating HotDeploymentWatchedFileBuildItem from there.

@famod
Copy link
Member Author

famod commented Jun 28, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants