Skip to content
Snippets Groups Projects
Commit 8b15eec4 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

modded changes

parent c3a513ba
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,15 @@ ...@@ -12,6 +12,15 @@
<action dev="ntd" type="add" issue="247"> <action dev="ntd" type="add" issue="247">
Configuration can now be executed from command line. Configuration can now be executed from command line.
</action> </action>
<action dev="ntd" type="add" issue="11">
Port connections can be validated before the execution of a configuration.
</action>
<action type="add" due-to="Christian Claus Wiechmann" issue="178">
Introduced the concept of a task farm.
</action>
<action type="add" due-to="Christian Claus Wiechmann" issue="162">
Enable monitoring of pipe instances.
</action>
<action dev="ntd" type="update"> <action dev="ntd" type="update">
Renamed AbstractCompositeStage to CompositeStage and made it non-abstract. Renamed AbstractCompositeStage to CompositeStage and made it non-abstract.
</action> </action>
...@@ -21,26 +30,23 @@ ...@@ -21,26 +30,23 @@
<action dev="ntd" type="update" issue="245"> <action dev="ntd" type="update" issue="245">
Renamed Distributor strategies. Renamed Distributor strategies.
</action> </action>
<action dev="ntd" type="remove" issue="232">
Removed IPipeFactory
</action>
<action dev="ntd" type="update" issue="222"> <action dev="ntd" type="update" issue="222">
Method declareActive() was moved to the class Stage. Method declareActive() was moved to the class Stage.
</action> </action>
<action dev="ntd" type="update" issue="209"> <action dev="ntd" type="update" issue="209">
Pipe classes were renamed. Pipe classes were renamed.
</action> </action>
<action dev="ntd" type="add" issue="11">
Port connections can be validated before the execution of a configuration.
</action>
<action dev="ntd" type="update" issue="260"> <action dev="ntd" type="update" issue="260">
Reduced the visibility of AbstractStage.onSignal() to package private. Reduced the visibility of AbstractStage.onSignal() to package private.
</action> </action>
<action dev="ntd" type="update" issue="240"> <action dev="ntd" type="update" issue="240">
Reduced the visibility of the class NotEnoughInputException to package private. Reduced the visibility of the class NotEnoughInputException to package private.
</action> </action>
<action type="add" due-to="Christian Claus Wiechmann" issue="178"> <action type="update">
Introduced the concept of a task farm. Various code quality improvements.
</action>
<action dev="ntd" type="remove" issue="232">
Removed IPipeFactory
</action> </action>
</release> </release>
<release version="2.0" date="30.09.2015" description="Camellia Release"> <release version="2.0" date="30.09.2015" description="Camellia Release">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment