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
The JS module now includes ability to read environment (if in Node) and system properties
Added to ConfigSource instances:
expandInlineProperties(key) for when a single value is the contents of a properties file
treatKeyDotsAsUnderscores
ConfigSource.environment now longer calls treatKeyDotsAsUnderscores automatically.
Use ConfigSource.environment[F].treatKeyDotsAsUnderscores if required.