All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Maintenance updates for maven plugins
- Maintenance updates for maven plugins
- Removed obsolete annotations
CommandHandler
,DomainProcessStep
, andDomainWorkflow
.
- Annotation
Observer
to declare aDomainEventPublisher
as used in the book implementing Domain-Driven Design from Vaughn Vernon.
- Declared following annotations as deprecated. The reason is that they can easily cause an anemic domain model.
- CommandHandler
- DomainProcessStep
- DomainWorkflow
- Annotation
ValueObjectFactory
to declare a factory or a factory method for anValueObject
.
- Annotation
DomainProcesStep
can be set for methods
- Initial version of Addend