Justin Rittenhouse
de1d26d8bf
NIFI-10799 Add OIDC to Docker images for NiFi and NiFi Registry
...
This closes #6651
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-12 13:17:16 -06:00
Ferenc Erdei
8807a9d377
NIFI-10895 Update properties command for MiNiFi C2
...
Signed-off-by: Csaba Bejan <bejan.csaba@gmail.com>
This closes #6733 .
2023-01-12 16:02:15 +01:00
Nissim Shiman
74e0a2002e
NIFI-11030 refactor nifi-stateless-processor-bundle to use JUnit5
...
This closes #6837
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-11 18:43:40 -06:00
mr1716
fbb74b2c21
NIFI-11040 Update box-java-sdk to 3.8.2
...
This closes #6835 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-01-11 21:16:09 +01:00
Nissim Shiman
692e74e90d
NIFI-10241 Add comments tooltip for controller services, reporting tasks
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6768
2023-01-11 14:29:14 -05: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
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
lizhizhou
40ccb71f85
NIFI-10234 Added PutIoTDBRecord Processor
...
This closes #6416
Signed-off-by: David Handermann <exceptionfactory@apache.org>
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Co-authored-by: Xuan Ronaldo <xuanronaldo@qq.com>
Co-authored-by: Zhizhou Li <lizhizhou1983@gmail.com>
2023-01-10 20:38:33 -06:00
exceptionfactory
0c0f7e87be
NIFI-11004 Added documentation for OIDC groups claim property
...
This closes #6802
Signed-off-by: Paul Grey <greyp@apache.org>
2023-01-10 17:20:23 -05:00
Nissim Shiman
fe25424233
NIFI-10772 Clarify logs on shutdown where controller service and/or
...
processor were unable to properly start
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6829
2023-01-10 13:56:00 -05:00
exceptionfactory
0d9dc6c540
NIFI-9167 Converted remaining nifi-framework tests to JUnit 5
...
NIFI-9167 Addressed feedback and improved tests using TempDir
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6823
2023-01-10 13:53:51 -05:00
exceptionfactory
6c517446a4
NIFI-10949 Updated MongoDB components using current driver ( #6759 )
...
- Replaced references to mongodb-driver-legacy with mongodb-driver-sync
- Updated components to use current synchronous driver classes
- Upgraded MongoDB driver from 4.7.2 to 4.8.0
2023-01-09 14:27:35 -05:00
Paul Grey
e97977d61f
NIFI-10997 Ensure auditing of process group / controller service operations
...
This closes #6800
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-09 13:25:04 -06:00
nathluu
ea93dec079
NIFI-10481 Support disabling ZooKeeper Ensemble Tracking
...
This closes #6400
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-09 10:42:01 -06: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
exceptionfactory
e966336e89
NIFI-11029 Added Standard XML parsing to ExtractCCDAAttributes
...
- Added DeprecationNotice to ExtractCCDAAttributes
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6828
2023-01-06 16:10:42 -05:00
Nissim Shiman
9252dcbc76
NIFI-11019 Converted remaining nifi-scripting tests to JUnit 5
...
This closes #6824
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-06 11:33:18 -06:00
dan-s1
3a60013876
NIFI-10754 Added getUri NIFI Expression Language function
...
This closes #6689
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-05 15:44:41 -06:00
greyp9
b69721cac9
NIFI-10980 - correct ordering of property descriptor allowable values ( #6781 )
...
NIFI-10980 - correct ordering of property descriptor allowable values
2023-01-05 14:11:03 -05:00
exceptionfactory
53faecdcf6
NIFI-11027 Removed direct dependency on Joda Time
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6825 .
2023-01-05 11:56:42 +01:00
Chris Sampson
d9420afb60
NIFI-10844 Allow _source only output for GetElasticsearch and JsonQueryElasticsearch
...
This closes #6687
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-04 15:30:41 -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
dan-s1
06c8225bbd
[NIFI-11006] Upgraded from Junit4 to Junit5
...
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
This closes #6813
2023-01-04 16:07:20 +00:00
Csaba Bejan
660d0ed5f9
NIFI-11023 Address socket communication instability between minifi process and bootstrap
...
Signed-off-by: Ferenc Erdei <erdei.ferenc90@gmail.com>
This closes #6820
2023-01-04 15:34:32 +01:00
exceptionfactory
9aecfc4e5b
NIFI-11021 Upgraded Groovy from 3.0.9 to 3.0.14
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6819
2023-01-03 14:03:18 -05:00
Nissim Shiman
d229f3fd11
NIFI-10608 Process Group copies include non-processor referenced
...
controller services
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6685
2023-01-03 12:09:01 -05:00
dan-s1
481cdaf3db
NIFI-11018 Upgraded nifi-web-security to JUnit 5
...
This closes #6814
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-02 12:16:37 -06:00
exceptionfactory
1404a151a1
NIFI-11015 Corrected Registry Trust Store Type handling
...
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
This closes #6815
2022-12-31 09:33:13 +00:00
dan-s1
b74c5b423f
NIFI-10979 Additional nifi-framework upgrades from JUnit 4 to 5
...
This closes #6806
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-30 15:18:38 -06: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
dependabot[bot]
9915bded77
NIFI-11017 Upgraded Hazelcast from 4.2.5 to 4.2.6
...
This closes #6812
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-29 21:50:36 -06:00
Pierre Villard
09463b0ae5
NIFI-11012 Updated Twitter SDK from 1.1.4 to 2.0.3
...
This closes #6811
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-29 21:44:30 -06:00
Pierre Villard
eb9f75e28f
NIFI-11009 Update Snowflake SDK to 1.0.2-beta.7
...
This closes #6808
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-29 21:29:58 -06:00
Pierre Villard
7a4e3a4b6c
NIFI-11011 - Update AWS SDK versions to 1.12.371 and 2.17.295
...
This closes #6810
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2022-12-29 13:10:32 +00:00
Pierre Villard
bb886af69d
NIFI-11010 - Update Kinesis client to 1.14.9
...
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
This closes #6809
2022-12-29 11:29:48 +00:00
Mark Bathori
4b24bcd2f8
NIFI-10677: Add Choice data type handling to Iceberg record converter
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6563 .
2022-12-25 17:58:17 +01:00
Emilio Setiadarma
bf24d575b3
NIFI-10971: improved edge case handling while fetching objects using Azure Key Vault Client and added unit tests
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6780 .
2022-12-25 17:51:40 +01:00
exceptionfactory
beb90ba8a6
NIFI-10855 Added Documentation on CSRF Protection
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6805 .
2022-12-24 19:15:57 +01: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
Eric Bernard
b65431564d
NIFI-10988 - Fix ConsumeGCPubSubLite processors delivering incorrect messages
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6788 .
2022-12-23 18:26:13 +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
0xflotus
ba29c3b04e
NIFI-11002 - docs: fix small error
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6795 .
2022-12-22 12:06:22 +01:00
mr1716
2b0f7ac5c4
NIFI-10995 Update Jetty to 9.4.50.v20221201
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6799 .
2022-12-22 12:02:59 +01:00
Bryan Bende
6a149c3f34
NIFI-10984 Allow NAR to be uploaded to NiFi Registry without extension manifest ( #6784 )
...
This closes #6784
Signed-off-by: Otto Fowler <otto@apache.org>
2022-12-20 14:20:10 -05:00
Dominique Jean-Prost
ce237888e6
NIFI-10978 Added LDAP_REFERRAL_STRATEGY to NiFi Docker
...
This closes #6796
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-19 14:06:05 -06:00
mr1716
c85a6e866f
NIFI-10921 Upgraded Apache POI from 5.2.2 to 5.2.3
...
This closes #6760
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-19 12:41:42 -06:00
Matthew Burgess
2a88980024
NIFI-4572: Include database and table names in CaptureChangeMySQL events even when cache is not configured
...
This closes #6786 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-12-19 17:30:33 +01:00
Nandor Soma Abonyi
caee606706
NIFI-10884 log target filename
...
This closes #6792 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-12-18 22:49:52 +01:00
krisztina-zsihovszki
1d5a1bff08
NIFI-10868 PutDropbox processor
...
This closes #6740 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-12-16 18:51:31 +01:00