TheElectronWill / night-config

Powerful java configuration library for toml, yaml, hocon, json and in-memory configurations. Serialization/deserialization framework.
GNU Lesser General Public License v3.0
242 stars 28 forks source link

Improves thread-safety and ensures that FileConfigs reload properly #152

Closed TheElectronWill closed 9 months ago

TheElectronWill commented 10 months ago

The goal is to resolve #147 by doing multiple things:

Hopefully this work can also provide #64 :wink:

TheElectronWill commented 9 months ago

Here is an example of the new capabilities of FileConfigs: https://github.com/TheElectronWill/night-config/issues/147#issuecomment-1913645866