8617 Commits

Author SHA1 Message Date
Mark Payne
9bc119ca19
NIFI-11837: When determining whether or not a queue should exit 'swap mode' we need to look at the updated size of the queue after migrating data from swapped queue to active queue. Previously, we were looking at the size variable that was obtained from before the migration happened.
This closes #7506

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 8f5392dd114ab5daeed12c6792d8dd2eb75bc362)
2023-07-20 13:19:49 -05:00
mr1716
079e0a4773
NIFI-11835 Upgraded json-schema-validator from 1.0.84 to 1.0.86
This closes #7505

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0a774f231afc33a177f49246c2568f96c49fc680)
2023-07-20 11:46:45 -05:00
exceptionfactory
6cfed7d118
NIFI-11832 Added OpenPGP Public Key for David Handermann
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0b023a17ec76575e32091a1a73862144e91f1f63)
2023-07-19 16:58:23 -05:00
exceptionfactory
7e848f9a64
NIFI-11834 Moved Riemann and HBase 1.1.2 to optional profiles
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7504.
2023-07-19 23:10:27 +02:00
Mark Payne
eb09df672b NIFI-11783: Fixed a bug in which a FlowFile split into multiple and then removed did not properly handle retries when one of the outputs was retried.
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-07-19 15:50:35 -04:00
Mark Payne
6854d9ba86
NIFI-11814 Optimized Cluster Replication Component status evaluation
When waiting for all controller services to reach the desired status in the ClusterReplicationComponentLifecycle component, return immediately if there are no services to wait for. Otherwise, request that referencing components not be included in the return value of the Controller Services

This closes #7493

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 7405dcb510d0740d7e0eaf3200ed2d8900f5b3f0)
2023-07-19 14:26:47 -05:00
Paul Grey
2e5ec63881
NIFI-11825 Fixed QueryRecord closing of resources
This closes #7496

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 7db956fea7e0e82b0acd415b1076cdf2bb1223c2)
2023-07-19 13:08:16 -05:00
Matt Burgess
efb07d9595
NIFI-11807 Added ExtractRecordSchema Processor
This closes #7482

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit f6a14bc475b80a8382fb1731ae0d9a3bc69906f3)
2023-07-19 12:33:39 -05:00
dependabot[bot]
27ad9841e9
NIFI-11831 Upgraded word-wrap from 1.2.3 to 1.2.4
This closes #7499

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit f5407fcbe81034f9290ffc3e4c21f733b4578295)
2023-07-19 10:16:29 -05:00
exceptionfactory
441cc07dd4
NIFI-11829 Upgraded Spring Framework from 5.3.28 to 5.3.29
- Upgraded Spring Security from 5.8.4 to 5.8.5

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7498.
2023-07-19 10:52:40 +02:00
mr1716
bccab62b7c
NIFI-11824 Upgraded JAX-RS API from 2.1 to 2.1.1
This closes #7490

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 779eea6453d3925b34f40a701b4697b3859bcb20)
2023-07-18 10:58:36 -05:00
Lehel
8ce1ec26c0 NIFI-11817: Improve ListHDFS extensibility
Fix review items

This closes #7484
Signed-off-by: Bence Simon <bsimon@apache.org>
2023-07-18 16:12:13 +02:00
exceptionfactory
295f1a642e
NIFI-11822 Upgraded Okio to 3.4.0 for OkHttp
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7488.
2023-07-18 10:05:41 +02:00
exceptionfactory
d78f6be40b
NIFI-11821 Upgraded AWS SDK to 2.20.103 and 1.12.506
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7487.
2023-07-17 18:36:19 +02:00
mr1716
ad0192fe34
NIFI-11818 Update snappy-java to 1.1.10.2
Backported
This closes #7486

Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
(cherry picked from commit c656bfc7b7817a027dec058d0a0b7c57253d9c94)
2023-07-17 16:46:40 +02:00
exceptionfactory
fb707b5c59
NIFI-8128 Corrected merge conflicts for Redis integration tests
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-15 20:05:41 -05:00
EndzeitBegins
b798f5e56b
NIFI-8128 Added Sentinel Password to Redis Service
- Replaced embedded-redis and with Testcontainers for Redis integration tests

This closes #7481

Signed-off-by: David Handermann <exceptionfactory@apache.org>

(cherry picked from commit 34a6d8a0a14cdc0cb4e0e779ee63dd11942386e2)
2023-07-15 20:00:47 -05:00
exceptionfactory
1b0b37e6e4
NIFI-11781 Corrected OIDC Claim Identity Processing
- Added StandardOidcUserService supporting fallback claim names
- Updated StandardClientRegistrationProvider to use standard Subject claim
- Updated OIDC Security Configuration to use customized OidcUserService for claim handling

Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #7468.
2023-07-15 11:04:47 -04:00
Peter Turcsanyi
2f9bb2095c
NIFI-11758: Added FileResourceService and used it in PutAzure*Storage processors for local file upload
- Renamed classes from DataUpload to ResourceTransfer and updated references
- Disabled testNonReadableFile() on Windows due to Posix permissions
- Replaced utility methods with functional handling of FileResource
- Corrected FlowFile InputStream access using Optional.orElseGet()

Backported
- Updated 2.0.0-SNAPSHOT references to 1.23.0-SNAPSHOT
- Replaced InputStream.readAllBytes() with IOUtils.toByteArray(inputStream) to address Java8 incompatibility
- Replaced Optional.isEmpty() with Optional.isPresent() to address Java8 incompatibility

This closes: #7458

Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
(cherry picked from commit 437995b75a4237b7bf9d304f7693cf3b53371a9f)
2023-07-15 01:32:39 +02:00
mr1716
c5cefebc0a
NIFI-11798 Update smbj to 0.12.1
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7480.
2023-07-14 20:31:17 +02:00
Pierre Villard
00a6478c06
NIFI-11794 - Fix NPE + configure max attempts for Redis State Provider (#7473)
Signed-off-by: Otto Fowler<ottobackwards@gmail.com>

This closes #7473.
2023-07-14 18:46:22 +02:00
exceptionfactory
b1568bcf57
NIFI-11810 Removed unused JSTL and EL API libraries
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7479.
2023-07-14 10:30:59 +02:00
exceptionfactory
b6f84fb6e2
NIFI-11809 Upgraded wrapped Maven from 3.9.2 to 3.9.3
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7478.
2023-07-14 10:27:55 +02:00
mr1716
f1bb4c03ab
NIFI-11804 Upgraded excel-streaming-reader from 4.0.5 to 4.1.0
This closes #7477

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 65f9bcf0cf3cda360d7b6cb0c2ead1067a6c94c0)
2023-07-13 16:35:32 -05:00
mr1716
e00fd49466
NIFI-11801 Upgraded RabbitMQ AMQP Client from 5.17.0 to 5.18.0
This closes #7475

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 77b194303b5ff4b285aa62f31eb297ee9733ab62)
2023-07-13 16:35:31 -05:00
mr1716
6e2cd5f749
NIFI-11800 Upgraded icu4j from 73.1 to 73.2
This closes #7474

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 3f72032112dea901683e4cdaa8257a924a33f0e6)
2023-07-13 16:35:31 -05:00
exceptionfactory
673207b64a
NIFI-7343 Corrected version reference for nifi-avro-record-utils
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-12 18:09:04 -05:00
Matt Burgess
13464525a8
NIFI-7343: Add support for SchemaRegistryService to scripted components
This closes #7467

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 21e5ebc840a5e5149f83a3de98e41df0ed999d05)
2023-07-12 17:22:16 -05:00
Joe Witt
7943c684d2 NIFI-11434 added support for optionally allowing zip entries with dat… (#7462)
* NIFI-11434 added support for optionally allowing zip entries with data descriptors
* set default value and ensured all zip tests use various configs
2023-07-12 17:10:15 -04:00
mr1716
0f1fa7f6c6 NIFI-11795 Update H2.version to 2.2.220
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-07-12 16:29:55 -04:00
mr1716
cbd1ba1b19
NIFI-11796 Update avro.version to 1.11.2
Backported
This closes #7471

Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
(cherry picked from commit a0e24db89debda85ded616d48ca73ab22aac6622)
2023-07-12 17:45:27 +02:00
Lehel
955caf2b2c NIFI-11178: Improve ListHDFS performance, incremental loading refactor. 2023-07-11 18:55:42 +02:00
dependabot[bot]
4def170166
NIFI-11790 Upgraded stylelint from 14.2.0 to 15.10.1
- Upgraded stylelint-config-standard-scss from 3.0.0 to 10.0.0
- Updated stylelint configuration for Registry to ignore new warnings

This closes #7464

Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 063ab5cba874f0f6eb592d5a091db2a50b6451af)
2023-07-10 16:45:48 -05:00
Mark Payne
0ee43773f4
NIFI-11746 Fixed FlowSynchronizationIT.testComponentsRecreatedOnRestart()
- Ensure that testComponentsRecreatedOnRestart only counts components in its own group

This closes #7466

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 96be7377b3f678271f13a9085d63e223670ca522)
2023-07-10 13:01:48 -05:00
Pierre Villard
610dbb86eb NIFI-11779 - Override endpoint in PutBigQuery
review

use default from code instead of hardcoding

Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-07-10 12:14:30 -04:00
Emilio Setiadarma
3649ade3c7
NIFI-11536 Corrected Keystore and Truststore auto-reloading
- Replaced Jetty KeyStoreScanner and custom TrustStoreScanner with shared StoreScanner
- New StoreScanner uses TLS Configuration to reload SSLContext instead of relying on Jetty SslContextFactory properties

This closes #7446

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit a85ef2c1f49780be93b49ec6cb077a61c8cc063e)
2023-07-10 11:08:22 -05:00
exceptionfactory
9161485f21
NIFI-11767 Replaced String.repeat() with StringUtils.repeat() for Java 8
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-06 18:09:07 -05:00
dan-s1
c091eade00
NIFI-11767 Refactored Groovy tests in nifi-web-error and nifi-web-security to Java
This closes #7457

Signed-off-by: David Handermann <exceptionfactory@apache.org>

(cherry picked from commit d24318cdb8003925f9a5411bf20094a02b0c084a)
2023-07-06 16:32:28 -05:00
Pierre Villard
2901993142
NIFI-11774 Upgraded gRPC from 1.55.1 to 1.56.1
This closes #7456

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit b3372900b3533d8e0ca5b99089bc51159281d3c7)
2023-07-05 17:02:48 -05:00
Zoltan Kornel Torok
53a0aef422
NIFI-11334: Fixed dependency version in nifi-iceberg-services
This closes #7459.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-07-05 12:54:52 +02:00
Pierre Villard
cd5daa00a3 NIFI-11773 - Upgrade groovy to 3.0.18
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-07-04 20:12:40 -04:00
simonbence
2abd1c5092
NIFI-11769 Adding details on Registry Clients and Registrty Client types on UI (#7453)
Co-authored-by: Shane Ardell <shane.m.ardell@gmail.com>

Merged #7453 into main.
2023-07-01 20:58:38 +02:00
Mark Bathori
331e0aead0 NIFI-11334: Fixed PutIceberg processor instance interference due to same class loader usage
This closes #7449.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-06-30 20:38:35 +02:00
Bence Simon
5acbb8a702
NIFI-11706 Add option to create dedicated Parameter Contexts for Imported Flows
This closes #7401

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit cadf2fb6f25caf334bf787292380af5b25fdcbb1)
2023-06-30 13:15:41 -05:00
Pierre Villard
359b7a14b6 NIFI-11768 - Upgrade jsoup to 1.16.1
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-06-30 12:03:06 -04:00
exceptionfactory
5a68069b8f
NIFI-11714 Added Error Handler to Jetty Server
- Configured Error Handler with Stack Traces disabled for NiFi and Registry

Signed-off-by: Joe Gresock <jgresock@gmail.com>

This closes #7447.
2023-06-29 16:46:40 -04:00
Bryan Bende
09be97e310 NIFI-11765 Upgrade to apache parent version 30
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-06-29 14:46:25 -04:00
Ferenc Kis
543cf4d799
NIFI-11761 Fixed MiNiFi restart issue when graceful shutdown period expires. MiNiFi restart sends bootstrap to background
Signed-off-by: Csaba Bejan <bejan.csaba@gmail.com>

This closes #7448.
2023-06-29 17:21:19 +02:00
exceptionfactory
f14cf35ea5
NIFI-11762 Upgraded Hadoop dependencies from 3.3.5 to 3.3.6
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7445.
2023-06-28 19:35:59 +02:00
exceptionfactory
506d311f1c
NIFI-11760 Upgraded Riemann Client from 0.4.1 to 0.5.3
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7444.
2023-06-28 09:56:07 +02:00