I’ve released Hoplite, a way to marshall configura...
# feed
s
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
It would be great to support typesafe config : ) And then your library will replace config4k
c
wow pretty nice!
s
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
Wow, so fast, great job!
s
Thank me if it works 😁
j
@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
Cfg4k has some nice features like the reloading !
a
Reloading is a feature of typesafe config
s
I don’t think typesafe config does automatic reloading