Mikhail Sapozhnikov
76613a0ed4
NIFI-6730 AMQP QoS support
...
This closes #8146 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-12-14 21:39:25 +01:00
Bence Simon
3c4ccd2c64
NIFI-12509 Changing default TTL of HazelcastMapCacheClient
...
This closes #8154 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-12-14 13:04:47 +01:00
EndzeitBegins
c272574dcc
NIFI-12452 Improved support for DescribedValue in Descriptors
...
- Removed calls to Builder.defaultValue(null) in several Components
This closes #8102
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-13 13:45:45 -06:00
Bence Simon
5b664147ee
NIFI-12508 Cleaning up remainders of the Event Driven Strategy
...
This closes #8153
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-13 13:15:29 -06:00
exceptionfactory
23d2d97aab
NIFI-12511 Corrected lib Directory Assembly Configuration
...
- Moved JAR libraries to core.xml configuration using include strategy
- Added NAR bundles section to common.xml dependencies
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8155 .
2023-12-13 18:24:52 +01:00
Emilio Setiadarma
2691ad0451
NIFI-12474: remove TriggerWhenEmpty for DeleteHDFS ( #8125 )
2023-12-13 11:42:40 -05:00
Pierre Villard
4a841c4028
NIFI-12496 Moved Python extensions unpacking to common.xml
...
This closes #8148
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-12 21:41:09 -06:00
Matt Gilman
4f59f46ce4
NIFI-12445: Provenance Event Listing ( #8133 )
...
- Provenance Event Listing.
- View Provenance Event dialog.
- Provenance routing.
- Provenance search.
- Replay.
- Download content.
- View content.
- Addressing review feedback.
- Addressing review feedback.
This closes #8133
2023-12-11 17:36:42 -05:00
Peter Gyori
78b822c452
NIFI-12105: remove unnecessary checking of compressed content from testAdditionalNarDirectoriesSpecified test case
...
This closes #8150 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-12-11 19:33:39 +01:00
Peter Turcsanyi
718d7e0461
NIFI-12497 Upgraded snowflake-jdbc to 3.14.4
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8149 .
2023-12-11 15:54:02 +01:00
Rajmund Takacs
9a5ec83baa
NIFI-12241 Efficient Parquet Splitting
...
This closes #7893 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2023-12-10 22:03:37 +01:00
Ferenc Kis
c55d600d0a
NIFI-12490 MiNiFi docker graceful shutdown
...
Signed-off-by: Csaba Bejan <bejan.csaba@gmail.com>
This closes #8145 .
2023-12-09 14:52:38 +01:00
Timea Barna
71d99aff5d
NIFI-12479 Add pg-export to toolkit CLI
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8137 .
2023-12-08 18:18:26 +01:00
exceptionfactory
a126f6a7df
NIFI-12492 Moved QuestDB Status Repository to Separate NAR
...
- Added nifi-framework-status-history-shared module for common components
- Added include-questdb build profile for including the QuestDB NAR
- Upgraded QuestDB from 7.2 to 7.3.7 for NIFI-12435
Signed-off-by: Bence Simon <bsimon@apache.org>
This closes #8141
2023-12-08 14:12:54 +01:00
exceptionfactory
ec3da7144c
NIFI-12475 Disabled Bypass Validation by Default in PutMongoRecord
...
- Updated property description to indicate that bypass validation is a Privilege Action that can cause authorization errors.
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8139 .
2023-12-08 14:08:54 +01:00
David Handermann
f73888e7dd
NIFI-12478 Return Message Type as body for JMS Object Messages ( #8131 )
2023-12-07 16:41:34 -05:00
exceptionfactory
b9dbcab160
NIFI-12489 Upgraded Apache POI from 5.2.4 to 5.2.5
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8140 .
2023-12-07 18:28:55 +01:00
Peter Gyori
5675d37bed
NIFI-12105: ExecuteStateless processor accepts additional NAR directories
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8129 .
2023-12-07 16:03:05 +01:00
exceptionfactory
5c1b0a1140
NIFI-12483 Streamlined JMX Metrics Filtering Parameters
...
- Added bean name filter processing and added test cases
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8134 .
2023-12-07 15:59:32 +01:00
Matt Gilman
17a331b9e1
NIFI-12484: Bumping dependency to latest minor/incremental release ( #8135 )
...
- Bumping dependency to latest minor/incremental release.
- Adding an explicit override for vite which is needed until Angular can be upgraded to version 17.
This closes #8135
2023-12-07 09:02:48 -05:00
Matt Gilman
414eea805f
NIFI-12470: Fixing forEach callback for usage with Object.entries() to address layout issue in Status History ( #8121 )
...
* NIFI-12470:
- Fixing forEach callback for usage with Object.entries() to address layout issue in Status History.
- Using es5 syntax.
This closes #8121
2023-12-07 08:19:25 -05:00
exceptionfactory
34aebc1f69
NIFI-12473 Deleted removeByPattern Methods from Cache Services
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8124 .
2023-12-07 12:42:08 +01:00
mr1716
58f1e97c41
NIFI-12477 Update org.apache.commons.io.version to 2.15.1
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8130 .
2023-12-07 12:39:56 +01:00
Ferenc Kis
effbb76baa
NIFI-12476 Exclude nifi-framework-core from minifi-bootstrap
...
Signed-off-by: Ferenc Erdei <erdei.ferenc90@gmail.com>
This closes #8128 .
2023-12-06 14:51:42 +01:00
Mark Payne
1d06185f13
NIFI-12453 Added cluster-status command to nifi.sh
...
NIFI-12454 Allow decommissioning cluster node without shutdown
This closes #8100
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-05 22:12:55 -06:00
Mark Payne
a21993ef72
NIFI-12331 Added PublishSlack Processor
...
- Removed deprecated PutSlack and PostSlack
This closes #8120
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-05 15:10:12 -06:00
dan-s1
ab8a82b997
NIFI-12410 Support EL for Starting Row in ExcelReader
...
This closes #8119
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-05 08:56:00 -06:00
Peter Turcsanyi
8645088e1d
NIFI-12412 Support Proxies for Blob Checkpoints in ConsumeAzureEventHub
...
This closes #8107
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-05 08:23:59 -06:00
Pierre Villard
d0dd4e03e0
NIFI-12427 Add channel name attribute to ConsumeSlack
...
This closes #8078
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-05 07:42:54 -06:00
Matt Burgess
eeb2b1a644
NIFI-12318: Fixed byte array generation in GenerateRecord
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8109 .
2023-12-05 14:41:22 +01:00
exceptionfactory
8dc09c8911
NIFI-12462 Upgraded Logback from 1.3.13 to 1.3.14
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8114 .
2023-12-05 09:04:26 +01:00
mr1716
d1c7e6c6b8
NIFI-12466 Upgraded MongoDB Driver from 4.10.2 to 4.11.1
...
This closes #8118
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-04 17:09:03 -06:00
mr1716
d6bac808ba
NIFI-12465 Upgraded mysql-binlog-connector-java from 0.28.1 to 0.28.3
...
This closes #8117
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-04 17:08:21 -06:00
mr1716
29dda4208a
NIFI-12463 Upgraded maven-artifact from 3.8.5 to 3.8.8
...
This closes #8115
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-04 17:03:38 -06:00
mr1716
d180ff9366
NIFI-12461 Upgraded jsoup from 1.16.2 to 1.17.1
...
This closes #8113
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-04 17:02:56 -06:00
mr1716
53f932bdec
NIFI-12460 Upgraded OpenCSV from 5.8 to 5.9
...
This closes #8112
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-04 17:02:04 -06:00
mr1716
30c139000c
NIFI-12455 Upgraded JAXB Runtime from 2.3.8 to 2.3.9
...
This closes #8106
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-04 17:01:30 -06:00
exceptionfactory
456cf7d88d
NIFI-12451 This closes #8104 . Removed Bootstrap Notification Services
...
- Refactored Security Property handling and bootstrap certificate generation
- Removed unnecessary dependencies from nifi-bootstrap
- Removed unnecessary and unused settings from bootstrap.conf
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-12-04 15:09:45 -07:00
Mark Payne
283abadf97
NIFI-12457: Added additional use case based documentation and fixed some typos/made some clarifications in related docs
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8108 .
2023-12-04 14:59:53 +01:00
Matt Burgess
4f26b93615
NIFI-12458: Upgrade Groovy to 4.0.16 from 4.0.15
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8110 .
2023-12-04 14:57:00 +01:00
Mark Bathori
7770a17a6c
NIFI-11992: Processor and sink service for filing tickets in Zendesk
...
This closes #7644 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-12-04 09:42:36 +01:00
mr1716
3b0d8100a3
NIFI-12439 Upgraded Kubernetes Client from 6.8.1 to 6.9.2
...
This closes #8095
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-01 21:02:31 -06:00
Matt Gilman
387a101931
NIFI-12425: Controller Service Listing ( #8091 )
...
* NIFI-12425:
- Controller Service Listing.
- Adding lazy loading to the Canvas with the introduction of the Controller Service listing.
- Reorganizing existing components in the Flow Designer.
- Allowing the current Process Group to be configured.
- Inline Service creation.
* NIFI-12425:
- Removing unused imports.
This closes #8091
2023-12-01 13:50:30 -05:00
Matt Gilman
d40bb3eda6
NIFI-12419: ( #8097 )
...
- Applying a copy of the nifi-web-frontend rat config in the parent module when the new ui profile is not activated. Previously, if the new ui profile was not activated, the rat check would fail.
This closes #8097
2023-12-01 12:58:46 -05:00
exceptionfactory
2ac3988881
NIFI-12448 Removed InfluxDB Processors
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8093 .
2023-12-01 16:21:20 +01:00
exceptionfactory
429b521cb9
NIFI-12434 Upgraded Registry to Spring Framework 6.1.1
...
- Upgraded Spring Framework from 6.0.13 to 6.1.1
- Upgraded Spring Boot from 3.1.5 to 3.2.0
- Upgraded Spring Security from 6.1.5 to 6.2.0
- Upgraded Jetty from 11.0.18 to 12.0.3
- Upgraded Servlet API from 5.0.0 to 6.0.0
- Adjusted Registry Database Tests to streamline DataSource configuration
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8087 .
2023-12-01 16:07:28 +01:00
mr1716
f0fa38dc15
NIFI-12432 Upgraded Spring Framework from 5.3.30 to 5.3.31
...
This closes #8090
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-30 14:56:15 -06:00
mr1716
d7cb4a4b1c
NIFI-12440 Upgraded HikariCP from 5.0.1 to 5.1.0
...
This closes #8089
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-30 14:55:12 -06:00
Sebastian Rothbucher
685700ad7c
NIFI-11129 Added PutMongoBulkOperations Processor
...
This closes #6918
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-30 14:36:44 -06:00
EndzeitBegins
edca4cd347
NIFI-12386 Adds processor FilterAttribute
...
attribute uuid is not removed by removeAttribute(s) in MockProcessSession
Signed-off-by: Mike Moser <mosermw@apache.org>
This closes #8049
2023-11-30 19:21:08 +00:00