Commit Graph

10305 Commits

Author SHA1 Message Date
exceptionfactory 7aabef305c
NIFI-13889 Removed Unused Protected Properties abstraction
- Removed unused methods from nifi-property-utils components

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

This closes #9410.
2024-10-17 20:10:55 +02:00
Scott Aslan 09e5b030db
[NIFI-13887] update styles of disabled drag/drop new canvas items (#9406)
This closes #9406
2024-10-17 12:45:38 -04:00
Scott Aslan 5db02e24cb
[NIFI-12964] fix the alignment of the date picker icon (#9408)
This closes #9408
2024-10-17 12:23:31 -04:00
exceptionfactory 784a95c398
NIFI-13888 Increased Timeout to 15 seconds in TestEventIndexTask
- Increasing the timeout from 5 seconds to 15 seconds should provide greater build stability when running multi-thread builds

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

This closes #9409.
2024-10-17 18:19:50 +02:00
exceptionfactory d42b110474
NIFI-13886 Upgraded Spring from 6.1.13 to 6.1.14 and others
- Upgraded Apache MINA SSHD from 2.13.2 to 2.14.0
- Upgraded Dropwizard Metrics from 4.2.27 to 4.2.28
- Upgraded Guava from 33.2.1 to 33.3.1
- Upgraded ASM from 9.7 to 9.7.1
- Upgraded Apache JSP from 10.1.16 to 10.1.31
- Upgraded Apache EL from 10.1.16 to 10.1.31
- Upgraded Data Faker from 2.3.1 to 2.4.0
- Upgraded JSON Flattener from 0.16.6 to 0.17.0
- Upgraded Check Qual from 3.47.0 to 3.48.1
- Upgraded error-prone-annotations from 2.28.0 to 2.33.0
- Upgraded frontend-maven-plugin from 1.15.0 to 1.15.1
- Upgraded AWS SDK from 1.12.772 to 1.2.774
- Upgraded AWS SDK from 2.28.13 to 2.28.24
- Upgraded JSON Smart from 2.5.0 to 2.5.1
- Upgraded Jersey from 3.1.8 to 3.1.9
- Upgraded Logback from 1.5.8 to 1.5.11
- Upgraded Servlet API from 6.0.0 to 6.1.0
- Upgraded Swagger Annotations from 2.2.24 to 2.2.25

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

This closes #9407.
2024-10-17 18:04:51 +02:00
Mark Bathori 7e1789d6f0
NIFI-13877 Closed Catalog after processing in PutIceberg (#9395)
- Resolved JdbcCatalog being created but not closed

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-17 09:36:32 -05:00
Rob Fellows a53e0ab81e
[NIFI-13876] - Adding context aware error banners (#9396) 2024-10-17 10:13:22 -04:00
Mark Bathori 1823a52e36
NIFI-13884 Removed File IO Implementation Property from PutIceberg (#9403)
- Removed pending further testing and evaluation of runtime behavior

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-17 09:00:36 -05:00
Ferenc Erdei 94d0ee9460
NIFI-13883 [MiNiFI][C2] Fix MiNiFI recovery if exception happens on config update
Signed-off-by: Ferenc Kis <briansolo1985@gmail.com>

This closes #9402.
2024-10-17 13:15:37 +02:00
exceptionfactory babfd5a559
NIFI-13881 Upgraded JUnit from 5.10.4 to 5.11.2 along with Plugins
- Upgraded Apache Parent from 32 to 33
- Upgraded Surefire Plugin from 3.2.5 to 3.5.1
- Upgraded Mockito from 5.14.1 to 5.14.2
- Upgraded JUnit Platform from 1.10.4 to 1.11.2
- Upgraded Exec Maven Plugin from 3.2.0 o 3.4.1
- Upgraded Buildnumber Maven Plugin from 3.2.0
- Upgraded Maven Checkstyle Plugin from 3.3.1 to 3.5.0
- Upgraded Checkstyle from 10.16.0 to 10.18.2
- Upgraded Versions Maven Plugin from 2.16.2 to 2.17.1
- Upgraded Nexus Staging Plugin from 1.6.13 to 1.7.00
- Upgraded JAXB Maven Plugin from 2.2.0 to 2.2.1
- Upgraded Swagger Maven Plugin from 2.2.23 to 2.2.25
- Upgraded Swagger Codegen Plugin from 3.0.55 to 3.0.63
- Upgraded Maven JAR Plugin from 3.4.1 to 3.4.2
- Upgraded Dependency Check Plugin from 10.0.3 to 10.0.4
- Upgraded Jagged BOM from 0.4.0 to 1.0.0

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

This closes #9400.
2024-10-17 12:12:43 +02:00
exceptionfactory d23bf2ce4f
NIFI-13596 Renamed Distributed Cache Server and Client Services
- Renamed DistributedMapCacheServer to MapCacheServer
- Renamed DistributedSetCacheServer to SetCacheServer
- Renamed DistributedMapCacheClientService to MapCacheClientService
- Renamed DistributedSetCacheClientService to SetCacheClientService

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

This closes #9398.
2024-10-17 12:09:00 +02:00
exceptionfactory 31d867ffbd
NIFI-13882 Upgraded Kotlin from 1.9.25 to 2.0.21
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #9401.
2024-10-17 12:06:33 +02:00
dan-s1 92f571940e
NIFI-13880 Replaced if statements with enhanched switch in Object FieldConverters (#9399)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-16 18:28:52 -05:00
Bryan Bende 1fe54f060b
NIFI-13644 Added GitLab Flow Registry Client (#9264)
- Refactoring to create base class for other git-based flow registry clients
- Implement GitLabRepositoryClient
- Implement GitLabFlowRegistryClient

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-16 15:03:21 -05:00
exceptionfactory cb2117f8e6 NIFI-13579 Improved Timestamp Zone Offset Formatting and Parsing
- Improved Timestamp to String formatting to support patterns with zone offsets
- Improved String to Timestamp parsing to support adjusted hours and minutes when zone offset is included
2024-10-16 18:37:30 +00:00
exceptionfactory 1b37d78403
NIFI-13874 Refactored KeyStore and SSLContext Creation for Tests
This closes #9392

- Added EphemeralKeyStoreBuilder to nifi-security-ssl
- Removed nifi-security-utils
- Moved StandardTlsConfiguration to nifi-ssl-context-service
- Refactored tests to use EphemeralKeyStoreBuilder and nifi-security-cert-builder for TLS

Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-10-16 09:18:59 -07:00
exceptionfactory ea2cfb102f NIFI-13744 Corrected Excel Reader Cell Type Inferencing
- Added Cell Field Type Reader with Timestamp detection

Signed-off-by: dan-s1 <dstieg1@gmail.com>

This closes #9379.
2024-10-16 15:52:19 +00:00
dependabot[bot] 96c8075395
NIFI-13879 Upgraded elliptic from 6.5.5 to 6.5.7 for Registry (#9383)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-16 09:13:36 -05:00
tpalfy 6fb229b23c
NIFI-13860 Avoid Throwing Exceptions for Failures in IPLookupService (#9372)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-16 09:03:42 -05:00
exceptionfactory 988b4a1a7e
NIFI-13875 Upgraded Calcite from 1.37.0 to 1.38.0
- Upgraded Curator from 5.7.0 to 5.7.1
- Updated TestQueryRecord expected value to align with Calcite 1.38.0 decimal handling

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

This closes #9394.
2024-10-16 15:29:41 +02:00
exceptionfactory 6a53010390
NIFI-10002 Validated Directory Path in ListFile
- Throw IOException for null or blank directories to avoid invalid directory expressions

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

This closes #9393.
2024-10-16 12:27:06 +02:00
Matt Gilman 244400f549
NIFI-13873: Showing the spinner on the dialog buttons of Import From Registry. (#9391)
This closes #9391
2024-10-15 21:12:18 -04:00
Scott Aslan cc5a3639ac
[NIFI-13859] use tertiary color for spinners (#9370)
This closes #9370
2024-10-15 15:54:43 -04:00
Scott Aslan 83a131f953
[NIFI-13780] fix jolt example input codemirror cursor issue (#9389)
This closes #9389
2024-10-15 14:13:57 -04:00
Ferenc Kis 66d378c58b
NIFI-13846 [MiNiFi] Create default parameter context to enable running empty flows received via C2
Signed-off-by: Ferenc Erdei <erdei.ferenc90@gmail.com>
This closes #9350.
2024-10-14 08:37:42 +02:00
Peter Turcsanyi c3122b281b
NIFI-13867 Removed legacy code component Proxy Properties (#9381)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-12 11:34:03 -05:00
Mark Payne 0f8b570718
NIFI-13811 Fixed CalculateRecordStats Nested Record Array Handling
This closes #9321

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-11 17:14:35 -05:00
dan-s1 f7d5bd7774
NIFI-13674 Added merge.competion.reason Attribute for MergeRecord (#9363)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-11 17:00:34 -05:00
Michael Moser 1bfdf3c107
NIFI-12304 Added FlowFileV3 Unpacking to ListenHTTP as a documented UseCase (#9369)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-11 16:12:15 -05:00
Peter Turcsanyi 4c243bd877
NIFI-13851 Migrated SiteToSiteReportingTask Proxy properties to ProxyConfigurationService (#9359)
- Fixed Reporting Task property migration: in case of sensitive properties the encrypted form was migrated to the new property value

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-11 16:09:39 -05:00
Michael Moser fa2a01c823
NIFI-13854 Updated Getting Started Guide for 2.0.0 (#9362)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-11 16:06:00 -05:00
dependabot[bot] 8e867be875
NIFI-13866 Upgraded express from 4.21.0 to 4.21.1 for NiFi Registry (#9373)
- Upgraded the cookie library from 0.4.2 to 0.7.2
- Upgraded the socket.io library from 4.7.5 to 4.8.0
- Upgraded the express library from 4.21.0 to 4.21.1

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-11 16:04:01 -05:00
dan-s1 44ae874032 NIFI-13726 Set cell style copy policy to false in order to avoid exceeding the maximum number of cell styles (64000) in a .xlsx Workbook
Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #9326
2024-10-11 16:54:39 -04:00
Matt Gilman 3248f17df1
NIFI-13849: Including parameter contexts in Convert to Parameter requests. (#9377)
This closes #9377
2024-10-11 15:35:01 -04:00
Matt Gilman 97aa11b743
NIFI-13863: Fixing syntax highlighting for quoted parameters in property editors. (#9378)
This closes #9378
2024-10-11 14:45:01 -04:00
Matt Gilman 3ab60859ea
NIFI-13855: Ensuring that tooltips get closed when the host component is clicked. (#9376)
This closes #9376
2024-10-11 12:15:08 -04:00
Scott Aslan f3fcedc864
[NIFI-13844] add copy button to markdown code syntax highlighting (#9348)
* [NIFI-13844] add copy button to markdown code syntax highlighting

* only show copy button on code block hover

* update markdown-clipboard-toolbar position and prism padding

This closes #9348
2024-10-11 09:30:40 -04:00
Rob Fellows da407b106f
[NIFI-13861] - Update to Nx 19.8.4 and Angular 18.2.8 (#9374)
This closes #9374
2024-10-10 16:51:52 -04:00
Mark Payne c97510aa66
NIFI-13862: Ensure that when FlowFile Repository is checkpointed, we always call the onGlobalSync() method to ensure that any transient claims that may have been provided (such as those from Stateless NiFi) get dealt with appropriately.
This closes #9375

Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-10-10 13:41:53 -07:00
Matt Gilman ade260266e
NIFI-13534: Only reloading the flow when the browser tab is visible. … (#9344)
* NIFI-13534: Only reloading the flow when the browser tab is visible. This prevents attempts to re-render the SVG when the browser tab is hidden.

* NIFI-13534: Destroying the canvas view (and managers) and birdeyes view when the corresponding components are destroyed.
- When document visibility changes, only reloading the flow when the canvas is still initialized.

* NIFI-13534: Completing subjects and cleaning up tooltip positioning strategies which referenced html elements.

This closes #9344
2024-10-10 14:24:26 -04:00
Scott Aslan f48d60abf5
[NIFI-13857] fix appearance and animations menu scrollbar issue (#9366)
This closes #9366
2024-10-09 16:14:52 -04:00
Matt Gilman 71d021274e
NIFI-13858: Fixing path to EL guide. (#9368) 2024-10-09 15:13:09 -04:00
dan-s1 f41f6fea4f
NIFI-13850 Simplified TextXMLReader using Current Language and Library Practices (#9361)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-09 13:06:05 -05:00
Rob Fellows 6eab0a5f44
[NIFI-13830] - Wait for canvas to complete loading before attempting to restore view or center (#9342)
* [NIFI-13830] - Wait for canvas to complete loading before attempting to restore view or center

* When restoring viewport or handling selection, only take action if the processgroup has changed

This closes #9342
2024-10-09 12:29:15 -04:00
David Handermann 0b85dd696e
NIFI-13813 Refactored NiFi Runtime Property Loading (#9322)
- Refactored NiFi Runtime class to read application properties for NAR loading and then load application properties using Framework NAR
- Removed bootstrap Class Loader from runtime initialization
- Removed nifi-properties-loader from nifi-bootstrap
2024-10-09 11:16:42 -04:00
Scott Aslan 12c3280917
[NIFI-13839] ensure contrast ratio for success, warn, error colors (#9343)
* [NIFI-13839] ensure contrast ratio for success, warn, error colors

* simplify secondary color

* final touches

* update purple theme

This closes #9343
2024-10-08 17:10:56 -04:00
Mike Moser 4ecd743693
NIFI-12762 Added Request Header Size to ListenHTTP and HandleHttpRequest
This closes #9304

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-08 14:28:55 -05:00
Scott Aslan 7c9d15b198
[NIFI-13852] replace Roboto font with Inter font (#9360)
* [NIFI-13852] replace Roboto font with Inter font

* add Inter to WebFont load callback

This closes #9360
2024-10-08 15:01:02 -04:00
Matt Gilman 3fd0b264ab
NIFI-13816: Ensuring the components in the Documentation are sorted. (#9355)
This closes #9355
2024-10-08 14:43:02 -04:00
Vincenzo Abate 0719a8113f
NIFI-13827 Added Reply-To Property to PutEmail (#9332)
Co-authored-by: Vincenzo Abate <vincenzo.abate@teratecnologies.es>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-08 10:56:51 -05:00