Releases: gchq/stroom
stroom distribution v5.0-beta.28
-
Issue #295 : Made the help URL absolute and not relative.
-
Issue #293 : Attempt to fix mismatch document count error being reported when index shards are opened.
-
Issue #292 : Fixed locking for rolling stream appender.
-
Issue #292 : Rolling stream output is no longer associated with a task, processor or pipeline to avoid future processing tasks from deleting rolling streams by thinking they are superseded.
-
Issue #292 : Data that we expect to be unavailable, e.g. locked and deleted streams, will no longer log exceptions when a user tries to view it and will instead return an appropriate message to the user in place of the data.
stroom distribution v5.0-beta.27
-
Issue #288 : The error condition 'Expected a new writer but got the same one back!!!' should no longer be encountered as the root cause should now be fixed. The original check has been reinstated so that processing will terminate if we do encounter this problem.
-
Issue #295 : Fixed the help property so that it can now be configured.
-
Issue #296 : Removed 'New' and 'Delete' buttons from the global property dialog.
-
Issue #279 : Fixed NPE thrown during proxy aggregation.
-
Issue #294 : Changing stream task status now tries multiple times to attempt to avoid a hibernate LockAcquisitionException.
stroom distribution v5.0-beta.26
-
Issue #287 : XSLT not found warnings property description now defaults to false.
-
Issue #261 : The save button is now only enabled when a dashboard or other item is made dirty and it is not read only.
-
Issue #286 : Dashboards now correctly save the selected tab when a tab is selected via the popup tab selector (visible when tabs are collapsed).
-
Issue #289 : Changed Log4J configuration to suppress logging from Hibernate SqlExceptionHandler for expected exceptions like constraint violations.
-
Issue #288 : Changed 'Expected a new writer...' fatal error to warning as the condition in question might be acceptable.
stroom distribution v5.0-beta.25
- Issue #285 : Attempted fix for GWT RPC serialisation issue.
stroom distribution v5.0-beta.24
stroom distribution v5.0-beta.23
-
Issue #281 : Made further changes to cope with Files.list() and Files.walk() returning streams that should be closed with 'try with resources' construct.
-
Issue #224 : Removing an element from the pipeline structure now removes all child elements too.
-
Issue #282 : Users can now upload data with just 'Data - View' and 'Data - Import' application permissions, plus update permission on the appropriate feed.
-
Issue #199 : The explorer now scrolls selected items into view.