v1.0.0-alpha.2.1
Pre-release
Pre-release
·
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.mdfiles to reference version1.0.0-alpha.2.1. - Updated the state machine documentation and diagram in
idempotency-core/README.mdto align with the exact Java enum definitions (STARTED,COMPLETED,FAILED).
- Updated dependency code snippets across all module