jsteinebrey
59ff1b6561
NIFI-9677 Fixed issue that an empty JSON array causes flow file to be considered unmatched even though it should be considered as a match.
...
Refactored to avoid streaming over the list twice.
Tweaked unit test, so it works in NiFi 1.x also.
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #8266
2024-01-26 21:54:43 -05:00
Rob Fellows
0e87032ef3
[NIFI-12622] - Parameter Providers - listing table ( #8298 )
...
* [NIFI-12622] - Parameter Providers - listing table
* Add a new Parameter Provider
* Delete parameter provider
* refactor to reduce duplicate code when creating new properties
* support editing parameter providers
* refactored inline service creation into PropertyTableHelperService
* added parameter provider linking to access policies.
* fix bugs in flow reducer not setting state properly when starting/stopping components and run once.
* address review feedback
* refactored nifiCommon to provide stripProtocol method that was implemented in loads of places. replaced all occurrences to the nifiCommon implementation.
This closes #8298
2024-01-26 12:58:33 -05:00
Balázs Gerner
bce14f573b
NIFI-12643 Added support for FileResourceService in PutGCSObject
...
This closes #8281 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2024-01-26 14:38:41 +01:00
exceptionfactory
5ca7b0df81
NIFI-12646-RC4 prepare for next development iteration
2024-01-25 18:11:30 -06:00
exceptionfactory
640b7bdfbb
NIFI-12646-RC4 prepare release nifi-2.0.0-M2-RC4
2024-01-25 18:11:28 -06:00
exceptionfactory
38fc0a4e8d
NIFI-12646 Set Python Processor version to 2.0.0-M2
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-25 17:54:32 -06:00
Brian Ghigiarelli
49702f1f51
NIFI-12668 Fix conflict in Registry Git provider with gpg.format=ssh
...
NIFI-12667 Upgraded JGit from 6.7.0 to 6.8.0
This closes #8300
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-25 17:51:49 -06:00
Pierre Villard
68228921a4
NIFI-12664 Removed deprecated DMC in GetHBase
...
This closes #8301
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-25 17:48:43 -06:00
exceptionfactory
103e350943
NIFI-12676 Fixed Servlet Registration in HandleHttpRequest
...
This closes #8304 .
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-01-25 16:40:43 -07:00
Matt Gilman
ecb87149fe
NIFI-12611: ( #8296 )
...
- Component State.
This closes #8296
2024-01-25 14:53:17 -05:00
lehelb
7fc27651a4
NIFI-12500: Add dynamic target for Get/Set/SendTrapSNMP
...
This closes #8160 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2024-01-25 14:49:28 +01:00
Nissim Shiman
2e3f83eb54
NIFI-12387 Initialize Controller Service Comments with Empty String
...
The empty string allows controller service configuration to be saved without flow
configuration history recording a configuration change for comments.
This closes #8275
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-24 20:00:00 -06:00
David Handermann
693b187396
NIFI-12666 Corrected Registry Data Source Configuration ( #8299 )
2024-01-24 20:59:03 -05:00
Pierre Villard
89836f32d0
NIFI-12660 Added missing Filter property to QueryPinecone
...
This closes #8292
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-23 11:11:14 -06:00
exceptionfactory
3fcf5f25b4
NIFI-12657 Removed MiNiFi C2 Server modules
...
This closes #8291 .
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-01-22 17:51:29 -07:00
dependabot[bot]
33c5f38687
NIFI-12656 Upgraded vite for new frontend from 4.5.1 to 4.5.2
...
This closes #8278
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-22 13:52:00 -06:00
exceptionfactory
27d57af45d
NIFI-12653 Upgraded Spring from 6.0.15 to 6.0.16
...
- Upgraded Spring Boot from 3.2.0 to 3.2.2 for Registry
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8284 .
2024-01-22 23:15:51 +04:00
exceptionfactory
e1eeed9c46
NIFI-12654 Upgraded Netty from 4.1.105 to 4.1.106
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8289 .
2024-01-22 23:09:02 +04:00
exceptionfactory
a9f121c815
NIFI-12652 Upgraded SLF4J from 2.0.9 to 2.0.11
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8283 .
2024-01-22 22:51:27 +04:00
David Handermann
93788f9281
NIFI-12650 Upgraded json-path from 2.8.0 to 2.9.0 ( #8282 )
...
- Upgraded json-smart from 2.4.11 to 2.5.0
- Added json-path to managed dependencies in root Maven configuration
- Suppressed OWASP Dependency Check finding resolved in json-path 2.9.0
2024-01-22 13:18:28 -05:00
Ferenc Erdei
5b9897cd4b
NIFI-12501 Encrypt MiNiFi bootstrap properties
...
Signed-off-by: Ferenc Kis <briansolo1985@gmail.com>
This closes #8151 .
2024-01-22 09:25:57 +01:00
dan-s1
f76d7884ba
NIFI-12554 Moved JoltTransformJSON and JoltTransformRecord to nifi-jolt-nar
...
This closes #8249
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-19 17:30:37 -06:00
Mark Payne
345b8bd059
NIFI-12647 Added MultiProcessorUseCase for ListFile/FetchFile together
...
This closes #8276
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-19 16:11:53 -06:00
Freedom9339
39cac2b090
NIFI-8606 Added Disable & Configure button to the Controller Services Details dialog
...
This closes #7562
Signed-off-by: Mike Moser <mosermw@apache.org>
2024-01-19 20:21:00 +00:00
Pierre Villard
f402970132
NIFI-12629 - adding metadata filtering to QueryPinecone ( #8264 )
...
* NIFI-12629 - adding metadata filtering to QueryPinecone
2024-01-19 13:03:38 -05:00
nathluu
6649115a34
NIFI-12402 Added Wait for Activity to MonitorActivity
...
This closes #8063
Signed-off-by: David Handermann <exceptionfactory@apache.org>
Co-authored-by: Vuong Nguyen Van <vanvuong24072001@gmail.com>
Co-authored-by: nathluu <luuhoangtanbis@gmail.com>
2024-01-19 11:48:37 -06:00
Timea Barna
9c871699c3
NIFI-12506 Added Threading for Status Analytics Retrieval
...
This closes #8158
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-19 10:35:42 -06:00
David Handermann
e66da895fc
NIFI-12640 Moved servlet-api and jetty-schemas to nifi-jetty-bundle ( #8272 )
...
- Set Jetty AnnotationConfiguration log level to WARN suppressing informational messages related to Logback ServletContainerInitializer
2024-01-19 11:29:04 -05:00
David Handermann
806d8d6165
NIFI-12634 Ignored Blank Prefix Values in Kubernetes Components ( #8268 )
...
- Updated KubernetesConfigMapStateProvider and KubernetesLeaderElectionManager to ignore blank prefix values as provided in default configuration files
2024-01-19 08:30:45 -05:00
Mark Payne
2acc1038c9
NIFI-12616 Added Processor Documentation Support for Python
...
- Added some Use Case docs for Python processors and updated Runtime Manifests to include Python based processors as well as Use Case/MultiProcessorUseCase documentation elements. Refactored/cleaned up some of the Python code and added unit tests.
- Added python-unit-tests profile and enabled on Ubuntu and macOS GitHub workflows
This closes #8253
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-18 19:12:05 -06:00
Mark Payne
2212afe482
NIFI-12638 Add Use Case on how to use QueryRecord as a router
...
This closes #8271
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-18 19:00:12 -06:00
Mark Payne
bf1dfd0615
NIFI-12637 Handle migrating Proxy properties for InvokeHTTP
...
This closes #8270
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-18 18:59:31 -06:00
Mark Payne
ddec0dff5a
NIFI-12635 Upgraded Slack client from 1.36.1 to 1.37.0
...
This closes #8269
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-18 18:57:45 -06:00
exceptionfactory
74fdd1cf98
NIFI-12631 Upgraded Apache MINA SSHD from 2.11.0 to 2.12.0
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8265 .
2024-01-18 21:08:23 +04:00
exceptionfactory
0e6fb9a278
NIFI-12628 Upgraded Netty from 4.1.104 to 4.1.105
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8263 .
2024-01-18 11:56:16 +04:00
EndzeitBegins
359ffa5b4f
NIFI-12627 Extract nifi-file-transfer from nifi-standard-processors
...
This closes #8262
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-17 22:21:07 -06:00
EndzeitBegins
53bb995e4e
NIFI-12613 Renamed asDescribedValue() to asAllowableValue()
...
This closes #8260
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-17 22:16:29 -06:00
Peter Turcsanyi
2a3a7d9379
NIFI-11294 Support Component State Checkpoints in ConsumeAzureEventHub
...
This closes #8013
Signed-off-by: David Handermann <exceptionfactory@apache.org>
Co-authored-by: Peter Turcsanyi <turcsanyip@apache.org>
Co-authored-by: Malthe Borch <mborch@gmail.com>
2024-01-17 20:08:14 -06:00
Pierre Villard
c719761a51
NIFI-12625 Listed Supported Python Versions in Docs
...
This closes #8261
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-17 14:29:30 -06:00
Pierre Villard
6e9da11be9
NIFI-12619 Fixed Python dependencies in ParseDocument
...
This closes #8255
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-17 14:28:34 -06:00
Juldrixx
787c45dd61
NIFI-12590 Added Prefix Properties for Kubernetes Leases and ConfigMaps
...
This closes #8240
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-17 11:34:52 -06:00
Mike Moser
050f81f686
NIFI-12394 Fixed Service references for Migrated Configurations
...
When syncing to a VersionedFlow, make sure processor references to new controller services are valid after the processor migrates the configuration of its properties
This closes #8184
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-17 11:20:34 -06:00
Matt Gilman
02df7c13f8
NIFI-12604: Empty Queue ( #8246 )
...
* NIFI-12604:
- Empty Queue.
- Empty All Queues.
* NIFI-12611:
- Ensuring dialog is closed when an error occurs.
- Migrating from withLatestFrom to concatLatestFrom.
* NIFI-12611:
- Adding header/nav to the controller service listing page.
This closes #8246
2024-01-17 10:24:51 -05:00
exceptionfactory
1864a370bb
NIFI-12621 Upgraded AWS SDK from 2.20.148 to 2.23.3
...
- Upgraded AWS SDK from 1.12.573 to 1.12.637
- Added dependency check suppression to correct identification of newer ion-java library
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8257 .
2024-01-17 13:03:47 +04:00
exceptionfactory
eb36052bf2
NIFI-12620 Upgraded JLine from 3.24.1 to 3.25.0
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8256 .
2024-01-17 12:59:45 +04:00
Peter Turcsanyi
e1f920cd2b
NIFI-8278 Fixed Proxy Service property in Azure Storage processors
...
This closes #8259
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-16 20:23:05 -06:00
Mark Payne
aa837853d1
NIFI-12623: Expose ability to fetch User Details in ListenSlack and receive App Mention events
...
This closes #8258
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-16 20:11:19 -06:00
Tanmaya Panda
a613c52437
NIFI-11958 Added PutAzureDataExplorer and StandardKustoQueryService
...
This closes #7624
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-16 19:55:33 -06:00
Mark Bathori
c92034cda6
NIFI-12596: PutIceberg is missing case-insensitive Record type handling in List and Map types
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #8234
2024-01-16 17:30:17 -05:00
David Handermann
250fe90b34
NIFI-9458 Replaced SimpleDateFormat with DateTimeFormatter ( #8248 )
...
- Added FieldConverterRegistry and Standard implementation
- Moved DateTypeUtils methods to FieldConverter implementations
2024-01-16 16:39:40 -05:00