You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if we define a ConfigSource via a ConfigSourceFactory, this ConfigSource is initialized once at build time (and the getPropertyNames() method is called) and once at runtime.
We should be able to define runtime only ConfigSource / ConfigSourceFactory for exemple for ConfigSource that load a file at runtime which can be not found at build time. As ConfigSourceFactory allow to access the ConfigSourceContext which can be different at build and runtime it's important to have this functionality.
Description
Currently, if we define a ConfigSource via a ConfigSourceFactory, this ConfigSource is initialized once at build time (and the
getPropertyNames()
method is called) and once at runtime.We should be able to define runtime only ConfigSource / ConfigSourceFactory for exemple for ConfigSource that load a file at runtime which can be not found at build time. As ConfigSourceFactory allow to access the
ConfigSourceContext
which can be different at build and runtime it's important to have this functionality.See this Zulip discussion for context: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/ConfigSourceFactory.20initialized.20at.20build.20time
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: