Release v2.0.0
2.0.0 - 2026-04-02
This major release simplifies usage by removing deprecated properties and features.
It also introduces a builder pattern for the loader, enabling greater flexibility in configuration and supporting future enhancements.
Changed
- Migrate OSSRH to Central Portal
- Remove
singletonproperty to avoid class loading issues - Remove
noFallbackproperty (useSuppressWarningsannotation instead) - Remove
batchandbatchNameproperties (usebatchTypeproperty instead) - Remove
wrapperproperty (will be replaced by a dedicated annotation in the future) - Remove
preprocessingproperty (use annotation-based preprocessing instead) - Remove
mutabilityproperty - Remove
backendandcleanerproperties (use builder pattern instead) - Remove internal caching since default backend does it already
- Replace loader constructor with a builder pattern to allow more flexibility