Skip to content

imixs-workflow-4.0.1

Compare
Choose a tag to compare
@rsoika rsoika released this 08 Nov 18:05
· 1481 commits to master since this release

Version 4.0.1 is the first patch-release of Imixs-Workflow 4.0. This release includes several bugfixes concerning JPA issues and some general enhancements.

Enhancements

  • Enhancement - Documentation RulePlugin - #209
  • Enhancement - BPMNParser - Start-Event with follow up did no longer cause a warning #217
  • Enhancement - BPMNParser - not duplicating unambiguous events assigned to one source task - #219
  • Enhancement - ItemCollection refine constructor and clone methods - #222
  • Enhancement - ResultPlugin - cleanup code - update documentation - #223
  • Enhancement - RulePlugin - cleanup code - update documentation - #224
  • Enhancement - ViewController - returns empty list in case no query is defined #227
  • Enhancement - Refactor ModelService - change method removeModelEntity #225

Bugfixes

  • Bugfix - BPMNParser - fixed wrong model in case of shared link event #218
  • Bugfix - DocumentService - fixed save method, no longer detaching entity beans #220
  • Bugfix - DocumentService - fixed missing update of $isAuthor on load #221
  • Bugfix - DocumentService - fixed save method, no longer detaching persisted document #226
  • Bugfix - ItemCollection - fixed clone method, is now cloning byte arrays by a deep copy #228
  • Bugfix - DocumentService - fixed, loading only detach persisted document if not saved #230