Peter Turcsanyi
14a31c81dd
NIFI-10239 Upgraded Curator from 4.2.0 to 5.3.0 for Hive3
...
- Corrected NoSuchMethodError for ZooKeeper discovery mode with Hive3 JDBC and mismatch between Hadoop 3.3.3 and Curator 4.2.0
This closes #6210
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-07-15 12:43:05 -05:00
Emilio Setiadarma
cb0753b03c
NIFI-9758 Added Dynamic Properties to PutEmail
...
This closes #6204
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-07-15 10:58:31 -05:00
exceptionfactory
047b3611bf
NIFI-10233 Corrected Anonymous Authentication for HTTP Access
...
- Enabled Standard Anonymous Authentication Filter when unencrypted HTTP is enabled
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6209 .
2022-07-14 23:27:54 -04:00
Matt Burgess
d0db4c44bb
NIFI-10231: Change AbstractScriptedControllerService.OnConfigurationRestored to use ConfigurationContext ( #6207 )
2022-07-14 11:49:00 -04:00
exceptionfactory
a9b5bebb15
NIFI-10216 Refactored NiFi Web API Security Configuration
...
- Removed extension of deprecated WebSecurityConfigurerAdapter
- Moved Filter bean configuration associated configuration classes
- Set default Spring Security log level to INFO
- Adjusted CSRF Token Repository to leverage simplified RequestUriBuilder for retrieving allowed context paths
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6195
2022-07-13 19:11:03 -04:00
exceptionfactory
0dea0ae364
NIFI-10196 Corrected Jolt UI CSRF Header Handling
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6198
2022-07-13 15:25:16 -04:00
Mark Payne
4c0555a476
NIFI-10203: Ensure that when a FlowFile is transferred and is not retried that we remove the retryCount.<uuid> attribute
...
This closes #6201
Signed-off-by: Paul Grey <greyp@apache.org>
2022-07-12 19:01:41 -04:00
exceptionfactory
51626d728b
NIFI-10215 This closes #6194 . Upgraded Curator from 5.2.1 to 5.3.0
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-07-12 09:51:26 -07:00
Mark Payne
996d8faaf4
NIFI-10203: Fixed bug in which same FlowFile Builder was used repeatedly for multiple FlowFiles; this caused mingling of their attributes when a FlowFile is routed to a relationship that has more than 1 destination (i.e., many connections with the same Relationship)
...
This closes #6187
Signed-off-by: Paul Grey <greyp@apache.org>
2022-07-12 09:52:49 -04:00
Paul Grey
274e4feeaa
NIFI-10143 Adjusted UTF-8 auto-detection in FTP Processors
...
This closes #6172
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-07-11 20:00:40 -05:00
Otto Fowler
cf4eed0224
NIFI-10207: ensure allowableValues matches SUPPORTED_STATE in ProcessorRunStatusEntity
...
This closes #6188 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-07-11 21:34:27 +02:00
UcanInfosec
06db7968fa
NIFI-10201 Upgraded Prometheus simpleclient from 0.3.0 to 0.16.0
...
This closes #6180
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-07-11 12:57:27 -05:00
mr1716
291bd40013
NIFI-10195 Upgraded Testcontainers to 1.17.3
...
This closes #6179
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-07-11 10:37:39 -05:00
dependabot[bot]
3a31dff76b
NIFI-10214 Upgraded commons-configuration2 from 2.7 to 2.8.0
...
This closes #6181
This closes #6182
This closes #6183
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-07-11 10:27:17 -05:00
Peter Turcsanyi
1685204cc1
NIFI-10206: Restored flushBuffer() call in HandleHttpResponse to avoid HTTP 404
...
This closes #6186
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-07-08 16:51:20 -05:00
Lehel
46bb7d153d
NIFI-9558: ConnectWebSocket leaks connections and duplicates FlowFiles in incoming connection mode (new PR)
...
This closes #6176 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-07-06 10:30:47 +02:00
Lehel
328d38facb
NIFI-10194: Simplified SendTrapSNMP error handling
...
This closes #6178 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-07-05 16:55:57 +02:00
Lehel
685088a59c
NIFI-9916: ListenTrapSNMP USM parsing refactor.
...
This closes #6034 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-07-04 16:43:20 +02:00
Ferenc Erdei
d78c667c19
NIFI-10166 Improved MiNiFi bootstrap test coverage
...
This closes #6160
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-07-01 14:45:31 -05:00
exceptionfactory
ea0e1b446e
NIFI-10187 Upgraded FtpServer from 1.1.1 to 1.2.0
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6171 .
2022-07-01 14:24:21 +02:00
Paul Grey
26a10d772f
NIFI-10186 Corrected PutFTP Remote Path Property EL
...
This closes #6173
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-30 19:12:28 -05:00
exceptionfactory
1f18345929
NIFI-10163 Corrected StandardProcessSessionTest after NIFI-10167
2022-06-30 19:10:57 -05:00
exceptionfactory
943197c18b
NIFI-10163
...
- Corrected StandardProcessSession.exportTo() byte counting
- Removed bytesWritten incrementing from exportTo methods
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6153 .
2022-06-30 18:42:44 -04:00
Matthew Burgess
7eec507118
NIFI-10181: Upgrade Groovy to 3.0.9
...
This closes #6170
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-30 14:47:00 -05:00
Kevin Doran
9cf5c170b1
NIFI-9810 Deprecated RocksDB repository and moved to NAR
...
- Bump version to 6.29.5 for arm64 compatibility
- Extract RocksDBFlowFileRepository and supporting code to its own module
- Mark RocksDBFlowFileRepository as deprecated, both in code and documentation
- Log deprecation warning at startup if RocksDBFlowFileRepository is used
- Move native RocksDB info logs to NiFi debug level logs
This closes #6155
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-30 14:23:10 -05:00
Mark Payne
5e83bda9e9
NIFI-10167: Added advanced timing metrics for processors, such as CPU Usage, time reading/writing content repo, process session commit time, etc. Exposed via nifi.sh diagnostics and made configurable via nifi.properties
...
This closes #6156
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-30 10:50:24 -05:00
timeabarna
d5b626f0e4
NIFI-10108 Processor scheduling via parameter ( #6115 )
...
- NIFI-10108 Processor scheduling via parameter
- Refactoring component referencing check in AbstractComponentNode and StandardParameterReferenceManager classes.
2022-06-30 10:11:13 -04:00
exceptionfactory
0458b6432d
NIFI-10158 Corrected ListFTP expression support for Hostname and Port
...
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6162 .
2022-06-29 22:11:11 -04:00
exceptionfactory
7a47c8cfbd
NIFI-10162 Reorganized InvokeHTTP Properties
...
- Corrected handling of documentation for allowable values
NIFI-10162 Updated Multipart Form-Data Name description
This closes #6163 .
Signed-off-by: Kevin Doran <kdoran@apache.org>
2022-06-29 16:52:19 -04:00
exceptionfactory
6997f17bff
NIFI-10180 This closes #6168 . Removed standard Maven repository definitions
...
- Upgraded Apache parent from 25 to 26
- Upgraded Apache Rat Plugin from 0.13 to 0.14
- Upgraded Maven Compiler Plugin from 3.9.0 to 3.10.1
- Removed Confluent repository from Confluent Registry Service module
- Removed MapR repository profile configuration
- Removed Hortonworks repository profile configuration
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-06-29 10:04:47 -07:00
exceptionfactory
ee3dcc78bf
NIFI-10173 This closes #6164 . Upgraded Flume from 1.6.0 to 1.10.0
...
- Removed unmaintained flume-dataset-sink and flume-ng-elasticsearch-sink dependencies
- Added dependency-check suppression configuration for false positives on Flume libraries
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-06-29 10:04:09 -07:00
Mark Payne
39c366eeef
NIFI-10169: When using the Insert Record Fields join strategy of JoinEnrichment, ensure that in order to combine schemas from the original record and the enrichment record we use incorporateSchema() so that even when the first enrichment record is null, we get the schema correct
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6157 .
2022-06-29 17:28:15 +02:00
Emilio Setiadarma
a098653d07
NIFI-10165 Increased NiFi bootstrap heap size to 48 MB
...
- Increased bootstrap heap size from 24 MB to 48 to avoid heap constraints when using HTTP notifications
This closes #6161
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-28 14:56:55 -05:00
exceptionfactory
0de83292de
NIFI-9849 Refactored SAML Support with Spring Security 5
...
- Updated SAML Authentication Configuration with Spring Security SAML 2 components
- Updated Administration Guide with REST Resources
- Replaced SAMLAccessResource methods with applicable Spring Security Filters
- Removed IDP Credential Service and supporting components
- Removed message.logging.enabled, metadata.signing.enabled, and signature.digest.algorithm properties
- Added Access Token Expiration resource method
- Removed Saml2AccessResource and replaced with Access Token Expiration to avoid unnecessary conflicts with SAML login consumer
- Corrected Resource URI handling to support proxy server access
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6149 .
2022-06-28 13:57:35 -04:00
Csaba Bejan
1465c2c629
NIFI-9908 C2 refactor and test coverage improvements
...
This closes #6149
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-28 12:02:31 -05:00
Nissim Shiman
db11961026
NIFI-9440 Allow Controller Services to have configurable Bulletins
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6035
2022-06-28 10:44:45 -04:00
exceptionfactory
b3b13a4ee0
NIFI-10145 Upgraded Hadoop from 3.3.2 to 3.3.3
...
- Excluded slf4j-reload4j implementation of Log4j 1
- Updated nifi-hive3-processors to leverage shared Hadoop version from 3.1.1
- Updated nifi-accumulo-bundle to leverage shared Hadoop version from 3.1.1
- Updated nifi-atlas-bundle to leverage shared Hadoop version from 3.3.2
- Updated nifi-spark-receiver to leverage shared Hadoop version from 3.3.2
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6139 .
2022-06-28 16:19:38 +02:00
exceptionfactory
c1c1d0da82
NIFI-10153 Refactored DocGeneratorTest and removed binary test files
...
This closes #6146
Signed-off-by: Kevin Doran <kdoran@apache.org>
2022-06-27 22:05:53 -04:00
Matthew Burgess
9d379121c4
NIFI-5005: Fix MergeRecord to honor writer's schema
...
This closes #6141 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-06-27 21:53:20 +02:00
exceptionfactory
d8ebfb25d0
NIFI-10161 Added Gzip Content-Encoding to InvokeHTTP and ListenHTTP
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6150 .
2022-06-26 22:23:32 +02:00
Tamas Palfy
b6a32a9c5d
NIFI-10025 Removed in-project copy of com.hortonworks.registries.schemaregistry.client.SchemaRegistryClient, relying on original instead. Added basic auth support for HortonworksSchemaRegistry.
...
This closes #6055 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-06-24 22:22:35 +02:00
Mark Payne
1442dcef23
NIFI-10111: Added option to unpack NARs into an Uber Jar and updated stateless nifi to always use this.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6117
2022-06-24 13:12:14 -04:00
Mike Thomsen
a3e8048b2d
NIFI-9981 Added support for Avro UUID types
...
This closes #6013
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-23 08:35:31 -05:00
Joe Gresock
3dda694fd6
NIFI-10139: Adding fields to RemoteProcessGroupStatus ( #6137 )
2022-06-22 12:24:23 -04:00
Tamas Palfy
edd862bf55
NIFI-10013 For JASN1RecordReader added unit test for checking multi-record input.
...
This closes #6091 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-06-22 18:19:52 +02:00
Juldrixx
bc84532a8b
NIFI-9983 Add output relation name attribute in QueryRecord processor ( #6011 )
...
* NIFI-9983 Add output relation name attribute
2022-06-21 17:55:07 -04:00
greyp9
f9beb507fd
NIFI-9996 - ListFile does not list root directory when Recurse Subdirectories is active and Path Filter is specified ( #6110 )
2022-06-21 17:23:49 -04:00
tpalfy
c08996515b
NIFI-10106 Avoid NPE in LookupRecord.createLookupCoordinates ( #6111 )
2022-06-21 17:03:44 -04:00
exceptionfactory
5febd47c72
NIFI-10109 Changed HashMap to LinkedHashMap in JsonTreeRowRecordReader ( #6112 )
...
- Added unit test to confirm preservation of field ordering
2022-06-21 17:00:34 -04:00
exceptionfactory
47121614a2
NIFI-10146 Upgraded Apache Tika from 2.4.0 to 2.4.1
...
- Removed direct dependency on metadata-extractor to inherit newer transitive version
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6140 .
2022-06-21 22:58:40 +02:00
Mark Payne
ac8c1b0326
NIFI-10148: Fixed bug in SwappablePriorityQueue, in which the Active Queue Size could be decremented before the Unacknowledged Queue Size is incremented when FlowFiles are polled. This can result in the SwappablePrioriotyQueue incorrectly returning a value of true from the isEmpty() method. Additionally, updated the NiFiSystemIT so that if waiting for a particular queue size we periodically log size of all queues, which aids in debugging, and added necessary methods to FlowClient to make that happen.
...
This closes #6143
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-21 15:55:47 -05:00
Matt Burgess
b60b9b8e29
NIFI-10141: Fix WriteJsonResult logging to show writer's schema ( #6142 )
...
* NIFI-10141: Fix WriteJsonResult logging to show writer's schema
2022-06-21 16:53:30 -04:00
Bryan Bende
1de9c72779
NIFI-10140 Handle deleted parameters in StandardVersionedComponentSynchronizer
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6138 .
2022-06-21 10:43:38 -04:00
exceptionfactory
eef4ea1fc6
NIFI-10138 Updated Atlas tests to use Jackson 2
...
- Replaced Jackson 1 dependencies with Jackson 2
- Removed commons-beanutils override that is no longer necessary with new Hadoop version
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6136 .
2022-06-18 09:46:23 +02:00
exceptionfactory
4aee4546b9
NIFI-10135 Upgraded maven-surefire-plugin to 3.0.0-M7
...
- Removed duplicate plugin configuration in nifi-registry
- Removed maven-failsafe-plugin override in nifi-elasticsearch-client-service
- Removed failing test ResourceAuthorizationFilterSpec in nifi-registry-web-api
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6132 .
2022-06-18 09:43:46 +02:00
Joe Gresock
5e01d3de06
NIFI-10117: Allowing remote group ports to be synchronized from Stand… ( #6128 )
...
NIFI-10117: Allowing remote group ports to be synchronized from StandardVersionedComponentSynchronizer
2022-06-17 14:28:14 -04:00
Matthew Burgess
d89f98f5b4
NIFI-9666 Implemented MiNiFi C2 client and refactored bootstrap
...
- Implemented MiNiFi C2 client using OkHttp
- Refactored MiNiFi bootstrap command handling and socket communication
- Added C2 Client Service to nifi-framework-core
This closes #6075
Co-authored-by: Matthew Burgess <mattyb149@apache.org>
Co-authored-by: Csaba Bejan <bejan.csaba@gmail.com>
Co-authored-by: Ferenc Erdei <ferdei@cloudera.com>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-17 09:23:52 -05:00
exceptionfactory
bd45eb4995
NIFI-10100 Upgraded Jersey to 2.35
...
- Replaced individual version references with Jersey BOM dependency
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6106 .
2022-06-16 23:09:22 -04:00
Emilio Setiadarma
2161d0fe9c
NIFI-10104 Refactored usage of PropertyEncryptor
...
This closes #6119
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-16 16:38:34 -05:00
exceptionfactory
07bbcb771e
NIFI-10087 Implemented UDPEventRecordSink
...
This closes #6099
Signed-off-by: Paul Grey <greyp@apache.org>
2022-06-15 17:58:17 -04:00
Mark Bean
0f5d8517b5
NIFI-5378 Prevent duplicate keys with different values in nifi.properties
...
This closes #6061
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-14 11:06:35 -05:00
exceptionfactory
554f648f00
NIFI-9654 Added Queue Logging to ListenTCP
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6116 .
2022-06-14 15:47:38 +02:00
exceptionfactory
f91d877043
NIFI-10114 This closes #6122 . Removed Single Refresh from ShellUserGroupProvider
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-06-13 14:38:19 -07:00
Mark Payne
00a96d79e0
NIFI-9347: Changed timeout for tests from 5 seconds to 60. It appears that the timeout was previously 50-60 seconds per test and was reduced in NIFI-9141 to 5 seconds, but 5 seconds causes problems in some environments
2022-06-10 10:57:53 -07:00
Nandor Soma Abonyi
f99298f98e
NIFI-7535 add detailed error message when .nar file is not readable
...
This closes #6056
Signed-off-by: Bence Simon <bsimon@apache.org>
2022-06-10 09:40:27 +02:00
exceptionfactory
c51f70b6e6
NIFI-10096 Corrected nested inherited Parameter Context loading
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6114 .
2022-06-09 21:10:44 -04:00
Lehel
d925989811
NIFI-9963: Configure JsonTreeReader whether the schema applies to the Root Node or the Nested Node
...
This closes #6018 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-06-09 19:42:16 +02:00
Lehel Boér
2072e4ed2a
NIFI-10105: FetchS3Object decodes Content-Disposition
...
This closes #6109 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-06-09 14:26:32 +02:00
exceptionfactory
54f1372b78
NIFI-10103 Upgraded Solr from 8.8.2 to 8.11.1
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6107 .
2022-06-08 14:14:02 +01:00
exceptionfactory
a5bed1391e
NIFI-10098 Upgraded Apache Tika from 2.3.0 to 2.4.0
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6104 .
2022-06-07 17:53:58 +01:00
exceptionfactory
e19efa6658
NIFI-10095 Use Allowable Value Display Name for Default Value when found
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6103 .
2022-06-07 14:36:47 +01:00
exceptionfactory
2455ba2c45
NIFI-10094 Removed unused test HttpServer classes
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6102 .
2022-06-07 14:33:57 +01:00
exceptionfactory
e618e85da7
NIFI-10093 Set timeout to 5 seconds on SocketProtocolListenerTest ( #6101 )
2022-06-06 16:23:17 -04:00
Matthew Burgess
5591bec44b
NIFI-9742: Use dependent property Display Names in documentation
...
This closes #5820
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-06 13:43:02 -05:00
Emilio Setiadarma
58f93d1f8b
NIFI-10085 Removed CryptoUtility.isUnlimitedStrengthCryptoSupported() and references
...
This closes #6098
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-06 08:49:39 -05:00
exceptionfactory
4aa0d31d9f
NIFI-10088 Set SSH Transport Timeout using SFTP Data Timeout property
...
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6097 .
2022-06-03 19:10:28 -04:00
exceptionfactory
1342ea7025
NIFI-10079 Upgraded ZooKeeper from 3.5.9 to 3.8.0
...
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6096 .
2022-06-03 19:05:21 -04:00
exceptionfactory
4b655ecb68
NIFI-9804 Added HTTP/2 support to Application Server
...
- Added nifi.web.https.application.protocols property
- Set default protocol to HTTP/1.1 and provided documentation for enabling HTTP/2
- Changed StandardALPNProcessor handshakeFailed log to debug
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6093 .
2022-06-03 11:54:21 -04:00
Matthew Burgess
639ab328c9
NIFI-10057: Add support for SQL Server's DATETIMEOFFSET type to ExecuteSQL processors
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6080 .
2022-06-03 10:33:41 +02:00
exceptionfactory
4c2fc216ab
NIFI-9671 Deprecated GetTwitter in favor of ConsumeTwitter
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6094 .
2022-06-03 10:31:41 +02:00
exceptionfactory
5a2992c243
NIFI-9960 Add documentation for Sensitive Dynamic Properties ( #6089 )
...
* NIFI-9960 Added documentation for Sensitive Dynamic Properties
- Updated User Guide with Add Property details
- Updated Developer Guide with annotation configuration details
- Updated Document Writer to indicate Supports Sensitive Dynamic Properties status
* NIFI-9960 Adjusted User Guide wording based on feedback
2022-06-02 08:12:22 -04:00
Lehel
04aa32cd57
NIFI-10054: Improve SendTrapSNMP error handling
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6081 .
2022-06-02 11:43:24 +02:00
exceptionfactory
7f93cb4c91
NIFI-6943 Set DataDogReportingTask API Key Property as Sensitive
...
- Corrected Logger handling and improved unit tests
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6090 .
2022-06-02 11:40:53 +02:00
exceptionfactory
1f9672c18b
NIFI-10075 Improved TestListSFTP configuration verification
...
- Changed assertVerificationSuccess() to separate testVerificationSuccessful() method
- Upgraded TestListSFTP to JUnit 5
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6092 .
2022-06-02 11:36:25 +02:00
Joe Gresock
48de70a568
NIFI-10071: Adding support for HashiCorp Vault K/V version 2 Secrets Engine ( #6087 )
2022-06-01 15:09:01 -04:00
tpalfy
0d45fef702
NIFI-10074 Fix potential UnsupportedOperationException in PutSmbFile.customValidate. ( #6088 )
2022-06-01 14:27:07 -04:00
exceptionfactory
45cc3cefe5
NIFI-10069 Updated multiple components to support Sensitive Dynamic Properties
...
- ExecuteScript
- ExecuteStreamCommand
- InvokeScriptedProcessor
- HikariCPConnectionPool
This closes #6085 .
Signed-off-by: Kevin Doran <kdoran@apache.org>
2022-06-01 11:26:41 -04:00
Joe Gresock
314232ca6c
NIFI-10072: Adding LoadBalanceStatus to ConnectionStatus ( #6086 )
2022-05-31 16:27:23 -04:00
Paula Yamashita
9878df9f5a
NIFI-9867 Adding new tests to increase Test Coverage of GetTwitter
...
This closes #5978
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-05-31 09:53:29 -05:00
Tamas Palfy
d79b390836
NIFI-10056 Wrap table scan in a kerberos action in KuduLookupService so that expired TGTs are renewed automatically.
...
This closes #10056 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-05-27 18:43:46 +02:00
Bryan Bende
98ec2563e9
NIFI-10059 Remove incorrect removal of controller service from cache ( #6082 )
2022-05-26 17:13:28 -04:00
Mark Payne
35d8bb5ca9
NIFI-10051: Clear Controller Services' state in a background thread instead of the web thread.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6078
2022-05-26 10:31:55 -04:00
exceptionfactory
83316736f8
NIFI-9959 Add UI Support for Sensitive Dynamic Properties ( #6073 )
...
* NIFI-9959 Added UI Support for Sensitive Dynamic Properties
- Added SupportsSensitiveDynamicProperties to DBCPConnectionPool and ScriptedReportingTask
* NIFI-9959 Added sensitive parameter argument for Controller Service descriptors
* NIFI-9959 Adjusted sensitive property descriptor handling to support changing status
* NIFI-9959 Added info icon for Sensitive Value field
* NIFI-9959 Corrected handling of descriptor for existing dynamic properties
* NIFI-9959 Cleaning up dialog markup.
Co-authored-by: Matt Gilman <matt.c.gilman@gmail.com>
This closes #6073
2022-05-25 21:36:31 -04:00
Nandor Soma Abonyi
f66540eb6d
NIFI-9951 Add proxy support to Azure ADLS and Blob v12 processors
...
This closes #5990 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-05-25 20:33:14 +02:00
exceptionfactory
e5203db960
NIFI-10046 Upgraded Gson to 2.9.0
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6072
2022-05-25 14:14:44 -04:00
Mark Payne
d664708dd3
NIFI-10049: When unscheduling reporting task, increment its concurrent task count until we've finished all shutdown logic and then decrement it, in much the same way that we do for processors
...
This closes #6076
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-05-24 17:54:17 -05:00
Timea Barna
205c58230b
NIFI-9879 Add min/max age and min/max size properties to ListAzure processors
...
This closes #5933 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-05-24 17:22:52 +02:00
exceptionfactory
99be62be67
NIFI-9958 Add Framework Support for Sensitive Dynamic Properties ( #6057 )
...
* NIFI-9958 Implemented Sensitive Dynamic Properties
- Added SupportsSensitiveDynamicProperties annotation for components
- Added optional sensitive query parameter to Property Descriptor REST Resource methods
- Added system tests for components supporting sensitive dynamic properties
- Updated REST Resources to support Sensitive Dynamic Property Names
- Updated Documentation Writer to indicate component support for Sensitive Dynamic Properties
- Updated InvokeHTTP to support Sensitive Dynamic Properties
- Updated Auditor components to handle masking Sensitive Dynamic Properties
* Refactored Property Descriptor REST method handling
- Corrected AbstractDocumentationWriter evaluation of support for sensitive dynamic properties
- Refactored Controller Service Dynamic Properties system tests to new class
* Updated AbstractComponentNode.getProperties() to get canonical descriptor
2022-05-23 17:20:54 -04:00
Matthew Burgess
41b3778d67
NIFI-10044: Add content viewer support for YAML
...
This closes #6063
Signed-off-by: David Handermann <exceptionfactory@apache.org?
2022-05-23 11:46:15 -05:00
Matthew Burgess
e74557f990
NIFI-10027: Add support for WEBP images to the image viewer
...
This closes #6064
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-05-23 09:06:27 -05:00