Nandor Soma Abonyi
4e602ce40f
NIFI-11264 Added debug logs for List Processor yielding
...
- Corrected ListFile Processor description
This closes #7027
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-21 08:04:59 -05:00
Dustin Rodrigues
cb6e530a3c
NIFI-11301 Fixed typos in ISPEnrichIP and DistributeLoad
...
This closes #7056
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-20 08:54:01 -05:00
exceptionfactory
665b1696ef
NIFI-11268 Removed deprecated OpenPGP support from EncryptContent
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7030 .
2023-03-13 09:20:33 +01:00
exceptionfactory
512155ba2f
NIFI-10975 Add Kubernetes Leader Election and State Provider ( #6779 )
...
* NIFI-10975 Added Kubernetes Leader Election and State Provider
- Added Kubernetes Leader Election Manager based on Kubernetes Leases
- Added Kubernetes State Provider based on Kubernetes ConfigMaps
- Added nifi-kubernetes-client for generalized access to Fabric8 Kubernetes Client
- Added nifi.cluster.leader.election.implementation Property defaulting to CuratorLeaderElectionManager
- Refactored LeaderElectionManager to nifi-framework-api for Extension Discovering Manager
- Refactored shared ZooKeeper configuration to nifi-framework-cluster-zookeeper
* NIFI-10975 Updated Kubernetes Client and StateMap
- Upgraded Kubernetes Client from 6.2.0 to 6.3.0
- Added getStateVersion to StateMap and deprecated getVersion
- Updated Docker start.sh with additional properties
* NIFI-10975 Corrected MockStateManager.assertStateSet()
* NIFI-10975 Upgraded Kubernetes Client from 6.3.0 to 6.3.1
* NIFI-10975 Corrected unregister leader and disabled release on cancel
* NIFI-10975 Corrected findLeader handling of Lease expiration
- Changed LeaderElectionManager.getLeader() return to Optional String
* NIFI-10975 Corrected StandardNiFiServiceFacade handling of Optional Leader
* NIFI-10975 Changed getLeader() to call findLeader() to avoid stale cached values
* NIFI-10975 Updated LeaderElectionCommand to run LeaderElector in loop
* NIFI-10975 Rebased on project version 2.0.0-SNAPSHOT
* NIFI-10975 Corrected Gson and AspectJ versions
- Updated versions to match current main branch and avoid reverting
2023-03-07 14:14:24 -05:00
Nissim Shiman
5350b02923
NIFI-4718 Improved detection of FlowFile V3 in IdentityMimeType
...
This closes #7009
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-07 09:22:27 -06:00
Pierre Villard
169b53feaa
NIFI-11157 - Doc update for scheduling strategy for MergeContent/Record
...
This closes #6999 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-03-06 12:01:34 +01:00
Matthew Burgess
61b87e007b
NIFI-11209: Include newly-added columns in output for UpdateTable processors when Update Field Names is true
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6986 .
2023-02-27 14:08:48 +01:00
Lehel
7e97c1ce19
NIFI-11045: Sensitive dynamic property support for parameterized queries in ExecuteSQL and ExecuteSQLRecord
...
This closes #6853 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-02-22 12:37:07 +01:00
exceptionfactory
57a1144f34
NIFI-11187 Removed ActiveMQ from Standard Processors
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6961
2023-02-21 16:54:37 -05:00
dan-s1
22a4bce1ed
NIFI-11156 Updated SchemaValidator to include error message for ValidateXml
...
- Restores behavior so that XML parsing failure details will be included in FlowFile error attribute from ValidateXml
This closes #6970
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-18 10:28:50 -06:00
exceptionfactory
4f11550e97
NIFI-11174 Removed deprecated Standard Processors
...
- Base64EncodeContent
- GetHTTP
- GetJMSQueue
- GetJMSTopic
- HashAttribute
- HashContent
- PostHTTP
- PutJMS
Removed deprecated Proxy properties from InvokeHTTP
- Proxy Host
- Proxy Port
- Proxy Type
- Proxy Username
- Proxy Password
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6953 .
2023-02-15 13:14:56 -05:00
Nissim Shiman
dbef536ebd
NIFI-10950 DistributeLoad processor - this closes #6924 . removed Load Distribution
...
Service
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-02-13 19:18:57 -05:00
exceptionfactory
1156f4cbc5
NIFI-11165 This closes #6944 . Removed optional jigsaw build profiles
...
- Removed jigsaw build profiles
- Removed Java 11 directories from assemblies
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-02-13 13:01:58 -05:00
Joe Witt
43eab4c81d
NIFI-11103 prepping for 2.0.0 line
2023-02-09 15:32:53 -07:00
dan-s1
99b0cd42ef
NIFI-11130 Further updates from JUnit 4 to 5
...
This closes #6927
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-08 13:58:28 -06:00
Joe Witt
4f91420cc1
NIFI-11139 Updated multiple Maven Plugins
...
This closes #6925
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-03 16:07:02 -06:00
dan-s1
e86786433a
NIFI-11108 Further changes to upgrade from JUnit 4 to JUnit 5.
...
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
This closes #6919
2023-02-02 12:27:42 +00:00
exceptionfactory
8bc7593d34
NIFI-11126 Delete MultiPart files in ListenHTTP after processing
...
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
This closes #6915
2023-02-02 12:23:44 +00:00
exceptionfactory
5daf01e760
NIFI-11120 This closes #6912 . Upgraded Zip4j from 2.11.2 to 2.11.3
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-01-31 11:49:12 -07:00
exceptionfactory
bdede27447
NIFI-11119 This closes #6911 . Excluded snakeyaml:android from javafaker
...
- Added direct dependency on standard snakeyaml version to nifi-standard-processors
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-01-31 10:05:23 -07:00
Priyanka Awatramani
b3f2d95092
NIFI-10928 Updated MockFlowFile with LinkedHashMap for attributes
...
- Updated TestAttributesToCSV with LinkedHashMap for deterministic test behavior
- Updated TestHttpFlowFileServerProtocol with adjusted checksums to match expectations from LinkedHashMap changes
This closes #6748
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-25 16:19:20 -06:00
exceptionfactory
5101db2ab7
NIFI-11096 This closes #6889 . Added EncodeContent to Processor services definition
...
- Deprecated Base64EncodeContent in favor of EncodeContent
- Updated EncodeContent to use Commons Codec for Hexadecimal encoding
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-01-25 15:01:38 -07:00
exceptionfactory
f32a60af33
NIFI-11064 Removed unstable TestPutSFTP.testRunTransitUriDifferentHosts
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6885 .
2023-01-25 11:07:13 +01:00
exceptionfactory
7db6f17350
NIFI-11064 Changed TestPutSFTP run iterations based on files queued
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6863 .
2023-01-19 21:20:43 +01:00
Tamas Palfy
464e0a96ee
NIFI-11050 In PutEmail added OAuth authorization option. StandardOauth2AccessTokenProvider can be used with refresh_token grant type.
...
This closes #6845 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-01-19 16:05:28 +01:00
Chris Sampson
1d7ee542b1
NIFI-2161 add option to skip attribute output for unmatched JSON path expressions in EvaluateJsonPath
...
This closes #6817
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-12 14:06:15 -06:00
Mark Payne
d5c79fdcd1
NIFI-10887: Addressed performance concerned. Use String.indexOf() instead of Pattern.matcher() when using Literal Replace. Use a NonFlushableOutputStream when ProcessSession.write() is called. Implemented hashCode() on AbstractConnection. Updated default Run Schedule on ReplaceText from 0 ms to 25 ms. Added a Surround Replacement strategy that allows both prepending and appending text. Updated unit tests to account for this.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6724
2023-01-11 12:28:59 -05:00
Matthew Burgess
4f77a17d19
NIFI-11031: Fix logic error in GenerateRecord for nullPercentage
...
This closes #6830
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-06 21:01:01 -06:00
Matthew Burgess
c11092b2b4
NIFI-10998 Fixed SplitJson to always compile new JsonPath when property changes
...
This closes #6803
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-04 13:58:06 -06:00
exceptionfactory
b556322749
NIFI-11005 Added Illegal and Redundant Import Modules to Checkstyle
...
- Updated impacted classes to remove redundant import lines
- Removed WebUtilsGroovyTest.groovy class due to use of internal sun.security classes
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6804 .
2022-12-23 18:34:38 +01:00
Matthew Burgess
f38f14b363
NIFI-10585 Added GenerateRecord Processor
...
This closes #6480
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-22 19:30:05 -06:00
dan-s1
dde821cf71
NIFI-6498 Update TransformXml to send errors to Component Log
...
This closes #6798
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-22 11:15:37 -06:00
exceptionfactory
a8974253ce
NIFI-10989 Removed SHA-1 and MD5 from TestHashContent
...
- Removed methods to avoid intermittent failures due to lack of Bouncy Castle Security Provider registration
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6790
2022-12-15 22:06:52 -05:00
hj28
ac8e3dae58
NIFI-10637 Deterministic TestGenerateTableFetch testMultipleColumnTypeMissing
...
This closes #6754
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-09 10:41:36 -06:00
exceptionfactory
47fc3ae77d
NIFI-10898 This closes #6729 . Removed unused test HTTP Servlets
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-12-04 21:08:14 -07:00
exceptionfactory
c51411d360
NIFI-10925 Refactored TestPutSFTP with discrete test methods
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6746 .
2022-12-02 10:08:18 +01:00
Joe Witt
1046b2c308
Merge branch 'NIFI-10854-RC1'
2022-11-28 08:43:56 -07:00
Arpad Boda
a469c92f21
NIFI-10873 - GenerateFlowFile: flowfiles in a batch are not unique
...
This closes #6717 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-11-28 16:41:19 +01:00
Matthew Burgess
5f1d93f977
NIFI-5819: Support SQLServer sql_variant type
...
This closes #6699 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-11-24 16:57:50 +01:00
Joe Witt
75e7c9e47c
NIFI-10854-RC1 prepare for next development iteration
2022-11-22 19:22:47 -07:00
Joe Witt
ec87bf93ad
NIFI-10854-RC1 prepare release nifi-1.19.0-RC1
2022-11-22 19:22:45 -07:00
Mike Thomsen
6a9cb9c10c
NIFI-10863 Added conditional InvokeHTTP HTTP debug log
...
- Wrapping if statements prevent them from being called at all if debug logging is disabled
This closes #6706
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-22 15:31:53 -06:00
exceptionfactory
7019e182b5
NIFI-10835 Improved performance of TestControlRate
...
- Added LongSupplier for TimedBuffer and ControlRate classes to support overriding System.currentTimeMillis()
This closes #6671
Signed-off-by: Paul Grey <greyp@apache.org>
2022-11-22 13:14:04 -05:00
sopan98
2d70bfb380
NIFI-10744 Changed HashSet to LinkedHashSet in SegmentContent for deterministic handling
...
This closes #6700
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-22 08:07:58 -06:00
dan-s1
f3d2dfaf5c
NIFI-9165 Converted remaining nifi-standard-bundle tests from JUnit 4 to JUnit 5
...
This closes #6696
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-21 16:53:14 -06:00
Matthew Burgess
214bd2f00c
NIFI-7862: Add UpdateDatabaseTable processor for auto table structure updates
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #5523 .
2022-11-17 14:38:52 -05:00
Arpad Boda
7a449dbcee
NIFI-10833 - Fix grammar error in ListenHTTP log msg
2022-11-16 19:40:20 -05:00
Mark Payne
d7f2eb7c26
NIFI-10818: Fixed bug in which oldest bin in MergeContent was not being evicted in order to make room for a new bin when using a correlation attribute. Added additional tests for JoinEnrichment to ensure that the changes had no adverse effects on that processor. Found a bug when running that test in MockProcessSession so also addressed the bug (ConcurrentModificationException).
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6668
2022-11-16 16:49:29 -05:00
exceptionfactory
bd89d66539
NIFI-7392 Corrected TestValidationJson for Windows build
2022-11-16 11:29:12 -06:00
r65535
a702a8c215
NIFI-7392 Added ValidateJson to Standard Processors
...
This closes #6337
Co-authored-by: dan-s1 <dsteig1@gmail.com>
Co-authored-by: r65535 <ryan77056@gchq.gov.uk>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-16 10:02:17 -06:00
Matthew Burgess
f2774c4924
NIFI-9814: Add range sampling to SampleRecord
...
- Incorporated review comments
This closes #5878
Signed-off-by: Paul Grey <greyp@apache.org>
2022-11-15 18:49:51 -05:00
Mark Payne
bda624823b
NIFI-10817: Moved the calls in StandardProcessSession to 'resetState()' and 'acknowledgeRecords()' from the outer commit(boolean) to the inner commit(Checkpoint, boolean). By moving the call here, the logic of StandardProcessSession is unaffected. But the StatelessProcessSession that inherits from it now has the benefit of having the state cleaned up when calling super.commit(Checkpoint, boolean).
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6663
2022-11-15 15:47:32 -05:00
Mark Bean
2bfefc3e5b
NIFI-10243: allow ControlRate to throttle on combination of data rate or flowfile rate
...
NIFI-10243: fix typos
NIFI-10243: re-ordered property in ControlRate
NIFI-10243: minor updates to make code cleaner based on PR comments
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6506 .
2022-11-14 23:04:55 -05:00
Nathan Gough
23e8a19417
NIFI-10705 - Primary keys were not being included in ConvertJSONToSQL UPDATE queries when 'User statement.type Attribute' was used.
...
This closes #6652
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-14 09:23:10 -06:00
exceptionfactory
e60cbd4bbb
NIFI-10768 Filter empty messages in ListenSyslog ( #6624 )
...
- Added FilteringStrategy argument to Server Factory for ListenSyslog
- Set quick shutdown quiet period for ListenSyslog and TestListenSyslog
- Added test method for batched messages with empty message included
2022-11-07 15:05:40 -05:00
exceptionfactory
d9e494f976
NIFI-10713 Added Deprecation Warning for PGP in EncryptContent
...
NIFI-10713 Removed OpenPGP, PGP, and GPG tags
This closes #6613
Signed-off-by: Paul Grey <greyp@apache.org>
2022-11-04 18:04:37 -04:00
TheGreatRandall
238c356219
NIFI-10637 Simplified Locale validation in ParseCEF
...
This closes #6522
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-31 18:43:19 -05:00
BoyuLi4
56d26be3ca
NIFI-10630 Updated TestWaitNotifyProtocol comparing JSON Objects
...
This closes #6526
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-31 15:56:31 -05:00
zhewenf2
65201ab88b
NIFI-10642 Fix flaky test groupByStringMixedNumberOfRecords
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6528
2022-10-31 15:58:27 -04:00
Andrew Lim
2d5a8b8b0d
NIFI-10503 Changed flow file references to FlowFile in GenerateTableFetch processor docs
...
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6577 .
2022-10-25 11:13:07 -04:00
Joe Witt
c92a30734f
NIFI-10680 Corrected Bouncy Castle references in optional profiles
...
NIFI-10691 Removed duplicate Bouncy Castle dependencies from nifi-standard-processors
This closes #6571
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-24 17:46:51 -05:00
Lehel Boér
feb3148b68
NIFI-10628: Added Default Schedule Time and Run Duration to processors
...
This closes #6512
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-21 14:57:46 -05:00
Joe Witt
c155d29658
NIFI-10614 Upgraded Bouncy Castle from 1.70 to 1.71
...
- Blocked Bouncy Castle jdk15on dependencies
- Forced jdk18on dependencies and validated across entire build
This closes #6498
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-20 19:35:02 -05:00
Matt Burgess
f43b989c99
NIFI-10617: Add missing DynamicProperty annotation to processors that use them ( #6509 )
...
This closes #6509
2022-10-17 12:46:37 -04:00
Matthew Burgess
a76abef270
NIFI-10635: Fix handling of enums in PutDatabaseRecord
...
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6518 .
2022-10-17 11:29:53 -04:00
Matt Gilman
e638bcee2f
NIFI-10617:
...
- Adding dynamic property annotation on a number of extensions that were missing it.
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6501
2022-10-10 10:32:50 -04:00
Nathan Gough
9ff1dadcf6
NIFI-10604 Added Idle Connection Timeout property to ListenTCP
...
This closes #6492
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-07 14:30:37 -05:00
zhangcheng
b5f4101fa0
NIFI-10352: remove the meaningless code of GenerateTableFetch.java, It is confusing for reading code.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6299
2022-10-07 14:50:26 -04:00
exceptionfactory
97dc4b67aa
NIFI-10569 Added Maximum Thread property to HandleHttpRequest
...
- Added simple unit test for HandleHttpRequest to run without requests
- Removed cleanup integration test method for HandleHttpRequest
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6465 .
2022-10-07 14:37:04 -04:00
Michael 81877
572799a201
NIFI-10273 Supported file entries larger than 8.5GB for TAR in MergeContent
...
This closes #6369
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-07 10:36:10 -05:00
Joe Witt
c6a9d70814
Merge branch 'NIFI-10521-RC4'
2022-10-06 14:13:30 -07:00
exceptionfactory
d1145ee34e
NIFI-10586 Prioritized ssh-rsa algorithm in SFTP Processors
...
- The default configuration prioritizes ssh-rsa when Key Algorithms Allowed is not specified
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6479 .
2022-10-06 14:31:10 -04:00
Joe Witt
c9ebdd2025
NIFI-10521-RC4 prepare for next development iteration
2022-10-03 10:59:36 -07:00
Joe Witt
109e54cd58
NIFI-10521-RC4 prepare release nifi-1.18.0-RC4
2022-10-03 10:59:34 -07:00
Emilio Setiadarma
abf88c3aab
NIFI-10240 Removed custom validation for SSL Context Service in ListenSyslog
...
- Made sure to check TCP is protocol set before using SSL Context Service during runtime
This closes #6441
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-09-30 11:03:39 -05:00
Aerilym
4b691b133b
NIFI-10192 Caffeine cache schema request for reuse
...
This closes #6364
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-29 15:07:42 -04:00
Matthew Hawkins
3e60414d48
NIFI-10436 Initial basic brotli support
...
NIFI-10436 Add Brotli-compressed SampleFile.txt.br for unit testing
NIFI-10436 Fixup basic usage of Brotli4j API
NIFI-10436 NOTICE ok, LICENSE updated
NIFI-10436 style fixup CompressContent.java
NIFI-10436 Update CompressContent.java
This closes #6432
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-29 12:03:09 -04:00
Joe Witt
1a99b9611c
NIFI-10559 Clarified remote path can come from flowfile attributes and made inherited prop descriptors more obvious
...
This closes #6457
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-09-28 15:52:32 -05:00
Eduardo Fontes
9bc63920aa
NIFI-10289 This closes #6256 . Change getConflictColumnsClause
...
NIFI-10289 Test upsert to catch this issue
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-09-26 15:38:42 -07:00
Joe Witt
9e6ee656b5
NIFI-10532 ensuring client gets reset if any of the key values host/port/user/pw change on a per ff basis ( #6445 )
2022-09-26 17:00:23 -04:00
Bryan Bende
27e3ee1915
NIFI-10528 Create nifi-json-record-utils and updated Salesforce NAR dependencies to use it
...
This closes #6435 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-09-23 17:11:13 +02:00
Emilio Setiadarma
f586f8f4cf
NIFI-9451 - Add 'Input Character Set' property for PutEmail and additional tests
...
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6313 .
2022-09-23 00:20:23 -04:00
Mark Payne
ec09c56e93
NIFI-10508: When inferring data types for values, allow float and double to encapsulate byte/short/int/long values
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6421
2022-09-16 17:58:19 -04:00
exceptionfactory
04c0df1723
NIFI-10471 Documented and applied standard deprecation logging
...
- Updated Admin Guide with section on Logging Configuration and Deprecation Logging
- Updated Developer Guide with section on Deprecating Components and Features
- Added Deprecation Logging when adding components marked with DeprecationNotice to the Flow Configuration
- Added Deprecation Logging on deprecated methods in standard Controller Service implementations
- Removed integration tests for deprecated PersistentProvenanceRepository
- Updated logging and added documentation on minor upgrade steps
- Updated logging for HDFSNarProvider and RocksDB Repository
This closes #6390
Signed-off-by: Paul Grey <greyp@apache.org>
2022-09-13 19:40:03 -04:00
exceptionfactory
a91928e0e3
NIFI-10489 Upgraded zip4j from 2.10.0 to 2.11.2
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6409 .
2022-09-13 15:03:54 +02:00
ravinarayansingh
97b8f0e205
NIFI-10435 Masked sensitive arguments in ExecuteStreamCommand
...
This closes #6367
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-09-07 21:33:57 -05:00
krisztina-zsihovszki
822c4d473a
NIFI-10404 TailFile processor persistent state not cleaned up
...
This closes #6349 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-09-06 10:52:38 +02:00
Matthew Hawkins
64acd8b1c5
NIFI-2827 Adding zstd-jni to the necessary pom.xml. It's already in the LICENSE.
...
NIFI-2827 Update CompressContent.java to use zstd compression format
NIFI-2827 Update test cases for CompressContent.java to include zstd format
NIFI-2827 Update JsonRecordSetWriter.java to enable zstd compression format
This closes #6294
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-04 15:02:41 -04:00
exceptionfactory
4f87cd770b
NIFI-10410 Added InputRequirement annotation to ExtractGrok
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6345 .
2022-08-30 15:46:14 +02:00
Emilio Setiadarma
f5fee4dda3
NIFI-10344 Refactored Groovy tests in standard-processor to Java and JUnit 5
...
This closes #6321
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-08-25 08:02:15 -05:00
exceptionfactory
8605d0a29f
NIFI-10336 Removed unnecessary lineage check from TestMonitorActivity
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6285 .
2022-08-10 15:34:44 +02:00
Emilio Setiadarma
5b9f096143
NIFI-10307 Refactored nifi-standard-processors tests to use JUnit 5
...
This closes #6272
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-08-08 12:35:19 -05:00
exceptionfactory
fdf3925f81
NIFI-3964 Updated Grok Patterns to support TEXT and URL Resources
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6260 .
2022-08-08 14:48:21 +02:00
exceptionfactory
5cc2790891
NIFI-10302 Streamlined TestMonitorActivity to improve reliability
...
- Removed TestRunner.run() loops
- Reduced usage of Thread.sleep()
- Upgraded TestMonitorActivity to JUnit 5
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6261 .
2022-08-05 10:44:26 -04:00
exceptionfactory
2d73fd5631
NIFI-10318 Corrected HandleHttpRequest TLS client authentication
...
- Corrected setting of wantClientAuth instead of needClientAuth based on Client Authentication configuration
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6271 .
2022-08-04 14:18:10 -04:00
Joe Witt
8c66bf948c
NIFI-10272-RC2 prepare for next development iteration
2022-07-27 13:24:09 -07:00
Joe Witt
8d256784d8
NIFI-10272-RC2 prepare release nifi-1.17.0-RC2
2022-07-27 13:24:06 -07:00
exceptionfactory
7767a5b85d
NIFI-10265 Route to Failure on Connect Exceptions in PutDatabaseRecord
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6235
2022-07-25 09:36:54 -04:00
Eduardo Fontes
c61efecbdc
NIFI-10252: Use correct field(s) for PutDatabaseRecord update keys
...
Not always UpdateKey comes in first position
Better readability
Include testUpdatePkNotFirst
Including usefull SQL log debug
Fix semicolon
NIFI-10252: Additional unit test for specified update keys
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6226
2022-07-25 08:48:06 -04:00
NissimShiman
74b25c7306
NIFI-10154 ReplaceText AdminYielding on long line ( #6151 )
...
* NIFI-10154 ReplaceText AdminYielding on long line
* NIFI-10154 code review changes
Signed-off-by: Otto Fowler <otto@apache.org>
2022-07-22 11:14:23 -04:00