We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
HotDeploymentWatchedFileBuildItem
Sorry, something went wrong.
I posted some questions about this in the chat: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/BuildStep.20based.20on.20config.3F.20(implementing.20.2310234)
Successfully merging a pull request may close this issue.
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
Implementation ideas
AFAICS a regex would be the most versatile solution. Or even a list of regex.
The text was updated successfully, but these errors were encountered: