Shane Ardell
7a7f6f6229
NIFI-11593: Fix hiding logic for properties ( #7339 )
...
* NIFI-11593: fix hiding logic for properties with references or without dependent values
* NIFI-11593: remove arrow functions
Merged #7339 into main.
2023-06-05 13:36:49 -07:00
dependabot[bot]
88d7b3905b
NIFI-11644 Upgraded Hazelcast from 4.2.7 to 5.3.0
...
This closes #7282
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-06-05 14:49:22 -05:00
Matt Burgess
d200186096
NIFI-11567: Auto-reload database file in GeoEnrichIP processors ( #7266 )
...
NIFI-11567: Auto-reload database file in GeoEnrichIP processors
2023-06-05 13:54:17 -04:00
Bryan Bende
ce50ffbe0e
NIFI-11464 Improvements for importing nested versioned flows ( #7218 )
...
* NIFI-11464 Improvements for importing nested versioned flows
- Introduce FlowSnapshotContainer to return root snapshot + children
- Introduce ControllerServiceResolver to extract logic from service facade
- Update resolution logic to correctly consider all services in the hierarchy
- Merge additional parameter contexts and parameter providers from child to parent
- Add unit test for controller service resolver
- Replace use of emptSet/emptyMap with new set/map instance
2023-06-05 10:11:33 -04:00
Peter Turcsanyi
963518d943
NIFI-11586 Added AzureStorageCredentialsControllerServiceLookup_v12
...
Also added client caching in blob v_12 processors which was needed to support multiple credentials provided by the new lookup service
This closes #7300
Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
2023-06-05 13:07:02 +02:00
Peter Turcsanyi
803868935a
NIFI-11628 Fixed Object[] and Throwable argument substitution in SimpleProcessLogger
...
This closes #7362
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-06-02 14:59:07 -05:00
Mark Payne
df9f8ddcfb
NIFI-11636: Do not buffer Parquet content into memory unnecessarily
...
NIFI-11636: Change default log level from parquet internal reader to WARN as it logs excessively at INFO level
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #7334
2023-06-02 15:35:10 -04:00
exceptionfactory
ec525b0437
NIFI-11629 This closes #7327 . Added Socket Write Timeout to InvokeHTTP
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-06-02 08:04:25 -07:00
Joe Gresock
3ef4439879
NIFI-8287 Upgraded SQS Processors to use AWS SDK 2
...
This closes #7211
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-06-01 21:53:33 -05:00
Scott Aslan
7a10ba6165
[NIFI-11560] call forEach on Map ( #7297 )
...
* [NIFI-11560] call forEach on Map
* getComponentRestrictions returns Map, use forEach
This closes #7297
2023-06-01 16:13:08 -04:00
Matthew Burgess
3ebe8f2983
NIFI-11538: This closes #7239 . Fix primitive type conversion for PutIceberg
2023-06-01 12:29:38 -07:00
Mark Payne
50811660d0
NIFI-11603 Refactored Socket-based tests to use Dynamic Ports
...
- Removed NetworkUtils methods for getting available ports
- Updated Socket-based components to support using 0 to listen on a random available port for improved test reliability
This closes #7299
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-06-01 13:33:06 -05:00
exceptionfactory
b042eb01e8
NIFI-11614 Improved Validation for JndiJmsConnectionFactoryProvider
...
This closes #7313 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-06-01 19:53:18 +02:00
Pierre Villard
d4f301f473
NIFI-11620 Upgraded Google libraries-bom from 26.12.0 to 26.15.0
...
This closes #7321
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-31 16:31:44 -05:00
Pierre Villard
06b49cbc32
NIFI-11619 Upgraded Azure BOM from 1.2.11 to 1.2.13
...
This closes #7320
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-31 16:31:04 -05:00
Mark Payne
4b7e20740e
NIFI-11591: Added additional logging for DynamicallyModifyClasspath system test
...
This closes #7312
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-31 16:23:07 -05:00
Mark Payne
ac810671c5
NIFI-11621: Handle the case of CHOICE fields when inferring the type of ARRAY elements. E.g., support ARRAY<CHOICE<STRING, NULL>>
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #7322
2023-05-31 17:07:39 -04:00
Steven Matison
645618a609
NIFI-11608 Fixed Expression Language Evaluation in PutBigQuery
...
This closes #7316
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-31 14:32:01 -05:00
Bence Simon
007bf3bcec
NIFI-11596 Adjusting Swagger contract to cover RegistryClients as possible reference type for Controller Services
...
This closes #7295
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-31 11:02:48 -05:00
siddr
b6802ffed8
NIFI-11598 Upgrade gremlin.version from 3.6.2 to 3.6.4
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7311 .
2023-05-31 15:06:39 +02:00
Peter Turcsanyi
02374798d2
NIFI-11615: Logging fixes in AMQP bundle
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7314 .
2023-05-31 13:03:41 +02:00
Michael Moser
eca4f5d68f
NIFI-11392 for CRON scheduled components, improved cancellation of … ( #7232 )
...
NIFI-11392 for CRON scheduled components, improved cancellation of futures for thread cleanup
2023-05-30 11:09:06 -04:00
Peter Turcsanyi
3bd4b49abe
NIFI-11369: Fixed Defragment strategy with optional fragment.count attribute in MergeContent
2023-05-30 16:25:28 +02:00
mr1716
bfa4b178ee
NIFI-11606 Update aws-kinesis-client-library-version to 1.14.10
...
This closes #7307
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-05-29 14:07:44 -04:00
Mark Bathori
cfd62c9511
NIFI-11590: Missing Enum data type handling in FlowFileTable
...
This closes #7294 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-05-26 11:08:37 +02:00
Peter Turcsanyi
de62c6261f
Revert "NIFI-11590: Missing Enum data type handling in FlowFileTable"
...
This reverts commit 4e304ac586
.
2023-05-26 11:07:45 +02:00
Mark Bathori
4e304ac586
NIFI-11590: Missing Enum data type handling in FlowFileTable
...
This closes #7294 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-05-26 10:57:33 +02:00
dan-s1
d6600e67cb
NIFI-2964 Added JSON Handling Strategy property to AttributesToJSON
...
This closes #7231
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-25 15:51:02 -05:00
Mike Moser
a446af8aaa
NIFI-11580 Use daemon threads in DistributedCacheClient for clean shutdown
...
- Added thread naming based on Component Type and Component Identifier
This closes #7281
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-25 14:04:20 -05:00
mr1716
4695925dd5
NIFI-11599 Upgraded json-schema-validator from 1.0.79 to 1.0.82
...
This closes #7293
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-25 13:19:37 -05:00
mr1716
8a0007a6b8
NIFI-11597 Upgraded zstd-jni from 1.5.5-1 to 1.5.5-3
...
This closes #7292
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-25 13:12:11 -05:00
Peter Turcsanyi
e2dd9359e4
NIFI-11585: Added ADLSCredentialsControllerServiceLookup
...
This closes #7287
Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
2023-05-25 15:49:50 +02:00
mr1716
40157ae5a2
NIFI-11588 Upgraded gRPC from 1.54.1 to 1.55.1
...
This closes #7290
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-24 13:27:36 -05:00
NissimShiman
a59ea4a135
NIFI-11109 Allow registry client's class in flow.xml/json to not change ( #7273 )
...
when underlying nar for nifi-flow-registry-client-nar is missing
2023-05-24 13:32:31 -04:00
Mark Payne
ca2a829d47
NIFI-11584 Improved MergeContent stream handling
...
- Allow ProcessSession to manage its own input streams and deprecated method that reads from FlowFile without allowing it
This closes #7286
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-24 11:09:42 -05:00
Matthew Burgess
adb8420b48
NIFI-11552: Support FlowFile Attributes in some PutIceberg proeprties
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7268 .
2023-05-24 11:40:48 +02:00
Matthew Burgess
df04c60e01
NIFI-8326: Send records as individual messages in Kafka RecordSinks
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #4901 .
2023-05-24 10:43:30 +02:00
exceptionfactory
3833b51764
NIFI-11583 Removed GetIgniteCache and PutIgniteCache Processors
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7285 .
2023-05-24 09:49:34 +02:00
Mark Payne
a12c9ca9c7
NIFI-11557: Avoid using the expensive and unnecessary Files.walkFileTree on startup and initialization of Content Repository. Also performed some code cleanup: IntelliJ flagged many warnings in the class, mostly around methods that are no longer used and potential NullPointerExceptions, so those were cleaned up. Additionally, removed the nifi property for max flowfiles per claim - this property was never implemented. It was referenced, but the way in which is was used curiously had nothing to do with what the property was intended to be used for or for how it was documented. Instead, it was used to limit the max number of claims that could remain writable. As a result, it was removed.
...
NIFI-11557: Added an additional system test and updated github actions to include surefire-report in order to help diagnose problem that occurred in one of the last system-test runs in Github. Could not replicate problem locally
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #7265
2023-05-23 14:29:29 -04:00
Bence Simon
ec01bce207
NIFI-11559 Increased poll time in CollisionAwareResourceProviderWorkerTest
...
- Incremental adjustment avoids breaking test on slower environments
This closes #7260
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-23 10:14:39 -05:00
exceptionfactory
c32bfd0557
NIFI-11568 Removed Apache DS Test Dependency
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #7264 .
2023-05-21 07:17:52 -04:00
Pierre Villard
a54c9915c3
NIFI-11574 Upgraded snowflake-ingest-sdk from 1.1.3 to 1.1.4
...
This closes #7277
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-19 16:26:58 -05:00
Pierre Villard
0e8aa5b744
NIFI-11571 Upgraded Apache SSHD from 2.9.2 to 2.10.0
...
This closes #7275
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-19 16:25:58 -05:00
mr1716
141ea044bb
NIFI-11564 Upgraded msal4j from 1.13.7 to 1.13.8
...
- Upgrade applies to nifi-azure-graph-authorizer
This closes #7262
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-19 10:24:23 -05:00
Mike Thomsen
c473e6fa0c
NIFI-11221 Removed client configuration from AbstractMongoProcessor.
...
NIFI-11221 Style check fixes
NIFI-11221 Removed dead code.
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #7213
2023-05-19 10:53:28 -04:00
Joe Gresock
28f003d886
NIFI-11563: Allowing source connectables to be restarted on new connections in the StandardVersionedComponentSynchronizer ( #7261 )
2023-05-19 08:24:13 -04:00
Lehel Boér
6c70471cc6
NIFI-5151: Add UPSERT support for Apache Phoenix
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #7263
2023-05-18 15:54:08 -04:00
Lehel
1a38bf003e
NIFI-11547 Fixed DBCPConnectionPool verification
...
- Added unit test for AbstractDBCPConnectionPool
This closes #7249
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-17 10:51:29 -05:00
siddr
607b53504b
NIFI-11454 Upgraded commons-jexl3 from 3.2.1 to 3.3
...
This closes #7252
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-16 15:48:57 -05:00
exceptionfactory
bfe4110b56
NIFI-11513 Remove deprecated NarProvider and implementations ( #7222 )
...
* NIFI-11513 Removed deprecated NarProvider and implementations
- Removed HDFSNarProvider
- Removed NiFiRegistryNarProvider
- Removed nifi-external-resource-utils module from nifi-commons
- Removed unnecessary deprecated annotations from EncryptedSchemaRepositoryRecordSerde
- Removed deprecated method from ContentRequestContext interface
- Restored NiFi Registry Provider example properties
2023-05-16 16:10:25 -04:00