Skip to content

2026-04 - SysML v2 Pilot Implementation

Latest

Choose a tag to compare

@seidewitz seidewitz released this 13 May 21:50
20897e3

This is an incremental update to the 2026-03 release. It corresponds to Eclipse plugin version 0.59.0.

Language Features

None.

Model Libraries

  1. .meta.json. The build process has been modified to update the index field in .meta.json so that the standard library .kpars always contain the correct values.
    [PR #751]

Backward Incompatibilities

None.

Issue Resolutions

None.

Jupyter

None.

Visualization (PlantUML)

None.

Technical Updates

  1. org.omg.sysml.model. This change is the first step in refactoring the Pilot Implementation to allow its code to be more easily used outside the framework of Eclipse plugins. It decouples the generated SysML EMF metamodel from the org.omg.sysml Eclipse plug-in. It adds two new projects to the repository: org.omg.sysml.model and org.omg.sysml.model.bundle.
    [PR #750]
  2. Licensing. Licensing has been changed from the GNU Lesser General Public License (LGPL) to the more permissive Eclipse Public License (EPL).
    [PR #752]

Bug Fixes

None.