nifi git commit: NIFI-5169 This closes #2705. Upgrade to JSONPath 2.4 NIFI-5169 Added explicit checking for empty strings in JsonPath expression property.

2018-05-23 Thread joewitt
Repository: nifi Updated Branches: refs/heads/master 06d45c3a6 -> 716587d09 NIFI-5169 This closes #2705. Upgrade to JSONPath 2.4 NIFI-5169 Added explicit checking for empty strings in JsonPath expression property. Signed-off-by: joewitt Project:

nifi git commit: NIFI-4987: Added TTL to RedisDistributedMapCacheClientService

2018-05-23 Thread bbende
Repository: nifi Updated Branches: refs/heads/master d75ba167c -> 06d45c3a6 NIFI-4987: Added TTL to RedisDistributedMapCacheClientService NIFI-4987: PR Review Fixes - Reverted getAndPutIfAbsent and added TTL setting with a different approach NIFI-4987: PR Review Fixes - Added TTL to

nifi git commit: NIFI-5225: Purge event data from event repository when Connectable is removed

2018-05-23 Thread markap14
Repository: nifi Updated Branches: refs/heads/master cca520aab -> d75ba167c NIFI-5225: Purge event data from event repository when Connectable is removed This closes #2732. Signed-off-by: Mark Payne Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[1/2] nifi git commit: NIFI-5228: Make the storing of file attributes as FlowFile attributes optional for ListFile NIFI-5228: Addressed review feedback This closes #2733

2018-05-23 Thread mcgilman
Repository: nifi Updated Branches: refs/heads/master 23feb8f42 -> cca520aab NIFI-5228: Make the storing of file attributes as FlowFile attributes optional for ListFile NIFI-5228: Addressed review feedback This closes #2733 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[2/2] nifi git commit: NIFI-5191: Revert "NIFI-4631: Use java.nio.file.Files in ListFile to improve performance"

2018-05-23 Thread mcgilman
NIFI-5191: Revert "NIFI-4631: Use java.nio.file.Files in ListFile to improve performance" This reverts commit 758e44682f994b76fcb9fec900eece2061be7f07. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/16701444 Tree:

nifi-minifi-cpp git commit: MINIFICPP-503 Fix docker sync excludes to fix missing Parser.yy build error

2018-05-23 Thread phrocker
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 21ca80b4c -> d6322f04f MINIFICPP-503 Fix docker sync excludes to fix missing Parser.yy build error This closes #335. Signed-off-by: Marc Parisi Project:

nifi git commit: NIFI-5230: Fixed NPE in InvokeScriptedProcessor on customValidate

2018-05-23 Thread mthomsen
Repository: nifi Updated Branches: refs/heads/master 3a29c1e4c -> 23feb8f42 NIFI-5230: Fixed NPE in InvokeScriptedProcessor on customValidate This closes #2734 Signed-off-by: Mike Thomsen Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-5052 Added DeleteByQuery ElasticSearch processor.

2018-05-23 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master f7035f049 -> 3a29c1e4c NIFI-5052 Added DeleteByQuery ElasticSearch processor. NIFI-5052 fixed checkstyle issue. NIFI-5052 Added changes requested in a code review. NIFI-5052 Fixed a typo. NIFI-5052 Added changes requested in a code