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

Enable explicit clearing of values #531

Closed
1 of 4 tasks
dmlloyd opened this issue Mar 6, 2020 · 0 comments · Fixed by #598
Closed
1 of 4 tasks

Enable explicit clearing of values #531

dmlloyd opened this issue Mar 6, 2020 · 0 comments · Fixed by #598
Labels
use case 💡 An issue which illustrates a desired use case for the specification

Comments

@dmlloyd
Copy link
Contributor

dmlloyd commented Mar 6, 2020

Description

As a:

  • Application user/user of the configuration itself
  • API user (application developer)
  • SPI user (container or runtime developer)
  • Specification implementer

...I need to be able to:

have a way to specify that a property is explicitly cleared.

...which enables me to:

  • clear properties on the command line or system environment for testing and debugging purposes e.g. -Dsome.property=
  • reuse configurations by overlay, even if the underlying configuration specifies a configuration value I do not want to have set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
use case 💡 An issue which illustrates a desired use case for the specification
Projects
None yet
1 participant