Commit Graph

8923 Commits

Author SHA1 Message Date
Mark Payne c009b55762
NIFI-11813: Fixed a bug in nf-processor-configuration.js that caused the UI to ignore the Scheduling Period when using a Timer-Driven strategy; removed some additional remnants of event-driven strategy from the UI
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7518.
2023-07-24 17:24:26 +02:00
mr1716 ca2ee34bc2
NIFI-11843 Upgraded Box SDK from 4.1.0 to 4.2.0
This closes #7512

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-21 17:21:46 -05:00
exceptionfactory 8d5a6ce8d2
NIFI-11807 Reverted inadvertent changes to HandleHttpRequest
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-21 17:21:08 -05:00
exceptionfactory 902f4145fd NIFI-11838 Upgraded Netty from 4.1.94 to 4.1.95
Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #7507
2023-07-20 16:07:33 -04:00
exceptionfactory c75ed45032 NIFI-11839 Upgraded Spring Boot from 2.7.13 to 2.7.14
Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #7508
2023-07-20 15:53:35 -04:00
Lehel 8a5f7f0092
NIFI-11827 Added AWS Glue Schema Registry Service
This closes #7492

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-20 14:07:25 -05:00
Mark Payne 8f5392dd11
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>
2023-07-20 12:55:16 -05:00
Pierre Villard 20b19992d2
NIFI-11816 - Removed deprecated Primary Node Scheduling Strategy
This closes #7501

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-20 11:49:03 -05:00
mr1716 0a774f231a
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>
2023-07-20 11:45:57 -05:00
Pierre Villard c06bb97e85
NIFI-11833 - remove deprecated classes in nifi-commons (#7503)
Signed-off-by: Otto Fowler <ottobackwards@gmail.com>
2023-07-20 11:58:51 -04:00
exceptionfactory 0b023a17ec
NIFI-11832 Added OpenPGP Public Key for David Handermann
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-19 16:57:42 -05:00
exceptionfactory 901da9c722
NIFI-11834 Corrected NAR versions for main branch
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-19 16:35:17 -05:00
exceptionfactory d818f28f43
NIFI-11834 Moved Riemann to optional profile
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

Cherry-picked and merged from support branch.

This closes #7504.
2023-07-19 16:33:04 -05:00
Mark Payne 323f148d27 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>

This closes #7500
2023-07-19 15:51:21 -04:00
Mark Payne 7405dcb510
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>
2023-07-19 14:19:11 -05:00
Paul Grey 7db956fea7
NIFI-11825 Fixed QueryRecord closing of resources
This closes #7496

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-19 12:48:15 -05:00
Matt Burgess f6a14bc475
NIFI-11807 Added ExtractRecordSchema Processor
This closes #7482

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-19 12:32:59 -05:00
dependabot[bot] f5407fcbe8
NIFI-11831 Upgraded word-wrap from 1.2.3 to 1.2.4
This closes #7499

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-19 10:15:42 -05:00
exceptionfactory d59759285e
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:15 +02:00
exceptionfactory 16c4004d58 NIFI-10728 Upgraded Apache Derby from 10.14.2.0 to 10.16.1.1
Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #7497
2023-07-18 18:29:20 -04:00
Pierre Villard 150bfbe990
NIFI-11813 Removed Event Driven Scheduling Strategy
This closes #7483

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-18 12:22:52 -05:00
mr1716 779eea6453
NIFI-11824 Upgraded JAX-RS API from 2.1 to 2.1.1
This closes #7490

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-18 10:50:30 -05:00
Lehel a3fe9d121d NIFI-11817: Improve ListHDFS extensibility
Fix review items

This closes #7484
Signed-off-by: Bence Simon <bsimon@apache.org>
2023-07-18 15:56:08 +02:00
mr1716 bdd2a2b24b
NIFI-11819 Update derby.version to 10.16.1.1
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7491.
2023-07-18 10:14:05 +02:00
exceptionfactory 6ace630c5c
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:04:53 +02:00
exceptionfactory df389e84d9
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:35:55 +02:00
mr1716 c656bfc7b7
NIFI-11818 Update snappy-java to 1.1.10.2
This closes #7486

Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
2023-07-17 16:37:43 +02:00
EndzeitBegins 34a6d8a0a1
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>
2023-07-15 19:53:24 -05:00
exceptionfactory 95bb23d403
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:03:58 -04:00
Peter Turcsanyi 437995b75a
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()

This closes: #7458

Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
2023-07-14 23:48:27 +02:00
mr1716 e5362c5eb7
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:30:51 +02:00
Pierre Villard 8a61d5bdbf
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 11:51:18 -04:00
exceptionfactory e812951c57
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:27 +02:00
exceptionfactory f82e903eea
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:32 +02:00
mr1716 65f9bcf0cf
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>
2023-07-13 16:32:48 -05:00
mr1716 77b194303b
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>
2023-07-13 16:30:08 -05:00
mr1716 3f72032112
NIFI-11800 Upgraded icu4j from 73.1 to 73.2
This closes #7474

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-13 16:29:24 -05:00
Matt Burgess 21e5ebc840
NIFI-7343: Add support for SchemaRegistryService to scripted components
This closes #7467

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-12 17:21:28 -05:00
Joe Witt d2c70d1d2f
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:09:03 -04:00
mr1716 33e04795ef NIFI-11795 Update H2.version to 2.2.220
Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #7470
2023-07-12 16:30:50 -04:00
mr1716 a0e24db89d
NIFI-11796 Update avro.version to 1.11.2
This closes #7471

Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
2023-07-12 17:33:49 +02:00
Lehel 5bd4bc5190 NIFI-11178: Improve ListHDFS performance, incremental loading refactor. 2023-07-11 13:22:29 +02:00
dependabot[bot] 063ab5cba8
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>
2023-07-10 16:45:11 -05:00
Mark Payne 96be7377b3
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>
2023-07-10 12:59:46 -05:00
Pierre Villard a04cbe7f07 NIFI-11779 - Override endpoint in PutBigQuery
review

use default from code instead of hardcoding

Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #7460
2023-07-10 12:15:24 -04:00
Emilio Setiadarma a85ef2c1f4
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>
2023-07-10 11:07:04 -05:00
dan-s1 d24318cdb8
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>
2023-07-06 16:30:34 -05:00
Pierre Villard b3372900b3
NIFI-11774 Upgraded gRPC from 1.55.1 to 1.56.1
This closes #7456

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-05 17:01:49 -05:00
Pierre Villard 818cd2edf2 NIFI-11773 - Upgrade groovy to 3.0.18
Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #7455
2023-07-04 20:14:17 -04:00
Matt Burgess f69b457757
NIFI-11770: Replace java-faker with Data Faker for GenerateRecord
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7454.
2023-07-03 11:33:50 +02:00