From dd7fdfba243fdfd3fdb506fdf6364884a96f9726 Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Wed, 3 Dec 2014 17:37:43 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/branches/data-access/streams/2.0@101883 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index 6715dca..a0c7ba1 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -11,25 +11,38 @@ contingencies (cf. StreamContingency annotation). 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). - 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. 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. New stream implementations as well as code that consumes streams can now be tested with dedicated facilities. - + - 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) + + + Bug fixing on RSStream + + + ResultSet client timeout increased to 5 minutes + + + \ No newline at end of file