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 Gresock
094222260c
NIFI-9402: Adding DatabaseParameterProvider
...
Adding provided scope to api dependency in nifi-standard-parameter-providers module
Adding additional documentation, other minor code cleanup
Correcting error handling in StandardParameterProviderNode, updating additional details for DatabaseParameterProvider
Correcting null columm value handling
NIFI-9402: Fixed Checkstyle violation
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6391
2022-09-28 17:41:57 -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
exceptionfactory
dfa18b848f
NIFI-10477 Upgraded Apache Calcite from 1.31 to 1.32
...
This closes #6396
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-11 07:55:07 -04:00
exceptionfactory
1370295bd3
NIFI-10470 Upgraded SSHJ from 0.33.0 to 0.34.0
...
This closes #6387
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-10 07:19:22 -04:00
exceptionfactory
5b3601f50f
NIFI-10472 Upgraded SnakeYAML from 1.29 to 1.31
...
- Replaced module overrides with root managed dependency version
This closes #6389
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-09 20:38:01 -04:00
Joe Gresock
de7793e69b
NIFI-9003 Added framework support for Parameter Providers
...
- Added Environment Variable and File Parameter Provider implementations
- Added Parameter Provider commands to CLI
- Added component search handling for Parameter Providers
- Added documentation for integrating Parameter Providers
This closes #5369
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-09-09 13:04:56 -05:00
UcanInfosec
aca93ed3ce
NIFI-10464 Upgraded json-flattener from 0.13.0 to 0.14.0
...
This closes #6380
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-09-09 10:03:31 -05: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
UcanInfosec
a22f0b6bb4
NIFI-10399 Upgraded Jolt from 0.1.1 to 0.1.7
...
This closes #6339
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-08-31 15:40:59 -05: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
UcanInfosec
0fd262efca
NIFI-10319 - Update pom.xml
...
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6270 .
2022-08-05 16:42:06 -04: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
Emilio Setiadarma
b260c10ad4
NIFI-10293 Refactored tests in nifi-jolt-transform-json-ui to use JUnit 5
...
This closes #6258
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-08-01 10:49:27 -05:00
Joe Witt
8c66bf948c
NIFI-10272-RC2 prepare for next development iteration
2022-07-27 13:24:09 -07:00