An overview of known bugs, affected and fixing versions
Please use the latest version to prevent bugs.
YamlConfig*1 - YamlConfigs not initialized defaults map
Fix: 2.0.6
Affected Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5
Affect:
addDefault(…), setDefaults(…) and not found value returns in get methods throws a NullPointerException.
Reason:
The defaults map, used for handling affected methods, is not initialized while creating the YamlConfig instance.
TeszCoreApi*1 - Exception on initialization call
Fix: 2.0.5
Affected Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4
Affect:
TeszCoreApi#initialize always throws a NullPointerException on call.
Reason:
TeszCoreApi#initialize calls TeszCoreApi#getInstance; this always results in a NullPointerException because of a Conditions.checkNonNull check, checking the current API instance