Skip to content

Release v2.0.0

Choose a tag to compare

@charphi charphi released this 02 Apr 07:38

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 singleton property to avoid class loading issues
  • Remove noFallback property (use SuppressWarnings annotation instead)
  • Remove batch and batchName properties (use batchType property instead)
  • Remove wrapper property (will be replaced by a dedicated annotation in the future)
  • Remove preprocessing property (use annotation-based preprocessing instead)
  • Remove mutability property
  • Remove backend and cleaner properties (use builder pattern instead)
  • Remove internal caching since default backend does it already
  • Replace loader constructor with a builder pattern to allow more flexibility