Skip to content

2024-05 - SysML v2 Pilot Implementation

Latest
Compare
Choose a tag to compare
@seidewitz seidewitz released this 18 Jun 20:37
· 10 commits to master since this release
fbb3f98

This is an incremental update to the 2024-04.1 release. It corresponds to Eclipse plugin version 0.42.0.

New Features

None.

Backward Incompatibilities

None.

Issue Resolutions

None.

Jupyter

None.

Visualization (PlantUML)

Bug fixes.

Technical Updates

  1. Parse post-processing. Handwritten code implementing various Xtext parsing workarounds has been moved out of the generated Impl classes into postProcess methods in the corresponding adapter classes.
    [PR #570]

  2. Jupyter kernel build. The Maven build configuration has been updated to remove the use of Gradle for building the Jupyter kernel.
    [PR #568]

Bug Fixes

  1. Actor and stakeholder properties. Corrects the derivation computation for actor and stakeholder properties.
    [PR #569]
  2. Flow connection rendering (PlantUML). Corrects the rendering of certain flow connections when an action model includes a start action.
    [PR #566]
  3. Succession rendering (PlantUML). Fixes the rendering of successions declared using the "shorthand" textual notation.
    [PR #567]