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
Copy file name to clipboardExpand all lines: documentation/src/main/docs/config/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@
5
5
|`smallrye.config.profile`<br>The main [Profile](profiles.md) to activate. | String[]||
6
6
|`smallrye.config.profile.parent`<br>The parent [Profile](profiles.md#parent-profile) to activate. | String ||
7
7
|`smallrye.config.locations`<br>[Additional config locations](../config-sources/locations.md) to be loaded with the Config. The configuration supports multiple locations separated by a comma and each must represent a valid `java.net.URI`. | URI[]||
8
-
|`smallrye.config.mapping.validate-unknown`<br>[Validates](mappings.md#retrieval) that a `@ConfigMapping` maps every available configuration name contained in the mapping prefix. | boolean |false|
8
+
|`smallrye.config.mapping.validate-unknown`<br>[Validates](mappings.md#retrieval) that a `@ConfigMapping` maps every available configuration name contained in the mapping prefix. | boolean |true|
9
9
|`smallrye.config.secret-handlers`<br>The names of the secret handlers to be loaded. A value of `all` loads all available secret handlers and a value of `none` skips the load. | String[]| all |
10
10
|`smallrye.config.log.values`<br>Enable logging of configuration values lookup in DEBUG log level. | boolean | false |
The inner factory wrapped by `LazySecretKeysHandler` is what defers initialization. Do not call
109
+
`context.getValue` in the outer `getSecretKeysHandler`; only the inner factory's `getSecretKeysHandler` (invoked lazily) may resolve configuration values.
110
+
16
111
!!!danger
17
112
18
113
It is not possible to mix Secret Keys Expressions with Property Expressions.
0 commit comments