mirror of
https://github.com/apache/nifi.git
synced 2025-02-12 21:15:10 +00:00
- Abstract FuzzyhashContent to reduce a bit of code duplication NIFI-3726 - Attempt to address peer review comments NIFI-3726 - Addresses additional PR comments NIFI-3726 - Fix checkstyle violations NIFI-3726 - Fix issues with POMs NIFI-3726 - Fixes the logging level to error in case of failure due to message too short NIFI-3726 - Capture ArrayIndexOutOfBoundsException when consuming a hash source that matches but lacks a separator AND filename or matches but lacks a filename(i.e. ends with trailing separator) Signed-off-by: Matt Burgess <mattyb149@apache.org> This closes #1692