Pierre Villard
c819c4de94
NIFI-11224: Refactor and FF attribute support in WHERE in QuerySalesforceObject.
...
This closes #7019 .
Co-authored-by: Lehel Boér <lehel44@hotmail.com>
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2023-04-26 14:27:40 +02:00
Scott Aslan
387504b66f
NIFI-11433 - use .add() for set instead of .push() ( #7193 )
...
* replace d3.nest, use add instead of push for Set, use forEach to loop over Set
* es5 function syntax
Merged #7193 into main.
2023-04-25 10:43:45 -07:00
Chris Sampson
05418d94f0
NIFI-11111 add option to output Elasticsearch error responses as FlowFile to PutElasticsearchJson and PutElasticsearchRecord
...
NIFI-11111 clarify error_responses relationships in PutElasticsearchJson/Record processors
NIFI-11111 Refactor exception handling for error response flowfile transfer
NIFI-11111 Add elasticsearch.bulk.error attributes containing the Elasticsearch _bulk response for error documents in PutElasticsearchJson
This closes #6903
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-04-25 06:41:44 -04:00
Scott Aslan
38ece1d7d9
[NIFI-11433] update angular, d3, moment, slickgrid, and jquery depen… ( #7174 )
...
* [NIFIF-11433] update angular, d3, moment, slickgrid, and jquery dependencies
* address review feedback
* .entries instead of .keys
Merged #7174 into main.
2023-04-24 10:16:20 -07:00
Daniel Aaron Salwerowicz
d3f2bf1c16
NIFI-11472 Check working directory after making directory in PutFTP
...
- Multiple threads can attempt to create a remote directory when PutFTP has multiple concurrent tasks.
This closes #7184
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-24 11:33:09 -05:00
exceptionfactory
51956a4426
NIFI-11479 Upgraded JanusGraph from 0.5.3 to 0.6.3
...
- Set Guava to 31.1 overriding 29.0 from JanusGraph 0.6.3
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7192 .
2023-04-23 11:52:14 +03:00
exceptionfactory
1639ecee11
NIFI-11438 Set standard OpenID Connect Scopes
...
- Restored previous behavior of sending openid and email scopes for OpenID Connect token requests
- Added offline_access scope as the default value in nifi.properties to support Refresh Tokens
This closes #7168
Signed-off-by: Paul Grey <greyp@apache.org>
2023-04-21 11:29:16 -04:00
Peter Turcsanyi
8586ac594e
NIFI-11475 Fixed missing jackson-dataformat-xml in nifi-azure-services-api
...
This closes #7186
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-21 08:55:26 -05:00
Mike Thomsen
f3f966ca37
NIFI-11441 Removed OpenCypherClientService
...
- The cypher-gremlin-neo4j-driver library is no longer supported
This closes #7171
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-21 08:50:25 -05:00
Pierre Villard
bdcd4fcfda
NIFI-11402 - PutBigQuery fix for case sensitivity and error handling
...
This closes #7140 .
Signed-off-by: Csaba Bejan <bejan.csaba@gmail.com>
2023-04-19 21:07:23 +02:00
exceptionfactory
bdff3abcd6
NIFI-11461 Improve User and Group Tenants Search ( #7181 )
...
* NIFI-11461 Improved User and Group Tenants Search
- Added searchTenants method to NiFiServiceFacade and removed unnecessary object creation
- Updated TenantsResource to use delegated NiFiServiceFacade.searchTenants method
- Changed autocomplete delay from default 300 ms to 500 ms
* NIFI-11461 Adjusted implementation to use EntityFactory.createTenantEntity
This closes #7181
2023-04-19 09:58:25 -04:00
exceptionfactory
382058e154
NIFI-11425 Removed Compression from EncryptContentPGP and SignContentPGP
...
- Removed Compression Algorithm property from EncryptContentPGP and SignContentPGP
- Removed Camellia values from Symmetric Key Algorithm property in EncryptContentPGP
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7156 .
2023-04-19 15:27:54 +03:00
exceptionfactory
d382b378a8
NIFI-11387 Added Transport Type property to Azure Event Hub Components
...
- Transport Type defaults to AMQP and also supports AMQP with WebSockets
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7126 .
2023-04-19 15:04:56 +03:00
krisztina-zsihovszki
9a002d9a43
NIFI-11255 Allowable value for 'Use s3.region Attribute'
...
This closes #7051 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-04-18 17:58:49 +02:00
Tamas Palfy
88587f5c02
NIFI-11386 Added Resource and Audience support to StandardOauth2AccessTokenProvider
...
- Also keeping previous Refresh Token if one is not provided during a refresh request
This closes #7164
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-17 22:05:49 -05:00
mr1716
1466b7d7d3
NIFI-11458 Upgraded JNA from 5.12.1 to 5.13.0
...
This closes #7179
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-17 18:09:35 -05:00
mr1716
29bb652623
NIFI-11456 Upgraded brotli4j from 1.8.0 to 1.11.0
...
This closes #7178
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-17 18:08:27 -05:00
mr1716
dbb973a666
NIFI-10333 Upgraded HikariCP from 4.0.3 to 5.0.1
...
This closes #7177
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-17 18:06:59 -05:00
mr1716
f77659913f
NIFI-11457 Upgraded commons-configuration2 from 2.8.0 to 2.9.0
...
This closes #7176
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-17 18:05:09 -05:00
Mark Payne
7f7cccfdc2
NIFI-11241 Initial implementation of Python-based Processor API with Py4J
...
- Updated GitHub workflow so that system tests include Python 3.9
- Updated GitHub actions to build necessary modules for system tests
This closes #7003
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-14 15:03:34 -05:00
Mark Bathori
44a7f7f38b
NIFI-11440 Speed up Iceberg Hive Metastore Tests
...
This closes #7170
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-14 12:52:22 -05:00
Paul Grey
cff7808543
NIFI-11439 Corrected GCS Transit URI for custom Storage API URL
...
This closes #7173
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-14 10:09:27 -05:00
Paul Grey
cd685671c8
NIFI-11439 Corrected Checkstyle violation on GCS Property
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-13 14:25:54 -05:00
Paul Grey
ee24df2830
NIFI-11439 Added Storage API URL property to GCS Processors
...
- Included Host Header override with Storage API URL based on Google Private Service Connect documentation
This closes #7172
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-13 13:56:23 -05:00
exceptionfactory
bc5f00a667
NIFI-11437 Switched to StreamUtils.fillBuffer() for buffer, Improved EncryptContentPGP Content Type Detection
...
This closes #7166
Signed-off-by: Paul Grey <greyp@apache.org>
2023-04-13 12:11:45 -04:00
Pierre Villard
061f3a1380
NIFI-11429 - Upgrade Gremlin to 3.6.2
...
This closes #7160
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-04-13 08:22:25 -04:00
Bryan Bende
ba93f60731
NIFI-11436 Fix NPE during updateFlow when called from a replace request for a PG that is not under version control ( #7167 )
2023-04-12 19:24:22 -04:00
Tamas Palfy
3322ad7a20
NIFI-10955 Added optional preprocessing to JASN1Reader
...
This close #6769
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-11 22:16:20 -05:00
Pierre Villard
594e45cf9a
NIFI-11428 Upgraded Groovy to 3.0.17 and spock-core to 2.3
...
This closes #7159
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-11 08:01:36 -05:00
Pierre Villard
cbca499070
NIFI-11427 Upgraded Atlas from 2.2.0 to 2.3.0
...
This closes #7158
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-11 08:01:36 -05:00
Pierre Villard
a148b6f348
NIFI-11407 Upgraded Azure BOM from 1.2.9 to 1.2.11
...
- Added Woodstox Core to nifi-toolkit-encrypt-config
This closes #7136
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-10 14:36:48 -05:00
Joe Witt
4414793f2a
NIFI-11408 enable user to disable gzip compression with PutGCSObject
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7139 .
2023-04-10 19:57:16 +03:00
Pierre Villard
21e4c665dc
NIFI-11421 Upgraded Parquet from 1.12.3 to 1.13.0
...
- Upgraded MockFtpServer from 2.7.1 to 3.1.0
This closes #7152
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-10 08:50:13 -05:00
Pierre Villard
81fefbafc9
NIFI-11420 Upgraded ActiveMQ from 5.15.15 to 5.18.0
...
This closes #7151
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-10 08:48:54 -05:00
Pierre Villard
06145d2b30
NIFI-11419 Upgraded MongoDB driver from 4.8.2 to 4.9.1
...
This closes #7150
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-10 08:46:45 -05:00
Pierre Villard
2b06306b07
NIFI-11418 Upgraded bcrypt from 0.9.0 to 0.10.2
...
This closes #7149
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-10 08:45:55 -05:00
Pierre Villard
b0997f843d
NIFI-11416 Upgraded Caffeine from 2.8.1 to 3.1.6
...
This closes #7147
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-10 08:45:12 -05:00
Pierre Villard
0b2deb94de
NIFI-11415 Upgraded Saxon-HE from 10.6 to 12.1
...
This closes #7146
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-10 08:44:12 -05:00
Pierre Villard
2515c5771d
NIFI-11414 Upgraded snowflake-ingest-sdk from 1.0.3 to 1.1.1
...
This closes #7145
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-10 08:43:14 -05:00
Pierre Villard
83d19a6e9d
NIFI-11413 Upgraded JUnit 5.9.1 to 5.9.2
...
- Upgraded JUnit 4.13.1 to 4.13.2
This closes #7144
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-10 08:42:24 -05:00
Pierre Villard
0160d6d6b9
NIFI-11410 Upgraded multiple integration dependencies
...
- Upgraded Spring Boot from 2.7.9 to 2.7.10
This closes #7141
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-10 08:40:09 -05:00
mr1716
8992256f78
NIFI-11404 Upgraded AMQP Client from 5.16.0 to 5.17.0
...
This closes #7138
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-07 16:43:50 -05:00
mr1716
58257c8a55
NIFI-11403 Upgraded Calcite Core from 1.32.0 to 1.34.0
...
This closes #7137
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-07 16:42:45 -05:00
Pierre Villard
4a0b38f4dd
NIFI-11405 Upgraded multiple drivers and test dependencies
...
This closes #7134
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-07 15:54:51 -05:00
Pierre Villard
9149bd47c4
NIFI-11406 Upgraded Google GCP from 26.4.0 to 26.12.0
...
- Upgraded Google Drive from Revision 20221219 to 20230306
This closes #7135
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-07 15:47:15 -05:00
aglotero
d80a19e230
NIFI-5642: QueryCassandra processor : output FlowFiles as soon fetch_size is reached
...
NIFI-5642: QueryCassandra processor : output FlowFiles as soon fetch_size is reached
Fixed checkstyle error
Delete build.sh
Delete local build file
NIFI-5642 : letting fetch_size to control the Cassandra data flow creating a new MAX_ROWS_PER_FLOW_FILE parameter
Fixed checkstyle error: no more import java.util.*
Fixed missing imports
NIFI-5642: added REL_ORIGINAL relationship in order to allow incremental commit
Addressing comments from code review
Adjustments on timestamp datatype formatting
Created the OUTPUT_BATCH_SIZE property
Code review adjustments
NIFI-5642: update after rebase
NIFI-5642: addressing PR comments
NIFI-5642: adding in integration test, fixing race condition
NIFI-5642: remove log4j2
This closes #6848
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-04-05 16:01:54 -04:00
Mark Bathori
d15eeb445b
NIFI-11342: HDFS processors fail to get ClassloaderIsolationKey at startup
...
This closes #7121 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-04-05 15:37:28 +02:00
exceptionfactory
dffad44a03
NIFI-11377 This closes #7113 . Upgraded Apache Iceberg from 1.1.0 to 1.2.0
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-04-03 14:10:02 -07:00
Nandor Soma Abonyi
32df0fa484
NIFI-11137 Add record support to Consume/PublishJMS ( #6987 )
2023-04-03 21:42:27 +02:00
exceptionfactory
e4f0508c90
NIFI-11370 Corrected JWK Set retrieval for NIFI Trust Strategy ( #7108 )
...
- Added StandardOidcIdTokenDecoderFactory based on Spring Security OidcIdTokenDecoderFactory with custom REST Operations
Merged #7108 into main.
2023-03-31 16:26:02 -07:00