konf
konf copied to clipboard
A type-safe cascading configuration library for Kotlin/Java/Android, supporting most configuration formats
Hi, I'd like to be able to express the following valid configurations: ```yaml multitype: somestring ``` ```yaml multitype: a: map ``` I can support either one, but not both: ```kotlin...
1. `config.validateRequired()` does not check for empty values only nulls 1. the throw UnsetValueException holds only item `name`, does not telling which exact item is not set. For instance if...
Fixes snakeyaml compatibility with the 2.0 release. While konf is most likely "safe" from the CVE, Snakeyaml 2.0 isn't fully backwards compatible and this prevents upgrades to Jackson 2.15 (which...