stroom distribution v5.1-beta.9
Pre-release
Pre-release
-
Issue #554 : Added a
parseUriXSLT function. -
Issue #557 : Added functions to parse and output URI parts.
-
Issue #552 : Fix for NPE caused by bad XSLT during search data extraction.
-
Issue #560 : Replaced instances of
Files.walk()withFiles.walkFileTree().Files.walk()throws errors if any files are deleted or are not accessible during the walk operation. This is a major issue with the Java design for walking files using Java 8 streams. To avoid this issueFiles.walkFileTree()has now been used in place ofFiles.walk().