This commit is contained in:
Lucio Lelii 2014-12-03 17:37:43 +00:00
parent 5b4bfc0e9a
commit dd7fdfba24
1 changed files with 18 additions and 5 deletions

View File

@ -11,25 +11,38 @@
contingencies (cf. StreamContingency annotation).
</Change>
<Change>Streams can be conveniently consumed with callbacks (cf.
Callback interface and Streams#consume()) and callbacks can explicitly skip
Callback interface and Streams#consume()) and callbacks can
explicitly skip
elements or stop
consumption (cf. Iteration class).
</Change>
<Change>
Like callbacks, fault handlers can control iteration directly (cf. Iteration). FaultResponse is no longer needed.
Like callbacks, fault handlers can control iteration directly
(cf. Iteration). FaultResponse is no longer needed.
</Change>
<Change>
StreamSkipException is replaced internally with
StreamSkipSignal, and StreamStopSignal is also added to model signals from callbacks and fault handlers.
StreamSkipSignal, and StreamStopSignal is also added to model signals
from callbacks and fault handlers.
</Change>
<Change>
New stream implementations as well as code that consumes
streams can now be tested with dedicated facilities.
</Change>
</Changeset>
<Changeset component="${build.finalName}" date="2013-01-11">
<Changeset component="streams-2.0.1" date="2013-01-11">
<Change>
Lookahead streams handle null values from underlying stream without going in infinite loop (bug fix)
Lookahead streams handle null values from underlying stream
without going in infinite loop (bug fix)
</Change>
</Changeset>
<Changeset component="${build.finalName}" date="2014-12-3">
<Change>
Bug fixing on RSStream
</Change>
<Change>
ResultSet client timeout increased to 5 minutes
</Change>
</Changeset>
</ReleaseNotes>