citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.99k stars 1.47k forks source link

Implement CargoFactory and filtering of events for delivery progress #66

Closed orende closed 1 year ago

orende commented 1 year ago

This PR solves two TODOs related to Cargo: one in which the logic for creating a new Cargo instance is moved into a cargo factory class, and one in which events used in the deriveDeliveryProgress method are filtered so that only events for the specified cargo are used. Additionally, it removes the DomainObjectUtils.nullSafe method and replaces it with ObjectUtils.defaultIfNull from Apache Commons Lang 3.