Pierre Villard
ddef74b67f
NIFI-14009 Moved Toolkit Client code in its own nifi-toolkit-client module
...
This closes #9522
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-18 15:08:07 -06:00
exceptionfactory
20c7913d96
NIFI-14012 Added UID and DC Formatting for Certificate Principals
...
- Added Object Identifiers for UID and DC which are not included in the standard set for X500Principal.RFC1779
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #9532 .
2024-11-18 19:13:53 +01:00
Pierre Villard
d51b306731
NIFI-14005 Add processor GetFileResource processor
...
This closes #9519
Signed-off-by: Lucas Ottersbach <ottersbach@apache.org>
2024-11-18 17:58:42 +01:00
Alex Ethier
2173672666
NIFI-14007 Add ACL entities to GCS Processor FlowFile Attributes ( #9520 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-15 16:24:39 -06:00
Pierre Villard
050fcc6b07
NIFI-14014 Use Node ID when available instead of Instance ID for Metrics ( #9528 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-15 16:21:03 -06:00
Pierre Villard
a856ffc241
NIFI-13731 Fixed null handling for Provenance Lineage Submission ( #9525 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-15 16:18:56 -06:00
Pierre Villard
3fd3957b83
NIFI-13682 Fixed Flow Versioning when changing Label styles ( #9526 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-15 16:16:09 -06:00
Rob Fellows
b623ccc7fe
[NIFI-13918][NIFI-14015] - Flow analysis unauthorized root group does not display group id in the PG details section ( #9529 )
2024-11-15 15:09:53 -05:00
Pierre Villard
461fdd9f6f
NIFI-13608 - Handle NPE from Empty All Queues when there is no queue ( #9527 )
2024-11-15 14:36:26 -05:00
Bob Paulin
9708f05b9c
NIFI-14003: Allow stateless ready queue to update order. ( #9515 )
...
When more than one processor is ready we should allow the order of the
queue to change to prevent execution from getting stuck on a single
processor.
2024-11-15 14:33:00 -05:00
Alex Ethier
588e84e5c6
NIFI-14008 Add verify implementation to JsonConfigBasedBoxClientService and provide enhanced error message when box connection fails.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #9521 .
2024-11-14 21:28:12 +01:00
exceptionfactory
31e4c3728a
NIFI-14010 Upgraded Netty to 4.1.115 and Bouncy Castle to 1.79
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #9524 .
2024-11-14 19:52:38 +01:00
Pierre Villard
b7e49bfac1
NIFI-13998 Add OIDC Client Credentials Flow support to NiFi CLI ( #9512 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-13 21:23:27 -06:00
Pierre Villard
21e7eef660
NIFI-13990 Fixed CLI pg-enable-services failing if parent PG has disabled CS ( #9504 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-13 21:19:32 -06:00
Greg Solovyev
6fb208807e
NIFI-12061 Added Listing Strategy to AWS Secrets Manager Provider
...
- Enumerate Secret Names allows using AWS Secrets Manager without ListSecrets permission
This closes #9483
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-13 21:05:02 -06:00
Bryan Bende
6b2dd3209f
NIFI-14006 Fixed Manifest Merger to avoid multiple reads for HTTP Responses ( #9518 )
...
- Corrects behavior when running in a cluster required after changes to read from response streams instead of buffering the entire response body in memory
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-13 16:08:10 -06:00
Rob Fellows
919b376c16
[NIFI-14002] - Quick copy of IDs ( #9514 )
2024-11-13 12:58:13 -05:00
Pierre Villard
6c4ddf8631
NIFI-13982 Updated web-client-api to support body as string and response URI ( #9500 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-12 13:28:23 -06:00
dan-s1
2f048ca70a
NIFI-13988 Adjusted Record number conversion to treat empty String as null ( #9511 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-12 13:23:08 -06:00
Peter Gyori
2f3dd015e0
NIFI-13745 Added StateManager Support to Python Processor API ( #9419 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-12 09:03:57 -06:00
dan-s1
f15b7caaa4
NIFI-13989 Reduced constructors in JsonTreeRowRecordReader to one ( #9506 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-12 08:24:30 -06:00
Matt Gilman
21791b09da
NIFI-13980: Edit Parameter Context action needs to be completed even when the user is routed away by following a link to a referencing component. ( #9501 )
2024-11-08 19:59:31 -06:00
tpalfy
8acb7047d4
NIFI-13991 Fix GetAwsTextractJobStatus so that a ProvisionedThroughputExceededException properly sends the flowfile to the "throttled" relationship.
...
This closes #9505 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2024-11-08 21:13:52 +01:00
markobean
4554aaf5b6
NIFI-13985 Fixed typo causing Trust Store loading failures in StandardSSLContextService ( #9503 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-08 09:51:12 -06:00
Pierre Villard
d20be80eb8
NIFI-13986 Upgraded Jetty to 12.0.15 and Jackson to 2.18.1 along with others ( #9502 )
...
- kafka-clients from 3.8.0 to 3.9.0
- jetty from 12.0.14 to 12.0.15
- jackson from 2.18.0 to 2.18.1
- exec-maven-plugin from 3.4.1 to 3.5.0
- docker-maven-plugin from 0.43.4 to 0.45.1
- maven-checkstyle from 3.5.0 to 3.6.0
- checkstyle from 10.18.2 to 10.20.0
- swagger-codegen from 3.0.63 to 3.0.64
- dependency-check from 10.0.4 to 11.1.0
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-07 11:58:10 -06:00
jrsteinebrey
6095d950cf
NIFI-3364 Sorted Bootstrap java.arg properties in ascending alphabetical order ( #9490 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-07 08:40:40 -06:00
Rob Fellows
11cb2c56e2
[NIFI-13974] - Improve UX of Status History dialog (select all nodes, scrolling left panel) ( #9493 )
...
This closes #9493
2024-11-07 09:08:29 -05:00
dependabot[bot]
4e4ce6f470
NIFI-13979: Bump happy-dom and @happy-dom/jest-environment ( #9498 )
...
NIFI-13979: Bumps [happy-dom](https://github.com/capricorn86/happy-dom ) and [@happy-dom/jest-environment](https://github.com/capricorn86/happy-dom ). These dependencies needed to be updated together.
Updates `happy-dom` from 14.12.3 to 15.10.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases )
- [Commits](https://github.com/capricorn86/happy-dom/compare/v14.12.3...v15.10.2 )
Updates `@happy-dom/jest-environment` from 14.12.3 to 15.10.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases )
- [Commits](https://github.com/capricorn86/happy-dom/compare/v14.12.3...v15.10.2 )
---
updated-dependencies:
- dependency-name: happy-dom
dependency-type: direct:development
- dependency-name: "@happy-dom/jest-environment"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 16:26:17 -05:00
exceptionfactory
6bc0e384f4
NIFI-13978 Improved Performance of Record Date Time Parsing
...
- Replaced DateTimeFormatter.parseBest() with custom TemporalQuery that checks for a ZoneId
This closes #9497 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2024-11-06 20:32:59 +01:00
Zoltán Kornél Török
ffe2649955
NIFI-13872: extend manifest generation to add dependencies for property descriptors in case of python processors ( #9390 )
2024-11-06 14:19:51 -05:00
Matt Gilman
959196927e
NIFI-13969: Rerendering labels after the viewport is restored to ensure that calculations are performed after the transform is applied. ( #9495 )
2024-11-06 11:45:48 -05:00
Lucas
eb7c618788
NIFI-13961 Allow camelCase search when filtering on component selection in UI ( #9481 )
...
This closes #9481
2024-11-06 11:17:33 -05:00
Matt Gilman
4198880879
NIFI-13960: Using the ExtensionCreation component when adding a Registry Client to better handle different bundles. ( #9494 )
...
This closes #9494
2024-11-06 11:16:37 -05:00
Scott Aslan
0bbf3cd233
[NIFI-13482] add filtered extension count ( #9480 )
...
* [NIFI-13482] add filtered extension count
* address review comments
This closes #9480
2024-11-05 12:25:31 -05:00
Matt Gilman
c5a5140ff8
NIFI-13956: Upgrading Angular, Angular build tools, and nx. ( #9479 )
2024-11-05 12:24:05 -05:00
Peter Turcsanyi
a20eaa9a40
NIFI-13964 Upgraded camel-salesforce from 3.22.2 to 4.8.1
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #9484 .
2024-11-05 12:10:49 +01:00
dan-s1
b8c4cb081a
NIFI-13965 Reduced duplicate code and optimized TestConvertRecord ( #9488 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-04 21:39:57 -06:00
Peter Turcsanyi
10eda1ac69
NIFI-13966 Removed unsupported security protocols from SNMP processors ( #9487 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-04 21:37:56 -06:00
Shane Ardell
78b68f6ea2
NIFI-13951: add warn policy to dropdown selection ( #9478 )
2024-11-04 19:55:15 -05:00
exceptionfactory
103710038a
NIFI-13915 Updated Dockerfile references to SHA-512 hashes
2024-11-04 13:29:57 -06:00
Pierre Villard
6ed8a18131
NIFI-13955 - Filter out .directories in Git Registry clients ( #9477 )
...
* NIFI-13955 - Filter out .directories in Git Registry clients
* Added a filter property and added a unit test
2024-11-04 12:36:10 -05:00
dependabot[bot]
d428970efb
NIFI-13957 Upgraded snowflake-jdbc from 3.14.5 to 3.20.0 ( #9475 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-02 13:40:39 -05:00
dependabot[bot]
1f0fe2567d
NIFI-13958 Upgraded elliptic from 6.5.7 to 6.6.0 for Registry ( #9474 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-11-02 13:39:12 -05:00
exceptionfactory
4adc2be12b
NIFI-13915 Updated version to 2.1.0-SNAPSHOT
2024-11-01 22:56:08 -05:00
exceptionfactory
539e8c732d
NIFI-13915 Merged NIFI-13915-RC2
2024-11-01 22:50:06 -05:00
exceptionfactory
2f13b609bd
NIFI-13915 Updated version to 2.0.0
2024-10-29 20:25:32 -05:00
Matt Burgess
41edb12183
NIFI-13944 Upgraded Jedis from 3.10.0 to 5.2.0 ( #9465 )
...
- Updated License and Notice files in Redis NARs to reflect current dependencies and versions
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-29 19:45:56 -05:00
exceptionfactory
047f52afca
NIFI-13945 Excluded FindBugs Annotations and Hibernate Annotations
...
This closes #9468
- Added FindBugs Annotations to banned dependencies
- Added Hibernate Commons Annotations and Core to banned dependencies
- Excluded FindBugs Annotations from nifi-opentelemetry-processors
- Updated Hibernate exclusion in nifi-registry-framework
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-10-29 14:10:49 -07:00
exceptionfactory
cf59c514ff
NIFI-13947 Removed unused nifi-security-utils Maven configuration
...
This closes #9470
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-10-29 14:10:15 -07:00
exceptionfactory
bc279b5e51
NIFI-13946 Fixed SNMP Integration Test Failures
...
This closes #9469
- Set 0.0.0.0 as listen address for ListenTrapSNMP
- Removed SHA and MD5 protocols for SNMP Version 3
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-10-29 14:09:15 -07:00