Skip to content

v1.0.0-alpha.2.1

Pre-release
Pre-release

Choose a tag to compare

@raghavgopal raghavgopal released this 05 Jul 14:56
· 12 commits to main since this release

AvoOnce v1.0.0-alpha.2.1 Release Notes

This patch release improves classpath health, refactors dependency declarations for better maintainability, and corrects documentation inconsistencies.

🛠️ Improvements & Changes

  • Centralized Dependency Management: Moved all AvoOnce internal module dependencies and the H2 database driver to the parent POM's <dependencyManagement>. Sub-modules now inherit these versions automatically, eliminating hardcoded version strings inside individual POMs.
  • Documentation Synchronization:
    • Updated dependency code snippets across all module README.md files to reference version 1.0.0-alpha.2.1.
    • Updated the state machine documentation and diagram in idempotency-core/README.md to align with the exact Java enum definitions (STARTED, COMPLETED, FAILED).