Release notes
V 3.0.0 - 2024-11-03
-
🚀 Refactor
ResourceBundleAdapterConfig
use also theLocalizedResourceConfig
interface 💥 -
🚀 Remove
NilsConfigException
💥 -
🐛 Change default translation file location to the package of the calling class 💥
-
🚀 Reset
NilsFactory
V 2.1.0 - 2024-10-14
-
🚀 Support of translations from database using JDBC
-
🚀 Use dependency version ranges if possible
-
🐛 Fix missing cause in ExceptionBuilder
V 2.0.0 - 2024-03-07
-
🚀 Change default include from "@include" to "_include" 💥
-
🚀 Make all errors suppressable 💥
-
🚀 Suppress errors in methods of
NilsFactory
-
🚀 Merge
NilsConfig
andAdapterConfig
into one config 💥 -
🚀 Refactor existing adapters 💥
-
🚀 Cache
Adapter
created by itsAdapterFactory
-
🚀 Flag to disable the fallback in resource file based adapters
V 1.4.0 - 2024-01-29
-
🚀 Support of YAML and JSON files using Jackson
-
🐛 Wrong handling of YAML entries
V 1.2.0 - 2023-07-31
-
🚀 Context based NLS instances
-
🚀 Add message format provider
-
🚀 Provide configurable class name resolution