2026-02 - SysML v2 Pilot Implementation
This is an incremental update to the 2026-01 release. It corresponds to Eclipse plugin version 0.57.0.
Language Features
None.
Model Libraries
None.
Backward Incompatibilities
None.
Jupyter
None.
Visualization (PlantUML)
None.
Technical Updates
isNonuniqueproperty. The default for theFeature::isUniqueproperty istrue. In the textual notation, thenonuniquekeyword is used to set this property tofalse. This was previously handled by adding anisNonuniqueproperty toFeaturewhen generating the Ecore metamodel, which could be set totruewhen the keywordnonuniquewas parsed. This alteration of the metamodel has now been removed. Instead, during parsing,nonuniqueis considered to be the single member of a data type with valuefalse, which can be used to set the normativeisUniqueproperty.
[PR #738]- Character encoding. Added explicit UTF-8 character encodings to several Eclipse projects, eliminating warnings about this in the Eclipse workbench.
[PR #742]
Bug Fixes
OperandEListexception. Fixed an error introduced by the changes toOperandEListin PR #734, which could caused an exception when iterating through a model to view an XMI file in Eclipse or to publish a model to a repository.
[PR #737]SuccessionAsUsageexception. Fixed a missing implicit specialization mapping that caused an exception when a connection definition was used to type a succession in SysML.
[PR #740]