Skip to content

SEWOL 1.0.2

Latest
Compare
Choose a tag to compare
@adlange adlange released this 22 Jan 14:18
· 27 commits to master since this release

Changes:

  • added better MXML parser
  • performance improvements by relieving garbage collector and heap space
  • enhanced data type recognition when parsing data attributes in MXML
  • added log views with filters for different views on process logs
  • enabled adding comments to logs when serializing them
  • some minor bug fixes and changes

To add a dependency on SEWOL using Maven, use the following:

<dependency>
  <groupId>de.uni.freiburg.iig.telematik</groupId>
  <artifactId>SEWOL</artifactId>
  <version>1.0.2</version>
</dependency>