Skip to content

v4.4.0

Choose a tag to compare

@stefan-ka stefan-ka released this 21 Oct 11:14

New features in v4.4.0

  • Grammar change: the U and D inside the brackets in upstream-downstream relationship declarations are now optional.
    • Allows to specify relationships as follows:
      CustomerManagementContext [OHS,PL]->[ACL] PolicyManagementContext
      
  • MDSL generator: comments have been improved according to #119
  • MDSL generator produces "serves as" attribute on endpoints and the "with responsibility" attribute on operations now. The patterns are parsed from the "doc"-String on the Aggregates and methods in CML. See #118 for details and an example.
  • nullable keyword in CML is respected in MDSL and PlantUML generator. See #96 for an example how to use the nullable keyword.
  • Small fix in PlantUML label: #117
  • New Architectural Refactoring (AR): 'Extract Shared Kernel' (#120)
  • New AR: 'Suspend Partnership' (#121)