Skip to content

Releases: Open-MBEE/mtip-cameo

v1.0.9

05 Dec 01:15
Compare
Choose a tag to compare

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

02 Nov 02:09
Compare
Choose a tag to compare

Refactor of buildDiagram, buildElement, and buildRelationship. Fixes bug with session handling and now closes sessions correctly preventing missing elements. Address and fixes bug #1 where feature direction tag was missing on import.

v1.0.6

16 Feb 23:05
Compare
Choose a tag to compare

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

17 Oct 16:49
Compare
Choose a tag to compare
  • 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

11 Jul 19:39
Compare
Choose a tag to compare

Fixed error on activity elements where they were mistakenly classified as ActivityNode causing ClassCastException errors.

v1.0.3

14 Jun 16:31
Compare
Choose a tag to compare

v1.0.3 of the MTIPCameo plugin.