sksamuel / hoplite

A boilerplate-free Kotlin config library for loading configuration files as data classes
Apache License 2.0
924 stars 74 forks source link

Cascader should carry through the source key from the override #448

Closed rocketraman closed 2 months ago

rocketraman commented 2 months ago

Resolves #447 .

The cascader now persists the source key from the override.

In addition, we copy the meta data as well, if any exists.

@osoykan Can you test this in your local env?

osoykan commented 2 months ago

@rocketraman Thanks! Will look into it, but if the test is green, then our case is covered.

osoykan commented 2 months ago

I've tested it locally and it works! @rocketraman

sksamuel commented 2 months ago

Nice

osoykan commented 2 months ago

Any plans on releasing 2.8.1?

sksamuel commented 1 month ago

2.8.2 is out