Skip to content

πŸš€ Release 1.11.0

Latest
Compare
Choose a tag to compare
@ethlo ethlo released this 11 Feb 08:17

πŸ”₯ Breaking Changes

  • Dropped Java 8 support – The minimum required Java version is now Java 11.
  • Removed multi-module support – The library is now a single-module project for simplicity.
  • Removed OSGi metadata – This library no longer includes OSGi-specific packaging.
    • OSGi users should create their own wrapper bundle if needed.

πŸ› οΈ Improvements

  • Simplified project structure and build process.
  • Reduced maintenance overhead by removing legacy compatibility layers.

⚠️ Migration Notes

  • Ensure your project runs on Java 11 or later before upgrading.
  • If you were relying on OSGi metadata, consider using a tool like bnd-maven-plugin to generate an OSGi bundle externally.