Skip to content

stroom distribution v5.0.2

Choose a tag to compare

@stroomdev66 stroomdev66 released this 16 Jan 19:43
· 5 commits to 5.0 since this release
  • Issue #554 : Added a parseUri XSLT 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() with Files.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 issue Files.walkFileTree() has now been used in place of Files.walk().