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
Emilio Setiadarma
e20aa0ea2a
NIFI-9755 Added ConsumeTwitter Processor
...
This closes #5947
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-05-03 21:36:48 -05:00
Bryan Bende
be65743727
NIFI-9883 Updated Ranger assembly exclude property protection modules
...
This closes #5987
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-04-21 12:02:55 -05:00
Lehel
73ee1a9a1e
NIFI-9720 Added QuerySalesforceObject Processor
...
This closes #5802
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-04-20 13:59:21 -05:00
exceptionfactory
18a4182cb0
NIFI-9883 Refactor Property Protection using Isolated ClassLoader ( #5972 )
...
* NIFI-9883 Refactored property protection to isolated ClassLoader
- Added nifi-property-protection-loader for abstracting access to implementation classes using ServiceLoader
- Updated Authorizer and Login Identity Provider configuration using isolated ClassLoader
- Updated NiFi Properties Loader using isolated ClassLoader
- Updated nifi-assembly to place property protection dependencies in lib/properties directory
- Updated and refactored unit tests
- Corrected LoginIdentityProviderFactoryBean getObject() Type
2022-04-19 11:08:04 -04:00
exceptionfactory
44cdc8e38e
NIFI-9860 Upgraded JRuby from 9.2.6.0 to 9.3.4.0
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #5924
2022-04-04 13:48:46 -04:00
Joe Witt
0419dc2939
NIFI-9780-RC3 prepare for next development iteration
2022-03-21 11:58:27 -07:00
Joe Witt
b019a9191f
NIFI-9780-RC3 prepare release nifi-1.16.0-RC3
2022-03-21 11:58:09 -07:00
Mike Thomsen
2dc23e7309
NIFI-8521 Removed nifi-influxdb-nar package from nifi-assembly
...
This closes #5880
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-03-21 12:33:38 -05:00
Mike Thomsen
4141ed29ec
NIFI-9647 Added ExtractDocumentText Processor
...
- Based on https://github.com/tspannhw/nifi-extracttext-processor
This closes #5732
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-02-21 20:01:25 -06:00
Tamas Palfy
635824904d
NIFI-9609 Added nifi-snowflake-bundle with SnowflakeComputingConnectionPool
...
- Updated DBCPConnectionPool for extension
This closes #5692
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-02-21 19:38:47 -06:00
Joe Witt
48c8193c4c
NIFI-9595 Removed nifi-kafka-0.x modules
...
This closes #5680
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-01-19 11:18:36 -06:00
exceptionfactory
8edb5faac9
NIFI-9591 This closes #5674 . Removed nifi-kite-bundle
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-01-19 09:24:23 -07:00
Joe Witt
2f95eed8cb
NIFI-9575 This closes #5667 . updating copyright year to 2022
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-01-19 09:14:09 -07:00
Gregory M. Foreman
476c70e220
NIFI-9525 This closes #5626 . modify lib packaging to use files from build directory
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-01-12 15:51:41 -07:00
exceptionfactory
109e4d1c95
NIFI-9541 Removed Elasticsearch 5 Processors
...
- Removed nifi-elasticsearch-5-bundle
- Removed include-elasticsearch-5-bundle profile from nifi-assembly
This closes #5636
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-01-07 14:30:29 -05:00
Zoltan Kornel Torok
c5d174e280
NIFI-9552: Make sure cl-over-slf4j is included under ext/ranger/install/lib directory
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #5643 .
2022-01-07 10:08:45 -05:00
Bryan Bende
0f02dac3fa
NIFI-9452 Generate a RuntimeManifest for NiFi at build time
...
- Write additional fields to extnesion-manifest.xml for processors
- Update C2 model classes to support new fields for processors, properties, and scheduling
- Create converter between NiFi model and C2 model
- Create generator and execute during the build
Add profile to nifi-assembly that skips the binary assembly, update github workflow to enable this profile instead of excluding nifi-assembly
Add additional documentation on new fields in processor definition and reporting task definition
Set charset to UTF-8 on the OutputStreamWriter
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #5612
2021-12-21 16:35:15 -05:00
exceptionfactory
7c6bdcb035
NIFI-9491 Excluded commons-logging and added jcl-over-slf4j references
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #5608
2021-12-17 07:21:03 -05:00
Mikayla Yang
24422c4ec8
NIFI-9259: Adding GeohashRecord Processor ( #5476 )
2021-12-10 16:57:23 -05:00