- The old config manager, and the redempt.redlib.configmanager package, are now deprecated and will be removed at a later date
- New config manager is in redempt.redlib.config
- Now can deserialize to record types (ConfigMappable annotation not required)
- No longer uses ConfigValue, all fields are automatically deserialized unless marked transient
- No longer requires ConfigManager.map/list/collection, can natively serialize and deserialize regular collections and maps
- Major code cleanup, more extensible
- Can now only deserialize to static fields in the root of the config
- Can now reload config from disk
- New guide can be found at
https://github.com/Redempt/RedLib/wiki/Config-Manager
- New docs can be found at
https://redempt.dev/javadoc/com/github/Redempt/RedLib/redempt/redlib/config/package-summary.html