- Set fetch.failure.reason to relationship name when routing to failure relationships
This closes#7929
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 90498a352d059376b96630c1c3f1136313999d17)
- Added explicit round in FormatUtils.makeWholeNumberTime()
- Removed unnecessary boxing in component descriptors
- Maintained long number tracking for releasable counts in Wait and Notify Processors
Signed-off-by: Joseph Witt <joewitt@apache.org>
(cherry picked from commit ae14738dead33ca20dc2e779f5157118ee2b228f)
- Adjusted JsonTreeReader implementation for sharing common Jackson components
This closes#7665
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 4b95129f962b0dfa2b1119f54d096c3a8464cfa5)
- SSHD 2.9.3 applies to JGit 5 for Java 8
- Upgraded SSHD from 2.10.0 to 2.11.0 for test components
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes#7914.
NIFI-12253 Route to not found relationship instead of rolling back in GeoEnrichIPRecord
This closes#7909
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 184757fede3e253ba47552ab8e6fe8bd75f8f49f)
- Clearing the password in the login form when login fails or unable to verify access once authentication succeeds.
This closes#11909
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 97dfe2d812a9fa8b0fcc2b1d0b7f352f656b530e)
This closes#7842
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0fce806950b78d320441c3756026e62a6c706430)
- Added EntityStoreAuditService implementation using JetBrains Xodus libraries
- Added FlowConfigurationHistoryMigrator for checking and migrating H2 databases containing Flow Configuration History to Xodus persistent store implementation
This closes#7839
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 90ff8748273ea1dfde2a97281e4d3960d1595727)
Check that required NAR files are unpacked completely before starting the Kafka Connector
This closes#7832
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit b2e3898e171b89e25b5e06f6ee849bb3edabbf9a)
Fixed bug where parameter context descriptions were not loaded on NiFi startup and overwritten as empty
This closes: #7787
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0a47157640c1502a0379a7f66d764d2d7d344872)
- Resolves CVE-2023-44981
This closes#7872
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 2bcdcab5dd6dfb03924db8b4450c3b755315dbb9)
- Included ClassLoader isolation to work around Splunk Service static configuration limitations
This closes#7668
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 87b8f230d253b539b2ce85ee9ed32b4626095f84)
- Removed ProxyFTPClient extension of standard FTPClient no longer required following changes implemented in NET-650
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes#7855.