exceptionfactory
b23b2621ac
NIFI-11267 Removed deprecated OAuth2TokenProviderImpl
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7029 .
2023-03-13 09:22:20 +01:00
Lehel Boér
13d343d5ee
NIFI-11151: Improving code reusability of DBCP services
...
This closes #6935 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-03-07 14:41:34 +01:00
exceptionfactory
f76259a6cf
NIFI-11210 Removed unused import from TestDistributedMapCacheClientService
...
- Missed commit from #6994
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-03 15:31:27 -06:00
Paul Grey
288031f5f6
NIFI-11210 Added read timeout to DistributedMapCacheClientService
...
This closes #6994
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-03 15:00:28 -06:00
exceptionfactory
48689a2567
NIFI-11195 Refactored Identity Mapping to nifi-security-identity
...
- Moved StringUtils from nifi-properties to nifi-property-utils
- Moved Peer Identity methods from CertificateUtils to specific Site-to-Site classes
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6977 .
2023-02-23 10:33:45 -05:00
exceptionfactory
7b12545e5a
NIFI-11211 Removed deprecated SSLContextService methods
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6983 .
2023-02-22 14:54:03 -05:00
exceptionfactory
a0ef378a42
NIFI-11207 Removed HBase 1.1.2 Services
...
This closes #6979
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-02-21 19:51:02 -05:00
exceptionfactory
0fa1060297
NIFI-11208 Removed Hortonworks Schema Registry
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6980
2023-02-21 16:48:45 -05:00
exceptionfactory
5507bfa4b2
NIFI-11191 Refactored HikariCPConnectionPoolTest with Mock Driver ( #6966 )
...
- Removed Derby dependencies from HikariCP module no longer required for testing
Signed-off-by: Kevin Doran <kdoran@apache.org>
2023-02-16 17:34:57 -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
exceptionfactory
6877e84931
NIFI-11135 Upgraded Commons CSV from 1.9.0 to 1.10.0
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6921 .
2023-02-03 12:26:47 +01: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
Pierre Villard
1148738c19
NIFI-11095 This closes #6888 . Deprecate Hortonworks Schema Registry
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-01-25 09:59:00 -07:00
exceptionfactory
972667461b
NIFI-10580 This closes #6867 . Upgraded SLF4J from 1.7.36 to 2.0.6
...
- Upgraded Logback from 1.2.11 to 1.3.5
- Updated Logback DelayingShutdownHook to DefaultShutdownHook
- Disabled Spring Boot Logging System in favor of standard Logback initialization
- Excluded logback-classic from ZooKeeper and other dependencies to avoid conflicts when running tests
- Excluded spring-boot-starter-logging to avoid failures related to Logback 1.2 and Spring Boot 2.7
- Removed ZooKeeperMigratorTest.groovy based on Apache Curator test server usage of Logback 1.2
NIFI-10580 Added logback-core as explicit dependency
- Set logback-core as provided in root configuration
- Added logback-core as compile dependency in assembly configurations
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-01-23 11:38:10 -07:00
Peter Turcsanyi
cb77a96059
NIFI-11088: This closes #6878 . updated copyright year to 2023 in NOTICE files
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-01-23 09:42:44 -07: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
Matthew Burgess
a9baa21f87
NIFI-10996: Write out CSV header even if there are no records
...
This closes #6818
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-01-11 10:55:31 -05:00
Esa Lindqvist
4716c8d715
NIFI-10456 Added Client Authentication Strategy option to OAuth2 Provider
...
StandardOauth2AccessTokenProvider has been updated with new property `Client Authentication Strategy` supporting Basic Authentication as recommended in RFC 6749. The changes maintain the current default implementation using Request Body parameters
This closes #6782
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-30 15:07:33 -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
Mark Payne
78be613a0f
NIFI-10888: When inferring a schema using a Record Reader, buffer up to 1 MB of FlowFile content for the schema inference so that when we read the contents to obtain records we can use the buffered data. This helps in cases of small FlowFiles by not having to seek back to the beginning of the FlowFile every time.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6725
2022-12-14 12:09:32 -05:00
Lehel Boér
ed6ba53724
NIFI-10832: Create PutSalesforceRecord processor
...
This closes #6670 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-12-13 18:59:41 +01:00
exceptionfactory
b0ab364f61
NIFI-10967 Corrected TestWriteJsonResult mixed arrays
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6773
2022-12-09 01:01:58 -05:00
Matt Burgess
b744fac479
NIFI-10956: Fix inference issues with mixed arrays ( #6763 )
2022-12-08 09:28:19 -05:00
sopan98
ab8e9aa8df
NIFI-10890 Replaced HashMap with LinkedHashMap in JsonRowRecordReader
...
- Updated unit test based on deterministic behavior of LinkedHashMap
This closes #6726
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-29 14:26:58 -06: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
sopan98
ff14ea2aab
NIFI-10862 This closes #6709 . Fix Flaky tests in TestXMLReader
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-11-22 15:25:02 -07:00
Curtis Ruck
54108689b6
NIFI-10842 Added HTTP Protocols to StandardOauth2AccessTokenProvider
...
This closes #6686
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-22 08:26:32 -06:00
mr1716
c63a668ac5
NIFI-10808 Upgraded Guava from 31.0.1 to 31.1
...
This closes #6683
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-18 10:18:13 -06:00
Pierre Villard
2698282615
NIFI-10804 - Update okhttp-digest to 2.7
...
This closes #6681
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-11-18 08:35:12 -05:00
Mike Thomsen
ea10b62615
NIFI-10794 Made StandardOauth2AccessTokenProvider a verifiable controller service.
...
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
This closes #6645 .
2022-11-13 17:04:50 +00:00
sopan98
ce18b63db0
NIFI-10743 Used LinkedHashMap in TestHBase_1_1_2_ClientService.testScan
...
This closes #6632
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-08 14:49:22 -06:00
Mark Payne
381e0f84e1
NIFI-10767: When an empty line is encountered with Syslog Readers, just skip over the empty line instead of throwing an Exception
...
This closes #6623
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-04 16:20:22 -05:00
mr1716
60d7f437a6
NIFI-10720 Update bval-jsr to 2.0.6
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6600 .
2022-10-29 10:29:43 +02:00
mr1716
f23318a361
NIFI-10670 Update commons-csv from 1.8 to 1.9.0
...
This closes #6554
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-21 15:18:00 -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
exceptionfactory
9f2ad260bd
NIFI-10667 Added Private Key Service interface and implementation
...
- Defined PrivateKeyService in nifi-key-service-api
- Implemented StandardPrivateKeyService using Bouncy Castle library
NIFI-10667 Improved custom validation to avoid repetitive reads
NIFI-10667 Added onPropertyModified() to clear Key Reference for validation
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6553 .
2022-10-20 18:08:18 -04:00
Nathan Gough
c22181e79f
NIFI-10672 - Removed intermittently failing method from DBCPServiceTest
...
This closes #6555
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-20 16:33:35 -05:00
yiteng3
a5d93d96a3
NIFI-10631 Changed HashMap to LinkedHashMap in TestHBase_2_ClientService
...
- Adjustment avoids non-deterministic warnings related to HashMap ordering
This closes #6516
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-19 09:54:47 -05:00
Peter Turcsanyi
2be5c26f28
NIFI-10659: Extracted DBCP common code to nifi-dbcp-base module for use in Snowflake NAR
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6543
2022-10-18 17:04:14 -04: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
exceptionfactory
0dc02e26d2
NIFI-10648 Upgraded Apache Commons Text to 1.10.0
...
- Added org.apache.commons.text.version property in root Maven configuration
- Removed direct version references in favor of managed dependency version
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6531 .
2022-10-14 14:07:23 -04:00
Jon Shoemaker
9a4ce2607d
NIFI-9878 Added timeout handling for Cache Client handshaking
...
This closes #6414
Co-authored-by: Nissim Shiman <nshiman@yahoo.com>
Co-authored-by: Jon Shoemaker <jon.l.shoemaker@systolic.com>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-10 11:31:40 -05: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
Joe Witt
c6a9d70814
Merge branch 'NIFI-10521-RC4'
2022-10-06 14:13:30 -07:00
Yanni
bcec883344
NIFI-10592 This closes #6486 . fix flaky tests using wrong map impl.
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-10-05 14:49:07 -07:00
Joe Witt
c9ebdd2025
NIFI-10521-RC4 prepare for next development iteration
2022-10-03 10:59:36 -07:00