mr1716
5fb8cf89f0
NIFI-10730 Upgraded Splunk from 1.6.5.0 to 1.9.1
...
This closes #6617
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-14 07:58:27 -06:00
Mike Thomsen
78dbee8b7a
NIFI-10805 Upgraded script bundle Clojure, Groovy and JRuby
...
- Upgraded Clojure from 1.10.1 to 1.11.1
- Upgraded Groovy from 3.0.8 to 3.0.13
- Upgraded JRuby from 9.3.8.0 to 9.3.9.0
This closes #6657
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-14 07:54:52 -06:00
Mike Thomsen
00da6d5ead
NIFI-10562 Moved MongoDB to testcontainers for integration-tests
...
This closes #6642
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-14 07:35:06 -06:00
Peter Gyori
412c1f2e43
NIFI-10762: Ranger Authorizer accepts multiple Ranger Admin Identity property values ( #6625 )
2022-11-14 08:28:24 -05:00
Emilio Setiadarma
08bc44715e
NIFI-10789 Set FlowFile attributes for errors fetching from Azure Data Lake Storage
...
This closes #6644
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-14 07:27:59 -06: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
exceptionfactory
3a536e261f
NIFI-10798 Added Deprecation Logging for Java 8 on Startup
...
- Added deprecation warnings for NiFi, Registry, and MiNiFi
- Added RuntimeVersionProvider for shared reference to deprecated and minimum versions
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6648 .
2022-11-10 21:48:50 -05:00
exceptionfactory
b14eedfa7f
NIFI-10796 This closes #6647 . Upgraded Apache Iceberg from 0.14.0 to 1.0.0
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-11-10 15:39:23 -07:00
exceptionfactory
efa4f6e7de
NIFI-10795 This closes #6646 . Upgraded Jackson from 2.13.4 to 2.14.0
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-11-10 15:30:08 -07:00
exceptionfactory
588e04cd07
NIFI-10780 Improved Event Server to avoid dropping messages
...
- Improved ByteArrayMessageChannelHandler to call BlockingQueue.offer() while the server is not shutting down
- Improved NettyEventServer to use ChannelFuture.await() for closing the channel to allow shutdown to proceed
- Added test method for EventDroppedException handling
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6634 .
2022-11-10 15:38:43 -05:00
Tamas Palfy
56d0061da4
NIFI-10764 Fixed handling BIT STRING in nifi-asn1-services
...
Representing as a string of 1s and 0s (e.g. "010011000")
This closes #6622
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-10 10:33:17 -06:00
Seokwon Yang
0643f336e8
NIFI-10130 AzureGraphUserGroupProvider handles group with transitive members
...
This closes #6135
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-09 15:47:03 -06:00
Pierre Villard
425dd6a848
NIFI-10790 Updated Snowflake JDBC driver from 3.13.21 to 3.13.24
...
This closes #6641
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-09 15:32:30 -06:00
sopan98
ad4e0b0585
NIFI-10783 Switched to LinkedHashMap for CompareFuzzyHash
...
This closes #6639
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-09 14:27:39 -06:00
Gabor Kulik
1bd4169558
NIFI-10702 Clear server list on connection error in SMB processors
...
This closes #6620 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-11-09 21:07:24 +01:00
Bryan Bende
9c21e26e63
NIFI-10788 Ensure proposed service config is applied when component synchronizer adds a new service ( #6640 )
...
This closes #6640
2022-11-09 15:04:19 -05:00
Mike Thomsen
ddfaf16f68
NIFI-10781 Made the MongoDB controller service implement VerifiableControllerService.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6635
2022-11-08 17:40:41 -05:00
exceptionfactory
01816da56f
NIFI-10645 Corrected Bouncy Castle dependencies for Iceberg
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6636
2022-11-08 17:36:57 -05:00
Nandor Soma Abonyi
d374c1f399
NIFI-10760 Add API Key authentication to ElasticSearchClientServiceImpl
...
This closes #6619
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-08 16:02:49 -06:00
dependabot[bot]
cc35e3e427
NIFI-10782 Upgraded Apache Ivy from 2.5.0 to 2.5.1
...
This closes #6630 and #6631
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-08 15:31:45 -06:00
sopan98
889254a9dc
NIFI-10744 Used LinkedHashMap in TestScanHBase methods
...
This closes #6633
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-08 14:51:10 -06: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
SaumyaGurtu
747b5d4d9e
NIFI-10317 Taking care of NullPointerException if AMQP header value is null
...
NIFI-10317 refactoring to remove repeated conversions to string from char
NIFI-10317 correctly handle null values: null vs "null"
NIFI-10317 adding test
NIFI-10317 - Updated ConsumeAMQPTest to test for null and empty header values.
NIFI-10317 - Updated ConsumeAMQPTest to use hard coded string values when testing. Made convertMapToString() private.
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6382 .
2022-11-08 12:14:05 -05:00
Mark Bathori
2a85264dd5
NIFI-10645: Add cloud profiles for Iceberg processors
...
This closes #6541 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-11-08 18:03:31 +01:00
exceptionfactory
7c1a7da116
NIFI-10737 Corrected ListenBeats buffer handling
...
- Added test class for ListenBeats
- Removed unnecessary dependencies
- Implemented BatchDecoder for reading Beats Protocol frames
- Refactored protocol and handler classes
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6608 .
2022-11-07 17:09:45 -05: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
Bryan Bende
83d4e5bd04
NIFI-10771 Add SINGLE_BATCH_PER_NODE to allowable values for flow file concurrency in ProcessGroupDTO
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6627
2022-11-07 13:58:49 -05:00
Joe Gresock
c6dde491ec
NIFI-10770: Removing fetch parameters on startup
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6626
2022-11-07 13:46:01 -05:00
Shane Ardell
60a8b3bc5f
NIFI-10698: Add filtering options to summary table ( #6610 )
...
* NIFI-10698: Add filtering options to summary table
* NIFI-10698: fix checkbox spacing and alignment
* NIFI-10698: fix spacing between dropdowns
Merged #6610 into main.
2022-11-07 10:34:42 -08:00
exceptionfactory
4f80233575
NIFI-10733 Upgraded Curator from 5.3.0 to 5.4.0
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6621
2022-11-07 10:00:06 -05:00
Marco Carlino
6ce2e3799c
NIFI-10349 add maximum object age property to list s3
...
This closes #6293 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-11-07 14:44:53 +01:00
Chris Sampson
2acfd1e496
NIFI-9398 add verification to ElasticSearchClientService (with integration tests) and Elasticsearch REST API processors
...
NIFI-9398 processor verification integration-tests for nifi-elasticsearch-restapi-processors using common nifi-elasticsearch-test-utils refactored from nifi-elasticsearch-client-service
NIFI-9398 fail index exists verification for Elasticsearch processors whose operations would not create the index if it doesn't already exist
This closes #6544
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-11-05 18:17:13 -04: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
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
Mark Bean
61e1a37d2e
NIFI-10228: parse json flow using instanceIdentifier as the UUID
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6217
2022-11-04 13:09:29 -04:00
exceptionfactory
f3cd416816
NIFI-10506 Moved Repository Encryption to Admin Guide
...
- Removed Repository Encryption section from User Guide
- Added Configuration Change Considerations section
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6615 .
2022-11-04 12:47:30 -04:00
Mark Bean
4e4f6437ee
NIFI-4798 allow empty value for UpdateAttribute property
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6585
2022-11-04 12:29:19 -04:00
Mike Thomsen
19658df52b
NIFI-10675 Corrected SSL support in Neo4j V4 Cypher Service
...
- Added Testcontainers for Neo4j integration tests
This closes #6559
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-04 09:23:34 -05:00
Ferenc Erdei
86acde2fe2
NIFI-10750 Move C2NiFiClientService to minifi-framework
...
Signed-off-by: Csaba Bejan <bejan.csaba@gmail.com>
This closes #6612 .
2022-11-04 08:53:53 +01:00
exceptionfactory
4569c597f2
NIFI-10749 Corrected Windows NPM Cache for GitHub Workflow
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6616
2022-11-03 11:13:24 -04:00
Nathan Gough
d237fd228f
NIFI-10738 Updated SNMP tests to retry BindExceptions
...
This closes #6606
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-02 17:43:57 -05:00
Nissim Shiman
f4069ab77a
NIFI-10287 ExecuteScript - Allow python scripts to use external modules
...
Co-authored-by: Nissim Shiman <nshiman@yahoo.com>
Co-authored-by: dan-s1 <dstieg1@gmail.com>
NIFI-10287 changes for code review
NIFI-10287 modification based on reviewer comment
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6254
2022-11-02 16:18:41 -04:00
dan-s1
2afe2b36b9
[NIFI-10612] Initial check in of isJson code.
...
[NIFI-10612] Made suggested change to only test subject value where it is formatted like a Json array or object.
This closes #6574
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-11-02 15:46:40 -04:00
mr1716
6fed5dee17
NIFI-10732 Upgraded ASN1Bean from 1.12.0 to 1.13.0
...
NIFI-10731 Upgraded asn1bean-compiler from 1.12.0 to 1.13.0
This closes #6609
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-02 10:34:41 -05:00
Matt Gilman
ec22504d6e
NIFI-10709 Showed log in link on logout complete page
...
- Fixing issue remove token when logging out from the canvas.
This closes #6592
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-02 10:28:18 -05:00
Nathan Gough
c40639a51f
NIFI-10332 Selected OIDC Logout method using Discovery URLs
...
This closes #6594
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-01 21:33:26 -05:00
exceptionfactory
1ab024b3c8
NIFI-10740 Upgraded Spring Security from 5.7.4 to 5.7.5
...
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6607 .
2022-10-31 20:26:27 -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
Hervé Boutemy
fa1ea87a83
NIFI-10616 Resolve Reproducible ANTLR3 and JAXB Build Issues
...
This closes #6500
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-31 17:32:43 -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