Pierre Villard
b56b1da842
NIFI-11180 Removed Ambari Reporting Task
...
- Updated TestRuntimeManifest to reference Prometheus Reporting Task
This closes #6952
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-15 08:25:22 -06:00
Pierre Villard
aae6bafc6c
NIFI-11183 Removed Hive 1.x components
...
This closes #6957
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-14 22:39:16 -06:00
Pierre Villard
46f89e3226
NIFI-11182 Removed Kafka 1.x components
...
This closes #6955
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-14 18:38:42 -06:00
exceptionfactory
1156f4cbc5
NIFI-11165 This closes #6944 . Removed optional jigsaw build profiles
...
- Removed jigsaw build profiles
- Removed Java 11 directories from assemblies
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-02-13 13:01:58 -05:00
Chris Sampson
7393ce294e
NIFI-11168 Removed deprecated Elasticsearch Processors and properties
...
This closes #6942
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-13 10:41:53 -06:00
Joe Witt
43eab4c81d
NIFI-11103 prepping for 2.0.0 line
2023-02-09 15:32:53 -07:00
exceptionfactory
0c676b9633
NIFI-11022 Added DecryptContent Compatibility Processors
...
- Added nifi-cipher-bundle with nifi-cipher-nar for new Processors
- Added DecryptContentCompatibilityMode Processor supporting PKCS5 and PKCS12 Password-Based Encryption Schemes
- Added DecryptContentEncoded Processor supporting NiFi Key Derivation Functions and associated formatting
- Added nifi-security-crypt-key module with Key Derivation Functions and Parameter Readers
- Added Additional Details documentation for Processors
This closes #6821
Signed-off-by: Paul Grey <greyp@apache.org>
2023-01-26 17:56:02 -05:00
exceptionfactory
84f48b5e8c
NIFI-11090 This closes #6883 . Removed unused Jasypt test dependency
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-01-24 08:42:33 -07:00
exceptionfactory
972667461b
NIFI-10580 This closes #6867 . Upgraded SLF4J from 1.7.36 to 2.0.6
...
- Upgraded Logback from 1.2.11 to 1.3.5
- Updated Logback DelayingShutdownHook to DefaultShutdownHook
- Disabled Spring Boot Logging System in favor of standard Logback initialization
- Excluded logback-classic from ZooKeeper and other dependencies to avoid conflicts when running tests
- Excluded spring-boot-starter-logging to avoid failures related to Logback 1.2 and Spring Boot 2.7
- Removed ZooKeeperMigratorTest.groovy based on Apache Curator test server usage of Logback 1.2
NIFI-10580 Added logback-core as explicit dependency
- Set logback-core as provided in root configuration
- Added logback-core as compile dependency in assembly configurations
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-01-23 11:38:10 -07:00
Peter Turcsanyi
cb77a96059
NIFI-11088: This closes #6878 . updated copyright year to 2023 in NOTICE files
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-01-23 09:42:44 -07:00
Nandor Soma Abonyi
eb5d172693
NIFI-10991 Add AWS MSK IAM support to Kafka processors
...
This closes #6846 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-01-23 12:33:49 +01:00
Pierre Villard
2b8475a6f8
NIFI-10992 - Option to build all include-x profiles
...
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
This closes #6797
2023-01-20 12:59:34 +00:00
Rajmund Takacs
1c40738997
NIFI-10618: Add Asana connector
...
This closes #6504 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-12-16 00:14:26 +01:00
Lehel Boér
ed6ba53724
NIFI-10832: Create PutSalesforceRecord processor
...
This closes #6670 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-12-13 18:59:41 +01:00
Bryan Bende
334c9db9c3
NIFI-10915 Add additionalDetails content to runtime manifest
...
- Update manifests assembly to include the additionaDetails.html files
- Update C2 ExtensionDefinition to add a new field for additional details content
- Update manifest generation to read the additional details and pass through to C2 runtime manifest
- Switch to boolean to indicate presence of additional details, instead of including content
Add additionalDetails files to nifi-runtime-manifest artifact, organized by group/artifact/version/type
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6767
2022-12-08 11:02:56 -05:00
exceptionfactory
87c583042e
NIFI-10941 Removed TestNG references
...
- Replaced TestNG assertions with JUnit 5
- Excluded testng transitive dependencies from groovy-all
- Added testng exclusion to Maven Enforcer configuration
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6753 .
2022-12-05 13:11:59 +01:00
Joe Witt
75e7c9e47c
NIFI-10854-RC1 prepare for next development iteration
2022-11-22 19:22:47 -07:00
Joe Witt
ec87bf93ad
NIFI-10854-RC1 prepare release nifi-1.19.0-RC1
2022-11-22 19:22:45 -07:00
Robert Kalmar
89426d167b
NIFI-10370 Create PutSnowflake processor using Snowpipe ingest
...
This closes #6584 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-11-18 16:19:03 +01:00
exceptionfactory
9f2ad260bd
NIFI-10667 Added Private Key Service interface and implementation
...
- Defined PrivateKeyService in nifi-key-service-api
- Implemented StandardPrivateKeyService using Bouncy Castle library
NIFI-10667 Improved custom validation to avoid repetitive reads
NIFI-10667 Added onPropertyModified() to clear Key Reference for validation
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6553 .
2022-10-20 18:08:18 -04:00
Matthew Burgess
dfbc7dfc21
NIFI-8111: Add JSLTTransformJSON Processor
...
This closes #4797
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-17 16:14:18 -05:00
Three Planets Software
72cc2f671c
NIFI-10647: Update README.md to reflect current
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6529 .
2022-10-14 09:19:01 -04:00
Mark Bathori
e87bced147
NIFI-10442: Create PutIceberg processor
...
This closes #6368 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-10-11 21:51:18 +02:00
Joe Witt
c9ebdd2025
NIFI-10521-RC4 prepare for next development iteration
2022-10-03 10:59:36 -07:00
Joe Witt
109e54cd58
NIFI-10521-RC4 prepare release nifi-1.18.0-RC4
2022-10-03 10:59:34 -07:00
exceptionfactory
fa193ca14b
NIFI-10563 This closes #6461 . Added commons-lang3 dependency to nifi-bootstrap
...
- Added commons-lang3 include to Ranger assembly configuration
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-09-29 09:54:31 -07:00
Matthew Hawkins
3e60414d48
NIFI-10436 Initial basic brotli support
...
NIFI-10436 Add Brotli-compressed SampleFile.txt.br for unit testing
NIFI-10436 Fixup basic usage of Brotli4j API
NIFI-10436 NOTICE ok, LICENSE updated
NIFI-10436 style fixup CompressContent.java
NIFI-10436 Update CompressContent.java
This closes #6432
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-29 12:03:09 -04:00
Lehel
da05ba0165
NIFI-10213: Create GetShopify processor
...
This closes #6303 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-09-29 16:12:53 +02:00
exceptionfactory
6461061e8f
NIFI-10381 Refactored Azure Event Hubs components with current SDK
...
- Upgraded Azure Event Hubs components from legacy version 3 to current version 5
- Refactored Azure dependencies using azure-sdk-bom
- Merged nifi-azure-record-sink-nar with nifi-azure-nar
- Refactored PutAzureCosmosDBRecordTest to use Jackson instead of Gson
This closes #6319 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-09-28 18:22:01 +02:00
Ferenc Kis
0fa923159f
NIFI-10460 GetZendesk processor
...
Signed-off-by: Arpad Boda <aboda@apache.org>
This closes #6411
2022-09-26 20:47:17 +02:00
Matt Burgess
363e798107
NIFI-10549: Remove group name wildcard from assembly for nifi-ranger-resources ( #6448 )
2022-09-26 13:22:49 -04:00
simonbence
94fdc794b0
NIFI-10497 Making RegistryClient an extension point ( #6433 )
...
- NIFI-10497 Mae FlowRegistryClient an extension point
2022-09-26 12:16:21 -04:00
Tamas Palfy
dd9739a28c
NIFI-10427 - Added ListBoxFile and FetchBoxFile processors
...
This closes #6355 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-09-19 19:46:56 +02:00
Ferenc Erdei
903a487cf8
NIFI-10455 Added GetWorkdayReport Processor
...
This closes #6376
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-09-16 12:56:03 -05:00
Mark Payne
3f0ef9e977
NIFI-10406: Updated Maven assemblies to ensure that we always use at least two of the GAVC parameters for includes and excludes. Updated Maven assembly plugin to version 3.4.2. Removed some includes and excludes from dependencies that previously were not matching and were generating Maven WARNING messages.
...
This closes #6415
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-09-15 11:02:08 -05:00
Joe Gresock
3987d39cdc
NIFI-9401 Added HashiCorpVaultParameterProvider
...
- Refactored nifi-vault-utils to nifi-hashicorp-vault-api and nifi-hashcorp-vault modules
- Added HashiCorpVaultClientService and Standard implementation
This closes #6304
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-09-14 19:46:09 -05:00
Robert Kalmar
4b0568e6fe
NIFI-10242 Create QueryAirtableTable processor
...
This closes #6350 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-09-14 20:31:34 +02:00
krisztina-zsihovszki
b1b3a7057c
NIFI-10380 Added ListDropbox and DropboxCredentialService
...
This closes #6331
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-09-09 09:59:34 -05:00
Lehel
e2d6df5afc
NIFI-10356 Created GetHubSpot processor
...
This closes #6301
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-08-30 15:50:51 -05:00
Nandor Soma Abonyi
4d4a5ca4be
NIFI-10251 Add v5 protocol support for existing MQTT processors
...
This closes #6225 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-08-30 10:27:19 +02:00
royalfork2
eb419b6e40
NIFI-10300 Added AzureEventHubRecordSink
...
This closes #6296
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-08-15 15:57:08 -05:00
exceptionfactory
864036674e
NIFI-10244 Added nifi-web-client-api and implementation
...
- Added nifi-web-client implementation based on OkHttp
- Added WebClientServiceProvider Controller Service interface and implementation
- Corrected comments and added unmodifiableMap wrapper
- Added getHeaderNames() and corrected ProxyContext comments
This closes #6268
Signed-off-by: Paul Grey <greyp@apache.org>
2022-08-11 17:25:18 -04:00
Gabor Kulik
768f58da21
NIFI-10212 added ListSmb processor and SmbConnectionPoolService
...
This closes #6192 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-08-05 18:46:04 +02:00
Joe Witt
8c66bf948c
NIFI-10272-RC2 prepare for next development iteration
2022-07-27 13:24:09 -07:00
Joe Witt
8d256784d8
NIFI-10272-RC2 prepare release nifi-1.17.0-RC2
2022-07-27 13:24:06 -07:00
Tamas Palfy
ad781170e3
NIFI-10223 Created ListGoogleDrive processor.
...
This closes #6200 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-07-20 13:38:47 +02:00
Ferenc Erdei
f05d0f10f3
NIFI-10211 Add dependencies for running minifi on java11
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6191
2022-07-14 09:16:07 -04:00
Nathan Gough
62eb565daf
NIFI-5402 - Added more assembly options for different modules. Assemblies should build a zip by default, or a tar.gz with the -Ptargz profile
...
This closes #5694
Signed-off-by: Paul Grey <greyp@apache.org>
2022-06-23 13:52:41 -04:00
exceptionfactory
459daf6600
NIFI-10101 Moved nifi-hive-nar to optional include-hive profile
...
- Added nifi-hive-services-api-nar to include-hive3 and include-hive1_1 profiles
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6113 .
2022-06-14 15:54:58 +02:00
exceptionfactory
85d5e2071b
NIFI-10031 Downgraded Jakarta Mail from 2.0.1 to 1.6.7 ( #6052 )
...
- Downgraded Jakarta Activation from 2.0.1 to 1.2.2 in nifi-bootstrap
- Updated assembly configurations to include Jakarta Activation in java11 directory
2022-05-18 11:38:36 -04:00