https://kotlinlang.org logo
#feed
Title
# feed
s

sam

07/29/2019, 4:43 PM
I’ve released Hoplite, a way to marshall configuration files directly into data classes, with helpful error messages and support for most common jdk and arrow types. No more
config.getString
style config usage. See https://github.com/sksamuel/hoplite
👍 21
a

Aleksei Otts

07/30/2019, 7:17 AM
It would be great to support typesafe config : ) And then your library will replace config4k
c

christophsturm

07/30/2019, 11:02 AM
wow pretty nice!
s

sam

07/30/2019, 11:29 AM
I avoided typesafe config so far because it has all it's own rules on replacements and merging. I suppose you can bypass that. I'll add it.
@Aleksei Otts I've released 1.0.2 with Hocon support.
a

Aleksei Otts

07/30/2019, 1:28 PM
Wow, so fast, great job!
s

sam

07/30/2019, 1:33 PM
Thank me if it works 😁
j

jdiaz

08/02/2019, 11:05 AM
@sam I actually did cfg4k, it might be useful to merge them into a better library!
@Aleksei Otts I still don't know the need for config4k (having seen all the other configuration librarires around when I was making my own)
s

sam

08/03/2019, 2:27 AM
Cfg4k has some nice features like the reloading !
a

Aleksei Otts

08/05/2019, 6:38 AM
Reloading is a feature of typesafe config
s

sam

08/05/2019, 3:21 PM
I don’t think typesafe config does automatic reloading
27 Views