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

Warn of properties being overridden in property files #192

Open
jclingan opened this issue Jan 16, 2020 · 0 comments
Open

Warn of properties being overridden in property files #192

jclingan opened this issue Jan 16, 2020 · 0 comments

Comments

@jclingan
Copy link

Per the 3rd bullet in the comment on issue 181, an additional nice feature would be yellow underlining of properties that are being overridden (or are overriding) the same property from another config source. For example, if quarkus.http.port is in both the microprofile-config.properties and application.properties, then the yellow underline message in microprofile-config.properties should be that it is being overridden by application.properties, and in application.properties, there should be a message that it is overriding the same property in microprofile-config.properties.

It would be nice to take this to the "next level", notifying of duplicate properties defined in system properties ("-D"), environmental variables, and application.yaml as well.

This requirement does not include custom or dynamic config sources, although that would admittedly be a nice touch.

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

1 participant