Skip to content

stroom distribution v5.5.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@stroomdev66 stroomdev66 released this 12 Sep 19:01
· 92 commits to 5.5 since this release
  • Changed splitWhenBiggerThan property to rollSize and added the property to the rolling appenders for consistency.

  • Issue #838 : Fix bug where calculation of written and read bytes was being accounted for twice due to the use of Java internal FilterInputStream and FilterOutputStream behaviour. This was leading to files being split at half od the expected size. Replaced Java internal classes with our own WrappedInputStream and WrappedOutputStream code.