Skip to content

v4.3.0

Compare
Choose a tag to compare
@Nheverest Nheverest released this 17 Dec 15:44
· 15 commits to master since this release
  • [new] Fluent assembler now has a String based argument on the DSL chain to simplify the use of Named Assemblers
  • [new] DomainEventHandler has a priority field to allow fine-grained control over execution order
  • [new] Events can now be annotated with @PriorizedEvent, that allows an instance of DomainEventInterceptor to take control of event handlers that are launched (By default, PriorityEventHandlerInterceptoris being used if not stated explicitly)
  • [chg] BaseAssembler and BaseTupleAssembler now has a default implementation that simplifies the creation of one way assemblers
  • [chg] Built and tested with OpenJDK 11 (target is still 1.8).
  • [chg] Updated Seed version to 3.9.1