Skip to content

fUML Reference Implementation v1.5.0

Compare
Choose a tag to compare
@seidewitz seidewitz released this 18 Dec 01:23
· 9 commits to master since this release

fUML Reference Implementation

v1.5.0 Release Notes

This is a base release of the fUML Reference Implementation, conforming to v1.5 of the fUML Specification.

fUML Execution Engine

This is a new base release of the fUML Execution Engine. It includes all implementation updates from v1.4.4 and previous releases tracking the issue resolutions adopted by the fUML 1.5 Revision Task Force (RTF). The complete set of resolved issues implemented since the previous v1.4.0 base release are listed below. The disposition of all issues handled by the fUML 1.5 RTF is available at http://solitaire.omg.org/issues/task-force/FUML15.

The following issues were resolved by the fUML 1.5 RTF:

FUML 15-2 The fUML subset should support the raising and handling of exceptions

FUML 15-9 Execution of an activity with a data store may never end

FUML 15-12 fUML should include streaming

FUML 15-13 fUML should include unmarshall actions

FUML 15-16 Destroying an object should remove its feature values

FUML 15-17 Objects at the composite end of an association should be considered "owned objects" during the destruction of the object at the other end

FUML 15-28 fUML should allow association ends that are not association owned

XMI Loader/Infrastructure

This base release includes the following bug fix from the v1.4.3 release, as tracked in our issue management system on GitHub (see https://github.com/ModelDriven/fUML-Reference-Implementation/issues).

Bug Fixes

Issue #34 Simple model not getting executed as expected

Improvements

None