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

Add profile specific config files to watched resources in dev mode #18731

Closed
famod opened this issue Jul 15, 2021 · 0 comments · Fixed by #18735
Closed

Add profile specific config files to watched resources in dev mode #18731

famod opened this issue Jul 15, 2021 · 0 comments · Fixed by #18735

Comments

@famod
Copy link
Member

famod commented Jul 15, 2021

Description

A file like application-dev.yaml (or .properties) is not automatically watched for changes, but the regular application.yaml is.

There seems to be no good reason for this difference.

Workaround; DIY:

quarkus:
  live-reload:
    watched-resources:
      - application-dev.yaml

See also: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Profile.20aware.20config.20files/near/246092779

Implementation ideas

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants