Newer
Older
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>Release Notes</title>
</properties>
<body>
<release version="Snapshot" date="Daily basis" description="Unstable preview of oncoming versions">
<action dev="ntd" type="add" issue="32">
Introduced a generic exception handling for stages.
Nelson Tavares de Sousa
committed
<action dev="ntd" type="update" issue="92">
Introduced new method (returns void) in Analysis, which starts the execution of the analysis.
Marked old method as deprecated.
</action>
<action dev="chw" type="update" issue="93">
Introduced abstract class for composite stages.
</action>
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<release version="1.1" date="30.04.2015" description="Second release">
<action dev="ntd" type="add" issue="32">
New concept: exception handling incl. Wiki tutorial
</action>
<action due-to="nie" type="add" issue="107">
New concept: unit test framework for testing a single stage
</action>
<action dev="chw" type="add">
New class: AbstractTransformation;
Represents a stage with a single input and a single output port
</action>
<action dev="chw" type="add">
New class: AbstractFilter;
Represents a stage with a single input and a single output port of the same type
</action>
<action dev="ntd" type="update" issue="92">
Analysis.start() is now deprecated. Use Analysis.execute() instead.
</action>
<action due-to="ajs" type="update" issue="120">
Renamed Stage.executeWithPorts() to Stage.executeStage()
</action>
<action dev="ntd" type="update" issue="112">
Removed IterableProducer. Use InitialElementProducer instead.
</action>
<action dev="chw" type="fix" issue="143">
#143 Null values can block the analysis
</action>
<action dev="ntd" type="fix" issue="109">
#109 Minor bug in ObjectProducer stage
</action>
<action dev="ntd" type="fix" issue="75">
#75 Signal passing is incorrect
</action>
<action dev="chw" type="update" issue="141">
Updated dependencies
</action>
<action dev="ntd" type="update" issue="72">
Jar is not only published via the Central Maven Repository, but also via our CI server Jenkins
</action>
</release>
<release version="1.0" date="19.12.2014" description="Initial release">
<action dev="ntd" type="add" issue="66">
Created a new site to
promote TeeTime.
</action>
<action type="add">
Initial release of TeeTime
</action>
</release>
</body>
Nelson Tavares de Sousa
committed
</document>