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
Rainbow Gum is unique for several reasons but one of the biggest reasons is that it does not provide its own configuration framework. All it needs is Function<String,String>.
Unfortunately your library cannot be used to provide Rainbow Gum with configuration as it will initialize too soon via SLF4J.
Currently we provide support for avaje-config and soon typesafe/lightbend config.
The library is also missing module-info.java.
However I have feeling the above will probably not interest you guys but I thought I would just mention it as I do think your library is kind of cool and have a similar in-house configuration library (as in not OSS).
Feel free to close if out of scope.
The text was updated successfully, but these errors were encountered:
Summary
I'm the author of a newer SLF4J facade called RainbowGum: https://github.com/jstachio/rainbowgum
Rainbow Gum is unique for several reasons but one of the biggest reasons is that it does not provide its own configuration framework. All it needs is
Function<String,String>
.Unfortunately your library cannot be used to provide Rainbow Gum with configuration as it will initialize too soon via SLF4J.
Currently we provide support for avaje-config and soon typesafe/lightbend config.
The library is also missing
module-info.java
.However I have feeling the above will probably not interest you guys but I thought I would just mention it as I do think your library is kind of cool and have a similar in-house configuration library (as in not OSS).
Feel free to close if out of scope.
The text was updated successfully, but these errors were encountered: