Releases: Open-MBEE/mtip-cameo
v1.0.9
Session handling fix in buildRelationship. addDependentElements required between commonElementsFactory.createElement() and commonRelationship.createElement(). Each of these must be contained within their own session within the buildRelationship function. Changed log statements to String.format for readability. Removed session handling within OpaqueExpression.createElement().
v1.0.8
v1.0.6
MTIP export now uses Element.getId() which uses the TWCloud server id which is globally unique to all TWCloud projects. Previously Element.getLocalId() was used. For local projects, the id will still reflect the "local" id as there is no server id per element.
v1.0.5
- Fixed support for views, viewpoints, and stakeholders when exchanging models with Sparx EA
- Added support for PackageImport relationships while filtering out underlying libraries
- Added clientMultiplicity and supplierMultiplicity attrbiutes to associations
- Addressed placement of part properties on diagrams
- Various fixes for NPEs in rare cases
v1.0.4
Fixed error on activity elements where they were mistakenly classified as ActivityNode causing ClassCastException errors.
v1.0.3
v1.0.3 of the MTIPCameo plugin.