cfg4k v0.9.0 Release Notes

Release Date: 2018-08-18 // over 5 years ago
  • 🔀 Now SystemPropertyConfigLoader and EnvironmentConfigLoader extends DefaultConfigLoader so merges and binding will work with them.

    There is one caveat, that is the SystemProperty actually has something like:

    a=1
    a.b=2
    

    ⚠ Which is perfectly viable in properties. But when translating that to an object it cannot be represented (for example you cannot do that in JSON). If that happens a warning will be emitted and it will only happen with a java property in the SystemPropertyConfigLoader (or if you do the wrong thing in a properties file)