[jira] [Assigned] (NIFI-12231) Add completion strategy to FetchSmb

2024-03-25 Thread Peter Turcsanyi (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Turcsanyi reassigned NIFI-12231:
--

Assignee: Peter Turcsanyi

> Add completion strategy to FetchSmb
> ---
>
> Key: NIFI-12231
> URL: https://issues.apache.org/jira/browse/NIFI-12231
> Project: Apache NiFi
>  Issue Type: New Feature
>  Components: Core Framework
>Affects Versions: 1.23.2
>Reporter: Jens M Kofoed
>Assignee: Peter Turcsanyi
>Priority: Major
>
> The newly added ListSmb and FetchSmb has been very much appreciated. But 
> sadly the FetchSmb does not have the same options like other Fetch processors.
> FetchFTP and FetchSFTP process has a Completion Strategy where you can choose 
> to Move or Delete the file after it has been fetched.
> It would be very helpfull if FetchSmb gets the same possibilities 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-12938) Upgrade Iceberg from 1.4.3 to 1.5.0

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830408#comment-17830408
 ] 

ASF subversion and git services commented on NIFI-12938:


Commit 8c0829d711da9d38ef87302c4d2f12ced9e7167f in nifi's branch 
refs/heads/main from Mark Bathori
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8c0829d711 ]

NIFI-12938: Upgrade Iceberg from 1.4.3 to 1.5.0

Signed-off-by: Pierre Villard 

This closes #8552.


> Upgrade Iceberg from 1.4.3 to 1.5.0
> ---
>
> Key: NIFI-12938
> URL: https://issues.apache.org/jira/browse/NIFI-12938
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mark Bathori
>Assignee: Mark Bathori
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Apache Iceberg [1.5.0|https://iceberg.apache.org/releases/#150-release] adds 
> a variety of new features and bug fixes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-12938) Upgrade Iceberg from 1.4.3 to 1.5.0

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830409#comment-17830409
 ] 

ASF subversion and git services commented on NIFI-12938:


Commit c4a27386069de8c6174f63c6f61532c092725f97 in nifi's branch 
refs/heads/support/nifi-1.x from Mark Bathori
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c4a2738606 ]

NIFI-12938: Upgrade Iceberg from 1.4.3 to 1.5.0

Signed-off-by: Pierre Villard 

This closes #8552.


> Upgrade Iceberg from 1.4.3 to 1.5.0
> ---
>
> Key: NIFI-12938
> URL: https://issues.apache.org/jira/browse/NIFI-12938
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mark Bathori
>Assignee: Mark Bathori
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Apache Iceberg [1.5.0|https://iceberg.apache.org/releases/#150-release] adds 
> a variety of new features and bug fixes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] NIFI-12895 Added Timeout property to GetSmbFile and PutSmbFile [nifi]

2024-03-25 Thread via GitHub


asfgit closed pull request #8551: NIFI-12895 Added Timeout property to 
GetSmbFile and PutSmbFile
URL: https://github.com/apache/nifi/pull/8551


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] NIFI-12918 Fix Stateless NullPointerException on versioned sub-process groups [nifi]

2024-03-25 Thread via GitHub


exceptionfactory closed pull request #8533: NIFI-12918 Fix Stateless 
NullPointerException on versioned sub-process groups
URL: https://github.com/apache/nifi/pull/8533


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] NIFI-12918 Fix Stateless NullPointerException on versioned sub-process groups [nifi]

2024-03-25 Thread via GitHub


exceptionfactory commented on PR #8533:
URL: https://github.com/apache/nifi/pull/8533#issuecomment-2017966457

   I'm closing this pull request for now so that we can focus on making the 
correct changes on the main branches. The automated builds did not trigger the 
system tests, but running them locally confirms that the same issues exist on 
the support branch right now. We can continue the review process on PR #8536 
and the associated Jira issue, then either this PR can be reopened, or a new PR 
can be created to implement a solution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] NIFI-12918 Fix Stateless NullPointerException on versioned sub-process groups - main branch [nifi]

2024-03-25 Thread via GitHub


slambrose commented on PR #8536:
URL: https://github.com/apache/nifi/pull/8536#issuecomment-2017834831

   So, here is my conclusion on this. Unfortunately, I'm not sure I have the 
cycles to do the full re-write that this code probably requires. The main and 
1.x support branches currently do not work to process stateless flows that have 
sub-versioned flows. It's **broken** in current state. My two small changes fix 
both the main and 1.x support branches in terms of processing the flows (tested 
and confirmed); however, there are 9 integration tests that appear to be 
_trying_ to test this exact use case. Clearly, these these 9 tests were bad to 
begin with because they don't catch the bug at all. I'm not sure what actually 
changed in the code base such that these 9 tests fail in the main branch but 
not the 1.x support branch. I see many places where this concept of a 
"registryId" is not fully programmed out, so making a require non-null on it 
does not work. 
   I'm proposing an acceptance of these merge requests with the broken tests 
commented out to fix processing in production, with a continued ticket to 
investigate coding this out completely and fixing the integration tests at a 
later time. Otherwise, the product remains broken indefinitely.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Updated] (NIFI-12933) Rearrange properties on GCP processors

2024-03-25 Thread Pierre Villard (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard updated NIFI-12933:
--
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Rearrange properties on GCP processors
> --
>
> Key: NIFI-12933
> URL: https://issues.apache.org/jira/browse/NIFI-12933
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Peter Turcsanyi
>Assignee: Peter Turcsanyi
>Priority: Minor
> Fix For: 2.0.0-M3
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Parent classes of the GCP processors define some common properties and they 
> are added to the processors via 
> {{{}descriptors.addAll(super.getSupportedPropertyDescriptors()){}}}.
> This practice leads to weird property ordering in most cases and it is not 
> worth using it. E.g. "Number of retries" precedes "Bucket" and "Key" 
> properties in PutGCSObject.
> Get rid of {{super.getSupportedPropertyDescriptors()}} and reorder the 
> properties in a more reasonable way.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-12933) Rearrange properties on GCP processors

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830412#comment-17830412
 ] 

ASF subversion and git services commented on NIFI-12933:


Commit 8eb013a813ad5e8452a3eacd9774068a7bb4d3b3 in nifi's branch 
refs/heads/main from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8eb013a813 ]

NIFI-12933 Rearranged properties on GCP processors

Also used current API methods for relationships/properties collections

Signed-off-by: Pierre Villard 

This closes #8545.


> Rearrange properties on GCP processors
> --
>
> Key: NIFI-12933
> URL: https://issues.apache.org/jira/browse/NIFI-12933
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Peter Turcsanyi
>Assignee: Peter Turcsanyi
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Parent classes of the GCP processors define some common properties and they 
> are added to the processors via 
> {{{}descriptors.addAll(super.getSupportedPropertyDescriptors()){}}}.
> This practice leads to weird property ordering in most cases and it is not 
> worth using it. E.g. "Number of retries" precedes "Bucket" and "Key" 
> properties in PutGCSObject.
> Get rid of {{super.getSupportedPropertyDescriptors()}} and reorder the 
> properties in a more reasonable way.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-12941) Migrate from Karma to Jest

2024-03-25 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-12941:
--

 Summary: Migrate from Karma to Jest
 Key: NIFI-12941
 URL: https://issues.apache.org/jira/browse/NIFI-12941
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Rob Fellows
Assignee: Rob Fellows






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-03-25 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-12400:
---
Description: 
The purpose of this Jira is to track all remaining items following the initial 
commit [1] for NIFI-11481. The description will be kept up to date with 
remaining features, tasks, and improvements. As each items is worked, a new sub 
task Jira will be created and referenced in this description.
 * Support Parameters in Properties with Allowable Values (NIFI-12401)
 * Summary (NIFI-12437)
 ** Remaining work not addressed in initial Jira:
 *** input ports (NIFI-12504)
 *** output ports (NIFI-12504)
 *** remote process groups (NIFI-12504)
 *** process groups (NIFI-12504)
 *** connections (NIFI-12504)
 *** System Diagnostics (NIFI-12505)
 *** support for cluster-specific ui elements (NIFI-12537)
 *** Add pagination (NIFI-12552)
 * Counters (NIFI-12415)
 ** Counter table has extra unnecessary can modfiy check
 * Bulletin Board (NIFI-12560)
 ** When the bulletin board polls it is missing the offset "after" query 
parameter
 * Provenance (NIFI-12445)
 ** Event Listing (NIFI-12445)
 ** Search (NIFI-12445)
 ** Event Dialog (NIFI-12445)
 ** Lineage (NIFI-12485)
 ** Replay from context menu (NIFI-12445)
 ** Clustering (NIFI-12807)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry (NIFI-12734)
 * Parameter Providers (NIFI-12622)
 ** Fetch parameters from provider, map to parameter context (dialog) - 
(NIFI-12665)
 * Cluster
 ** Status History - node specific values (NIFI-12848)
 * Flow Configuration History (NIFI-12754)
 ** ActionEntity.action should be optional
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 ** Don't show users or groups in create/edit dialog is there are none
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 ** Select Empty by default
 * Help (NIFI-12795)
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 ** Clustering (NIFI-12807)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 ** Clustering
 * Change Component Version
 * Consider PG permissions in Toolbox (NIFI-12683)
 * Handle linking to components that are not on the canvas
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * Process Group Services (NIFI-12425)
 ** Listing (NIFI-12425)
 ** Create (NIFI-12425)
 ** Configure (NIFI-12425)
 ** Delete (NIFI-12425)
 ** Enable (NIFI-12529)
 ** Disable (NIFI-12529)
 ** Improve layout and breadcrumbs
 ** Disable and Configure
 * Configure Processor
 ** Service Link (NIFI-12425)
 ** Create inline Service (NIFI-12425)
 ** Parameter Link (NIFI-12502)
 ** Convert to Parameter (NIFI-12502)
 ** Fix issue with Property Editor width (NIFI-12547)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG (NIFI-12758)
 * Configure RPG (NIFI-12774)
 * RPG Remote Ports (NIFI-12778)
 * RPG Go To (NIFI-12759)
 * RPG Refresh (NIFI-12761)
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * Set viewport earlier when loading a Process Group (NIFI-12737)
 * Canvas global menu item should navigate user back to where they were on the 
canvas (NIFI-12737)
 * Better theme support (NIFI-12655)
 * Set up development/production environments files
 * Run unit tests are part of standard build
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Use polling interval from API
 * Load FlowConfiguration in guard
 * Routing error handling
 * General API response error handling
 ** Management CS (NIFI-12663)
 ** Canvas CS (NIFI-12684)
 ** Remainder of Settings (NIFI-12723)
 ** Counters (NIFI-12723)
 ** Bulletins (NIFI-12723)
 ** Flow Designer
 ** Parameter Contexts (NIFI-12937)
 ** Provenance (NIFI-12767)
 ** Queue Listing (NIFI-12742)
 ** Summary (NIFI-12742)
 ** Users (NIFI-12742)
 ** Policies
 ** Status History
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Theme docs, view flow file, and custom ui's
 * Prompt user to save Parameter Context when Edit form is dirty
 * Upgrade to Angular 17 (NIFI-12790)
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)
 * Flow Analysis report menu
 * Migrate NiFi UI to nx
 * Migrate from Karma tests to Jest (NIFI-12941)

[1] 

[jira] [Created] (NIFI-12940) Migrate from Karma to Jest

2024-03-25 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-12940:
--

 Summary: Migrate from Karma to Jest
 Key: NIFI-12940
 URL: https://issues.apache.org/jira/browse/NIFI-12940
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Rob Fellows
Assignee: Rob Fellows






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-12895) GetSmbFile and PutSmbFile has forced 5 sec timeout

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830411#comment-17830411
 ] 

ASF subversion and git services commented on NIFI-12895:


Commit cc81eeffb21604059b32a0cb80992d3b5d6fe941 in nifi's branch 
refs/heads/support/nifi-1.x from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=cc81eeffb2 ]

NIFI-12895 Added Timeout property to GetSmbFile and PutSmbFile

Signed-off-by: Pierre Villard 

This closes #8551.


> GetSmbFile and PutSmbFile has forced 5 sec timeout
> --
>
> Key: NIFI-12895
> URL: https://issues.apache.org/jira/browse/NIFI-12895
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Affects Versions: 1.25.0, 2.0.0-M2
>Reporter: Anders
>Assignee: Peter Turcsanyi
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> It seems like timeout was introduced with the SmbjClientProviderService, and
> SmbUtils.java defines the withTimeout setting from the underlying smbj 
> library.
> In SmbProperties.java, the default timeout value is set to 5 sec and you can 
> configure it in the SmbjClientProviderService.
> However, the older GetSmbFile and PutSmbFile processors uses SmbUtils.java as 
> well, but the timeout configuration item is not exposed in their config ui.
> The timeout setting should be added to the UI for GetSmbFile and PutSmbFile.
> I think it's enough to add the following lines to PutSmbFile.java and 
> GetSmbFile.java:
> {code}
> ...
> import static org.apache.nifi.smb.common.SmbProperties.TIMEOUT;
> ...
> descriptors.add(TIMEOUT);
> ...
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12895) GetSmbFile and PutSmbFile has forced 5 sec timeout

2024-03-25 Thread Pierre Villard (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard updated NIFI-12895:
--
Fix Version/s: 2.0.0-M3
   1.26.0
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> GetSmbFile and PutSmbFile has forced 5 sec timeout
> --
>
> Key: NIFI-12895
> URL: https://issues.apache.org/jira/browse/NIFI-12895
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Affects Versions: 1.25.0, 2.0.0-M2
>Reporter: Anders
>Assignee: Peter Turcsanyi
>Priority: Minor
> Fix For: 2.0.0-M3, 1.26.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> It seems like timeout was introduced with the SmbjClientProviderService, and
> SmbUtils.java defines the withTimeout setting from the underlying smbj 
> library.
> In SmbProperties.java, the default timeout value is set to 5 sec and you can 
> configure it in the SmbjClientProviderService.
> However, the older GetSmbFile and PutSmbFile processors uses SmbUtils.java as 
> well, but the timeout configuration item is not exposed in their config ui.
> The timeout setting should be added to the UI for GetSmbFile and PutSmbFile.
> I think it's enough to add the following lines to PutSmbFile.java and 
> GetSmbFile.java:
> {code}
> ...
> import static org.apache.nifi.smb.common.SmbProperties.TIMEOUT;
> ...
> descriptors.add(TIMEOUT);
> ...
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-12895) GetSmbFile and PutSmbFile has forced 5 sec timeout

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830410#comment-17830410
 ] 

ASF subversion and git services commented on NIFI-12895:


Commit 635eb9ed2a7f5b74e3b0914eda75c0d3ae302563 in nifi's branch 
refs/heads/main from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=635eb9ed2a ]

NIFI-12895 Added Timeout property to GetSmbFile and PutSmbFile

Signed-off-by: Pierre Villard 

This closes #8551.


> GetSmbFile and PutSmbFile has forced 5 sec timeout
> --
>
> Key: NIFI-12895
> URL: https://issues.apache.org/jira/browse/NIFI-12895
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Affects Versions: 1.25.0, 2.0.0-M2
>Reporter: Anders
>Assignee: Peter Turcsanyi
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It seems like timeout was introduced with the SmbjClientProviderService, and
> SmbUtils.java defines the withTimeout setting from the underlying smbj 
> library.
> In SmbProperties.java, the default timeout value is set to 5 sec and you can 
> configure it in the SmbjClientProviderService.
> However, the older GetSmbFile and PutSmbFile processors uses SmbUtils.java as 
> well, but the timeout configuration item is not exposed in their config ui.
> The timeout setting should be added to the UI for GetSmbFile and PutSmbFile.
> I think it's enough to add the following lines to PutSmbFile.java and 
> GetSmbFile.java:
> {code}
> ...
> import static org.apache.nifi.smb.common.SmbProperties.TIMEOUT;
> ...
> descriptors.add(TIMEOUT);
> ...
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] NIFI-12933 Rearranged properties on GCP processors [nifi]

2024-03-25 Thread via GitHub


asfgit closed pull request #8545: NIFI-12933 Rearranged properties on GCP 
processors
URL: https://github.com/apache/nifi/pull/8545


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Resolved] (NIFI-12938) Upgrade Iceberg from 1.4.3 to 1.5.0

2024-03-25 Thread Pierre Villard (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard resolved NIFI-12938.
---
Fix Version/s: 2.0.0-M3
   1.26.0
   Resolution: Fixed

> Upgrade Iceberg from 1.4.3 to 1.5.0
> ---
>
> Key: NIFI-12938
> URL: https://issues.apache.org/jira/browse/NIFI-12938
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mark Bathori
>Assignee: Mark Bathori
>Priority: Major
> Fix For: 2.0.0-M3, 1.26.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Apache Iceberg [1.5.0|https://iceberg.apache.org/releases/#150-release] adds 
> a variety of new features and bug fixes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-03-25 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-12400:
---
Description: 
The purpose of this Jira is to track all remaining items following the initial 
commit [1] for NIFI-11481. The description will be kept up to date with 
remaining features, tasks, and improvements. As each items is worked, a new sub 
task Jira will be created and referenced in this description.
 * Support Parameters in Properties with Allowable Values (NIFI-12401)
 * Summary (NIFI-12437)
 ** Remaining work not addressed in initial Jira:
 *** input ports (NIFI-12504)
 *** output ports (NIFI-12504)
 *** remote process groups (NIFI-12504)
 *** process groups (NIFI-12504)
 *** connections (NIFI-12504)
 *** System Diagnostics (NIFI-12505)
 *** support for cluster-specific ui elements (NIFI-12537)
 *** Add pagination (NIFI-12552)
 * Counters (NIFI-12415)
 ** Counter table has extra unnecessary can modfiy check
 * Bulletin Board (NIFI-12560)
 ** When the bulletin board polls it is missing the offset "after" query 
parameter
 * Provenance (NIFI-12445)
 ** Event Listing (NIFI-12445)
 ** Search (NIFI-12445)
 ** Event Dialog (NIFI-12445)
 ** Lineage (NIFI-12485)
 ** Replay from context menu (NIFI-12445)
 ** Clustering (NIFI-12807)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry (NIFI-12734)
 * Parameter Providers (NIFI-12622)
 ** Fetch parameters from provider, map to parameter context (dialog) - 
(NIFI-12665)
 * Cluster
 ** Status History - node specific values (NIFI-12848)
 * Flow Configuration History (NIFI-12754)
 ** ActionEntity.action should be optional
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 ** Don't show users or groups in create/edit dialog is there are none
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 ** Select Empty by default
 * Help (NIFI-12795)
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 ** Clustering (NIFI-12807)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 ** Clustering
 * Change Component Version
 * Consider PG permissions in Toolbox (NIFI-12683)
 * Handle linking to components that are not on the canvas
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * Process Group Services (NIFI-12425)
 ** Listing (NIFI-12425)
 ** Create (NIFI-12425)
 ** Configure (NIFI-12425)
 ** Delete (NIFI-12425)
 ** Enable (NIFI-12529)
 ** Disable (NIFI-12529)
 ** Improve layout and breadcrumbs
 ** Disable and Configure
 * Configure Processor
 ** Service Link (NIFI-12425)
 ** Create inline Service (NIFI-12425)
 ** Parameter Link (NIFI-12502)
 ** Convert to Parameter (NIFI-12502)
 ** Fix issue with Property Editor width (NIFI-12547)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG (NIFI-12758)
 * Configure RPG (NIFI-12774)
 * RPG Remote Ports (NIFI-12778)
 * RPG Go To (NIFI-12759)
 * RPG Refresh (NIFI-12761)
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * Set viewport earlier when loading a Process Group (NIFI-12737)
 * Canvas global menu item should navigate user back to where they were on the 
canvas (NIFI-12737)
 * Better theme support (NIFI-12655)
 * Set up development/production environments files
 * Run unit tests are part of standard build
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Use polling interval from API
 * Load FlowConfiguration in guard
 * Routing error handling
 * General API response error handling
 ** Management CS (NIFI-12663)
 ** Canvas CS (NIFI-12684)
 ** Remainder of Settings (NIFI-12723)
 ** Counters (NIFI-12723)
 ** Bulletins (NIFI-12723)
 ** Flow Designer
 ** Parameter Contexts (NIFI-12937)
 ** Provenance (NIFI-12767)
 ** Queue Listing (NIFI-12742)
 ** Summary (NIFI-12742)
 ** Users (NIFI-12742)
 ** Policies
 ** Status History
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Theme docs, view flow file, and custom ui's
 * Prompt user to save Parameter Context when Edit form is dirty
 * Upgrade to Angular 17 (NIFI-12790)
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)
 * Flow Analysis report menu
 * Migrate NiFi UI to nx
 * Migrate from Karma tests to Jest

[1] 

Re: [PR] NIFI-12938: Upgrade Iceberg from 1.4.3 to 1.5.0 [nifi]

2024-03-25 Thread via GitHub


asfgit closed pull request #8552: NIFI-12938: Upgrade Iceberg from 1.4.3 to 
1.5.0
URL: https://github.com/apache/nifi/pull/8552


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [NIFI-12922] semantic dialog size configurations [nifi]

2024-03-25 Thread via GitHub


mcgilman commented on code in PR #8535:
URL: https://github.com/apache/nifi/pull/8535#discussion_r1537818713


##
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/controller-service/enable-controller-service/enable-controller-service.component.html:
##
@@ -21,8 +21,8 @@ Enable Controller Service
 
 @if (enableRequest.currentStep === SetEnableStep.Pending) {
 
-
-
+
+

Review Comment:
   Why the change to `grid`? This applies to both the `enable` and `disable` 
service component.



##
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/component-state/component-state.component.scss:
##
@@ -20,8 +20,6 @@
 .component-state-dialog {
 @include mat.button-density(-1);
 
-width: 760px;

Review Comment:
   Something appears to have caused a number of regressions in our component 
state dialog. It doesn't appear to be this PR so I've filed [1] to address 
later.
   
   [1] https://issues.apache.org/jira/browse/NIFI-12946



##
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/tsconfig.json:
##
@@ -7,7 +7,7 @@
 "forceConsistentCasingInFileNames": true,
 "strict": true,
 "noImplicitOverride": true,
-"noPropertyAccessFromIndexSignature": true,
+"noPropertyAccessFromIndexSignature": false,

Review Comment:
   Why was this changed?



##
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/yes-no-dialog/yes-no-dialog.component.html:
##
@@ -17,7 +17,7 @@
 
 {{ request.title }}
 
-{{ request.message 
}}

Review Comment:
   For short messages this works great. However, when the content of this 
dialog is lengthy the changes in this PR look too cramped. 
   
   https://github.com/apache/nifi/assets/123395/41803e9e-4c89-49fd-bbed-aec4de297d9b;>
   
   Thoughts on identifying instances like these and increasing the width in 
those one off cases?



##
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/controller-service/enable-controller-service/enable-controller-service.component.html:
##
@@ -21,8 +21,8 @@ Enable Controller Service
 
 @if (enableRequest.currentStep === SetEnableStep.Pending) {
 
-
-
+
+

Review Comment:
   The spacing in these dialogs is tighter now because with the change from 
`flex` to `grid` the `gap` was lost.



##
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/styles/_listing-table.scss:
##
@@ -25,7 +25,6 @@
 border-style: solid;
 
 table {
-width: 100%;

Review Comment:
   This change is leading to horizontal scrolling.
   
   https://github.com/apache/nifi/assets/123395/e6970a44-babf-4c9e-8f89-3bd24c80c74d;>
   



##
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/parameter-contexts/ui/parameter-context-listing/parameter-table/parameter-table.component.html:
##
@@ -15,8 +15,8 @@
   ~ limitations under the License.
   -->
 
-
-
+
+

Review Comment:
   Why change to `grid`? Since we aren't dealing with multiple `rows` I'm not 
sure the `grid` is the best option. We should be able to accomplish the same 
layout using `flex`.



##
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/access-policies/state/access-policy/access-policy.effects.ts:
##
@@ -172,7 +173,7 @@ export class AccessPolicyEffects {
 concatLatestFrom(() => 
this.store.select(selectAccessPolicy).pipe(isDefinedAndNotNull())),
 tap(([, accessPolicy]) => {
 const dialogReference = 
this.dialog.open(OverridePolicyDialog, {
-panelClass: 'small-dialog'
+...DIALOG_SIZES.LARGE

Review Comment:
   Was moving from `small` to `large` intentional?



##
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/flow-configuration-history/state/flow-configuration-history-listing/flow-configuration-history-listing.effects.ts:
##
@@ -95,7 +96,7 @@ export class FlowConfigurationHistoryListingEffects {
 ofType(HistoryActions.openPurgeHistoryDialog),
 tap(() => {
 const dialogReference = this.dialog.open(PurgeHistory, {
-panelClass: 'medium-short-dialog'
+

[jira] [Updated] (NIFI-12945) Upgrade Commons Configuration and Guava Transitive Dependencies

2024-03-25 Thread David Handermann (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Handermann updated NIFI-12945:

Summary: Upgrade Commons Configuration and Guava Transitive Dependencies  
(was: Upgrade Commons Configuration and Other Transitive Dependencies)

> Upgrade Commons Configuration and Guava Transitive Dependencies
> ---
>
> Key: NIFI-12945
> URL: https://issues.apache.org/jira/browse/NIFI-12945
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Recent upgrades to Apache Commons Configuration 2.10.1 and should be 
> propagated to transitive dependencies in several extension modules. The 
> extension modules with transitive dependencies include Hadoop and Hive 
> components.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-03-25 Thread Matt Gilman (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Gilman updated NIFI-12400:
---
Description: 
The purpose of this Jira is to track all remaining items following the initial 
commit [1] for NIFI-11481. The description will be kept up to date with 
remaining features, tasks, and improvements. As each items is worked, a new sub 
task Jira will be created and referenced in this description.
 * Support Parameters in Properties with Allowable Values (NIFI-12401)
 * Summary (NIFI-12437)
 ** Remaining work not addressed in initial Jira:
 *** input ports (NIFI-12504)
 *** output ports (NIFI-12504)
 *** remote process groups (NIFI-12504)
 *** process groups (NIFI-12504)
 *** connections (NIFI-12504)
 *** System Diagnostics (NIFI-12505)
 *** support for cluster-specific ui elements (NIFI-12537)
 *** Add pagination (NIFI-12552)
 * Counters (NIFI-12415)
 ** Counter table has extra unnecessary can modfiy check (NIFI-12948)
 * Bulletin Board (NIFI-12560)
 ** When the bulletin board polls it is missing the offset "after" query 
parameter (NIFI-12948)
 * Provenance (NIFI-12445)
 ** Event Listing (NIFI-12445)
 ** Search (NIFI-12445)
 ** Event Dialog (NIFI-12445)
 ** Lineage (NIFI-12485)
 ** Replay from context menu (NIFI-12445)
 ** Clustering (NIFI-12807)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry (NIFI-12734)
 * Parameter Providers (NIFI-12622)
 ** Fetch parameters from provider, map to parameter context (dialog) - 
(NIFI-12665)
 * Cluster
 ** Status History - node specific values (NIFI-12848)
 * Flow Configuration History (NIFI-12754)
 ** ActionEntity.action should be optional (NIFI-12948)
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 ** Don't show users or groups in create/edit dialog is there are none 
(NIFI-12948)
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 ** Select Empty by default (NIFI-12948)
 * Help (NIFI-12795)
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 ** Clustering (NIFI-12807)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 ** Clustering
 ** Style regressions (NIFI-12946)
 * Change Component Version
 * Consider PG permissions in Toolbox (NIFI-12683)
 * Handle linking to components that are not on the canvas
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * Process Group Services (NIFI-12425)
 ** Listing (NIFI-12425)
 ** Create (NIFI-12425)
 ** Configure (NIFI-12425)
 ** Delete (NIFI-12425)
 ** Enable (NIFI-12529)
 ** Disable (NIFI-12529)
 ** Improve layout and breadcrumbs
 ** Disable and Configure
 * Configure Processor
 ** Service Link (NIFI-12425)
 ** Create inline Service (NIFI-12425)
 ** Parameter Link (NIFI-12502)
 ** Convert to Parameter (NIFI-12502)
 ** Fix issue with Property Editor width (NIFI-12547)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG (NIFI-12758)
 * Configure RPG (NIFI-12774)
 * RPG Remote Ports (NIFI-12778)
 * RPG Go To (NIFI-12759)
 * RPG Refresh (NIFI-12761)
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * Set viewport earlier when loading a Process Group (NIFI-12737)
 * Canvas global menu item should navigate user back to where they were on the 
canvas (NIFI-12737)
 * Better theme support (NIFI-12655)
 * Set up development/production environments files
 * Run unit tests are part of standard build
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Use polling interval from API
 * Load FlowConfiguration in guard
 * Routing error handling
 * General API response error handling
 ** Management CS (NIFI-12663)
 ** Canvas CS (NIFI-12684)
 ** Remainder of Settings (NIFI-12723)
 ** Counters (NIFI-12723)
 ** Bulletins (NIFI-12723)
 ** Flow Designer
 ** Parameter Contexts (NIFI-12937)
 ** Provenance (NIFI-12767)
 ** Queue Listing (NIFI-12742)
 ** Summary (NIFI-12742)
 ** Users (NIFI-12742)
 ** Policies
 ** Status History
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Theme docs, view flow file, and custom ui's
 * Prompt user to save Parameter Context when Edit form is dirty
 * Upgrade to Angular 17 (NIFI-12790)
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)
 * Flow 

[jira] [Created] (NIFI-12948) UI - Address minor bugs discovered during Angular migration

2024-03-25 Thread Matt Gilman (Jira)
Matt Gilman created NIFI-12948:
--

 Summary: UI - Address minor bugs discovered during Angular 
migration
 Key: NIFI-12948
 URL: https://issues.apache.org/jira/browse/NIFI-12948
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Matt Gilman


When migrating to Angular 17 and reviewing the control flow changes a handful a 
bugs were discovered. This Jira is to address each of them.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] NIFI-12936 Backport ListGCSBucket resets its tracking state after configuratio… [nifi]

2024-03-25 Thread via GitHub


turcsanyip opened a new pull request, #8563:
URL: https://github.com/apache/nifi/pull/8563

   …n change
   
   # Summary
   
   [NIFI-12936](https://issues.apache.org/jira/browse/NIFI-12936)
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [ ] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [ ] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-0`
   - [ ] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-0`
   
   ### Pull Request Formatting
   
   - [ ] Pull Request based on current revision of the `main` branch
   - [ ] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [ ] Build completed using `mvn clean install -P contrib-check`
 - [ ] JDK 21
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [ ] Documentation formatting appears as expected in rendered files
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] NIFI-1931 Add auto commit property to QueryDatabaseTable and QueryDatabaseTable [nifi]

2024-03-25 Thread via GitHub


mattyb149 closed pull request #8549: NIFI-1931 Add auto commit property to 
QueryDatabaseTable and QueryDatabaseTable
URL: https://github.com/apache/nifi/pull/8549


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] NIFI-1931 Add auto commit property to QueryDatabaseTable and QueryDatabaseTable [nifi]

2024-03-25 Thread via GitHub


mattyb149 commented on PR #8549:
URL: https://github.com/apache/nifi/pull/8549#issuecomment-2018689133

   +1 LGTM, merged to support/nifi-1.x. Thanks for the improvement!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Updated] (NIFI-12939) Retry Kerberos login on authentication failure in Iceberg processors

2024-03-25 Thread Matt Burgess (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Burgess updated NIFI-12939:

Status: Patch Available  (was: Open)

> Retry Kerberos login on authentication failure in Iceberg processors
> 
>
> Key: NIFI-12939
> URL: https://issues.apache.org/jira/browse/NIFI-12939
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mark Bathori
>Assignee: Mark Bathori
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When multiple processors trying to renew the same expired Kerberos ticket, it 
> can cause authentication error that will route the current FlowFile into the 
> processor's failure relation. Since the issue is not permanent the processor 
> should retry the authentication.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-12951) UI - Nifi Registry Frontend unit tests are failing

2024-03-25 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12951:
--

 Summary: UI - Nifi Registry Frontend unit tests are failing
 Key: NIFI-12951
 URL: https://issues.apache.org/jira/browse/NIFI-12951
 Project: Apache NiFi
  Issue Type: Bug
Reporter: Scott Aslan


There are several unit tests failing. To see the different tests failing run 
`npm ci` and `npm run test:dev`. It seems as though these unit tests have not 
been ran in a long time.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] NIFI-12935 Bump webpack-dev-middleware and karma-webpack in /nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main [nifi]

2024-03-25 Thread via GitHub


scottyaslan commented on PR #8547:
URL: https://github.com/apache/nifi/pull/8547#issuecomment-2018837839

   The tests have several failures but those failure are present on the main 
branch as well. I have filed https://issues.apache.org/jira/browse/NIFI-12951 
to address those failures in a separate effort. This PR installs the required 
node_modules/ to run the unit tests and it updates our dependencies to a better 
state. I am +1 here.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] NIFI-12935 Bump webpack-dev-middleware and karma-webpack in /nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main [nifi]

2024-03-25 Thread via GitHub


scottyaslan merged PR #8547:
URL: https://github.com/apache/nifi/pull/8547


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Resolved] (NIFI-12935) Upgrade Karma Webpack to 5.0.1

2024-03-25 Thread Scott Aslan (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Aslan resolved NIFI-12935.

Resolution: Fixed

> Upgrade Karma Webpack to 5.0.1
> --
>
> Key: NIFI-12935
> URL: https://issues.apache.org/jira/browse/NIFI-12935
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: NiFi Registry
>Reporter: David Handermann
>Assignee: Matt Gilman
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> NiFi Registry UI depends on Karma Webpack as part of the build process. Karma 
> Webpack 5.0.1 depends on Webpack 5, so further evaluation is necessary to 
> determine the impact of upgrading.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] NIFI-12945 Move Commons Configuration 2.10.1 to shared version [nifi]

2024-03-25 Thread via GitHub


exceptionfactory opened a new pull request, #8560:
URL: https://github.com/apache/nifi/pull/8560

   # Summary
   
   [NIFI-12945](https://issues.apache.org/jira/browse/NIFI-12945) Moves the 
Apache Commons Configuration dependency declaration from `nifi-lookup-services` 
to the root project configuration for shared dependency version management. 
This change aligns with similar changes for other Apache Commons modules, 
ensuring that the same version is applied to all extension components.
   
   Additional changes include moving the Google Guava version from the 
`nifi-hive-test-utils` to the `nifi-hive-bundle` to ensure the same version is 
applied to all Hive components.
   
   This change applies to the main branch, and a separate pull request will be 
needed for the support branch to clean up additional references to Commons 
Configuration.
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [X] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [X] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-0`
   - [X] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-0`
   
   ### Pull Request Formatting
   
   - [X] Pull Request based on current revision of the `main` branch
   - [X] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [X] Build completed using `mvn clean install -P contrib-check`
 - [X] JDK 21
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [ ] Documentation formatting appears as expected in rendered files
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Updated] (NIFI-12945) Upgrade Commons Configuration and Other Transitive Dependencies

2024-03-25 Thread David Handermann (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Handermann updated NIFI-12945:

Status: Patch Available  (was: Open)

> Upgrade Commons Configuration and Other Transitive Dependencies
> ---
>
> Key: NIFI-12945
> URL: https://issues.apache.org/jira/browse/NIFI-12945
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Recent upgrades to Apache Commons Configuration 2.10.1 and should be 
> propagated to transitive dependencies in several extension modules. The 
> extension modules with transitive dependencies include Hadoop and Hive 
> components.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] NIFI-12928 Backport Added Simple Write strategy in PutAzureDataLakeStorage [nifi]

2024-03-25 Thread via GitHub


pvillard31 closed pull request #8559: NIFI-12928 Backport Added Simple Write 
strategy in PutAzureDataLakeStorage
URL: https://github.com/apache/nifi/pull/8559


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (NIFI-12949) Upgrade Box SDK to 4.8.0

2024-03-25 Thread David Handermann (Jira)
David Handermann created NIFI-12949:
---

 Summary: Upgrade Box SDK to 4.8.0
 Key: NIFI-12949
 URL: https://issues.apache.org/jira/browse/NIFI-12949
 Project: Apache NiFi
  Issue Type: Improvement
  Components: Extensions
Reporter: David Handermann
Assignee: David Handermann


The Box Java SDK should be upgraded to 
[4.8.0|https://github.com/box/box-java-sdk/releases/tag/v4.8.0] to incorporate 
several transitive dependency upgrades, including more recent Bouncy Castle 
dependency coordinates.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12948) UI - Address minor bugs discovered during Angular migration

2024-03-25 Thread Matt Gilman (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Gilman updated NIFI-12948:
---
Assignee: Matt Gilman
  Status: Patch Available  (was: Open)

> UI - Address minor bugs discovered during Angular migration
> ---
>
> Key: NIFI-12948
> URL: https://issues.apache.org/jira/browse/NIFI-12948
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When migrating to Angular 17 and reviewing the control flow changes a handful 
> a bugs were discovered. This Jira is to address each of them.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-1931) QueryDatabaseTable processor; setFetchSize not working for postgres driver causing out of memory

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830657#comment-17830657
 ] 

ASF subversion and git services commented on NIFI-1931:
---

Commit 15eeb1d5bc6816a76d27ad023795b5ac5368a55e in nifi's branch 
refs/heads/support/nifi-1.x from Jim Steinebrey
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=15eeb1d5bc ]

NIFI-1931: Add auto commit property to QueryDatabaseTable and 
QueryDatabaseTable processors to allow disabling auto commit so PostgreSQL 
Fetch Size will work

NIFI-1931 Add proper default value for auto commit (false) to 
PostgreSQLDatabaseAdapter to allow FETCH_SIZE to be honored on reads.

NIFI-1931 Added customValidate code to check the auto commit property setting 
against the db adapter's required auto commit setting and give validation error 
message if they do not match.

NIFI-1931 Fix for NiFI 1.X

NIFI-1931 Added automated test to check the Auto Commit customValidate error 
message.

NIFI-1931 Fix for NiFI 1.X

Signed-off-by: Matt Burgess 


> QueryDatabaseTable processor; setFetchSize not working for postgres driver 
> causing out of memory
> 
>
> Key: NIFI-1931
> URL: https://issues.apache.org/jira/browse/NIFI-1931
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Reporter: Paul Bormans
>Assignee: Jim Steinebrey
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> With NIFI-1691 the ability to specify the fetch size is added. However for 
> postgres driver (or at least for postgresql-9.4.1208.jre6.jar) this seems not 
> to be working since after some time out of memory is reported in the logs.
> See https://jdbc.postgresql.org/documentation/head/query.html also for some 
> constraints; like auto commit needs to be set to False.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-1931) QueryDatabaseTable processor; setFetchSize not working for postgres driver causing out of memory

2024-03-25 Thread Matt Burgess (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Burgess updated NIFI-1931:
---
Fix Version/s: 1.26.0

> QueryDatabaseTable processor; setFetchSize not working for postgres driver 
> causing out of memory
> 
>
> Key: NIFI-1931
> URL: https://issues.apache.org/jira/browse/NIFI-1931
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Reporter: Paul Bormans
>Assignee: Jim Steinebrey
>Priority: Major
> Fix For: 1.26.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> With NIFI-1691 the ability to specify the fetch size is added. However for 
> postgres driver (or at least for postgresql-9.4.1208.jre6.jar) this seems not 
> to be working since after some time out of memory is reported in the logs.
> See https://jdbc.postgresql.org/documentation/head/query.html also for some 
> constraints; like auto commit needs to be set to False.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] NIFI-12950: Updating front end to use the uiOnly flag where possible [nifi]

2024-03-25 Thread via GitHub


mcgilman opened a new pull request, #8565:
URL: https://github.com/apache/nifi/pull/8565

   NIFI-12950:
   - Updating front end to use the uiOnly flag where possible.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Updated] (NIFI-12950) Use uiOnly flag

2024-03-25 Thread Matt Gilman (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Gilman updated NIFI-12950:
---
Status: Patch Available  (was: Open)

> Use uiOnly flag
> ---
>
> Key: NIFI-12950
> URL: https://issues.apache.org/jira/browse/NIFI-12950
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The REST API contains a number of endpoints that support a uiOnly flag. This 
> flag prunes a number of details that are not needed by the UI at that point. 
> This helps stabilize the usage of the UI when the flow size increases. The 
> new UI work currently does not leverage this flag.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12941) Migrate from Karma to Jest

2024-03-25 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-12941:
---
Status: Patch Available  (was: In Progress)

> Migrate from Karma to Jest
> --
>
> Key: NIFI-12941
> URL: https://issues.apache.org/jira/browse/NIFI-12941
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12945) Upgrade Commons Configuration and Other Transitive Dependencies

2024-03-25 Thread David Handermann (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Handermann updated NIFI-12945:

Fix Version/s: (was: 2.0.0-M3)

> Upgrade Commons Configuration and Other Transitive Dependencies
> ---
>
> Key: NIFI-12945
> URL: https://issues.apache.org/jira/browse/NIFI-12945
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Major
>
> Recent upgrades to Apache Commons Configuration 2.10.1 and should be 
> propagated to transitive dependencies in several extension modules. The 
> extension modules with transitive dependencies include Hadoop and Hive 
> components.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12945) Upgrade Commons Configuration and Other Transitive Dependencies

2024-03-25 Thread David Handermann (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Handermann updated NIFI-12945:

Labels: backport-needed  (was: )

> Upgrade Commons Configuration and Other Transitive Dependencies
> ---
>
> Key: NIFI-12945
> URL: https://issues.apache.org/jira/browse/NIFI-12945
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Major
>  Labels: backport-needed
>
> Recent upgrades to Apache Commons Configuration 2.10.1 and should be 
> propagated to transitive dependencies in several extension modules. The 
> extension modules with transitive dependencies include Hadoop and Hive 
> components.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12945) Upgrade Commons Configuration and Other Transitive Dependencies

2024-03-25 Thread David Handermann (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Handermann updated NIFI-12945:

Labels:   (was: backport-needed)

> Upgrade Commons Configuration and Other Transitive Dependencies
> ---
>
> Key: NIFI-12945
> URL: https://issues.apache.org/jira/browse/NIFI-12945
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Major
>
> Recent upgrades to Apache Commons Configuration 2.10.1 and should be 
> propagated to transitive dependencies in several extension modules. The 
> extension modules with transitive dependencies include Hadoop and Hive 
> components.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] NIFI-12947 Upgrade MIME4J to 0.8.11 [nifi]

2024-03-25 Thread via GitHub


exceptionfactory opened a new pull request, #8561:
URL: https://github.com/apache/nifi/pull/8561

   # Summary
   
   [NIFI-12947](https://issues.apache.org/jira/browse/NIFI-12947) Upgrades 
Apache MIME4J from 0.8.9 to 
[0.8.11](https://github.com/apache/james-mime4j/blob/master/CHANGELOG.md) for 
the `nifi-media-processors` module and its transitive dependency on Apache Tika 
Parsers. This upgrade mitigates CVE-2024-21742 related to potential header 
injection with mail message parsing.
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [X] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [X] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-0`
   - [X] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-0`
   
   ### Pull Request Formatting
   
   - [X] Pull Request based on current revision of the `main` branch
   - [X] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [X] Build completed using `mvn clean install -P contrib-check`
 - [X] JDK 21
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [ ] Documentation formatting appears as expected in rendered files
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (NIFI-12936) ListGCSBucket should reset its tracking state after configuration change

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830650#comment-17830650
 ] 

ASF subversion and git services commented on NIFI-12936:


Commit e97431f0604fccad84c79048758eed567db117e1 in nifi's branch 
refs/heads/support/nifi-1.x from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=e97431f060 ]

NIFI-12936 ListGCSBucket resets its tracking state after configuration change

Signed-off-by: Pierre Villard 

This closes #8563.


> ListGCSBucket should reset its tracking state after configuration change
> 
>
> Key: NIFI-12936
> URL: https://issues.apache.org/jira/browse/NIFI-12936
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Peter Turcsanyi
>Assignee: Peter Turcsanyi
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Same as NIFI-12732 but for ListGCSBucket.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] NIFI-12936 Backport ListGCSBucket resets its tracking state after configuratio… [nifi]

2024-03-25 Thread via GitHub


pvillard31 closed pull request #8563: NIFI-12936 Backport ListGCSBucket resets 
its tracking state after configuratio…
URL: https://github.com/apache/nifi/pull/8563


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] NIFI-12948: Various bugs discovered when migrating to Angular 17 [nifi]

2024-03-25 Thread via GitHub


mcgilman opened a new pull request, #8564:
URL: https://github.com/apache/nifi/pull/8564

   NIFI-12948:
   - Action is optional.
   - Removing duplicate check in counter table.
   - Ensure flow configuration is loaded in route guard.
   - Only show user/group list when there are users or groups.
   - Default override policy to copy.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-03-25 Thread Matt Gilman (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Gilman updated NIFI-12400:
---
Description: 
The purpose of this Jira is to track all remaining items following the initial 
commit [1] for NIFI-11481. The description will be kept up to date with 
remaining features, tasks, and improvements. As each items is worked, a new sub 
task Jira will be created and referenced in this description.
 * Support Parameters in Properties with Allowable Values (NIFI-12401)
 * Summary (NIFI-12437)
 ** Remaining work not addressed in initial Jira:
 *** input ports (NIFI-12504)
 *** output ports (NIFI-12504)
 *** remote process groups (NIFI-12504)
 *** process groups (NIFI-12504)
 *** connections (NIFI-12504)
 *** System Diagnostics (NIFI-12505)
 *** support for cluster-specific ui elements (NIFI-12537)
 *** Add pagination (NIFI-12552)
 * Counters (NIFI-12415)
 ** Counter table has extra unnecessary can modfiy check (NIFI-12948)
 * Bulletin Board (NIFI-12560)
 * Provenance (NIFI-12445)
 ** Event Listing (NIFI-12445)
 ** Search (NIFI-12445)
 ** Event Dialog (NIFI-12445)
 ** Lineage (NIFI-12485)
 ** Replay from context menu (NIFI-12445)
 ** Clustering (NIFI-12807)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry (NIFI-12734)
 * Parameter Providers (NIFI-12622)
 ** Fetch parameters from provider, map to parameter context (dialog) - 
(NIFI-12665)
 * Cluster
 ** Status History - node specific values (NIFI-12848)
 * Flow Configuration History (NIFI-12754)
 ** ActionEntity.action should be optional (NIFI-12948)
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 ** Don't show users or groups in create/edit dialog is there are none 
(NIFI-12948)
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 ** Select Empty by default (NIFI-12948)
 * Help (NIFI-12795)
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 ** Clustering (NIFI-12807)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 ** Clustering
 ** Style regressions (NIFI-12946)
 * Change Component Version
 * Consider PG permissions in Toolbox (NIFI-12683)
 * Handle linking to components that are not on the canvas
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * Process Group Services (NIFI-12425)
 ** Listing (NIFI-12425)
 ** Create (NIFI-12425)
 ** Configure (NIFI-12425)
 ** Delete (NIFI-12425)
 ** Enable (NIFI-12529)
 ** Disable (NIFI-12529)
 ** Improve layout and breadcrumbs
 ** Disable and Configure
 * Configure Processor
 ** Service Link (NIFI-12425)
 ** Create inline Service (NIFI-12425)
 ** Parameter Link (NIFI-12502)
 ** Convert to Parameter (NIFI-12502)
 ** Fix issue with Property Editor width (NIFI-12547)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG (NIFI-12758)
 * Configure RPG (NIFI-12774)
 * RPG Remote Ports (NIFI-12778)
 * RPG Go To (NIFI-12759)
 * RPG Refresh (NIFI-12761)
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * Set viewport earlier when loading a Process Group (NIFI-12737)
 * Canvas global menu item should navigate user back to where they were on the 
canvas (NIFI-12737)
 * Better theme support (NIFI-12655)
 * Set up development/production environments files
 * Run unit tests are part of standard build
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Use polling interval from API
 * Load FlowConfiguration in guard
 * Routing error handling
 * General API response error handling
 ** Management CS (NIFI-12663)
 ** Canvas CS (NIFI-12684)
 ** Remainder of Settings (NIFI-12723)
 ** Counters (NIFI-12723)
 ** Bulletins (NIFI-12723)
 ** Flow Designer
 ** Parameter Contexts (NIFI-12937)
 ** Provenance (NIFI-12767)
 ** Queue Listing (NIFI-12742)
 ** Summary (NIFI-12742)
 ** Users (NIFI-12742)
 ** Policies
 ** Status History
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Theme docs, view flow file, and custom ui's
 * Prompt user to save Parameter Context when Edit form is dirty
 * Upgrade to Angular 17 (NIFI-12790)
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)
 * Flow Analysis report menu
 * Migrate NiFi UI to nx
 * Migrate from Karma tests to Jest (NIFI-12941)


[PR] Added SSL context property to PutSNS, DeleteSQS, GetSQS, and PutSQS [nifi]

2024-03-25 Thread via GitHub


Freedom9339 opened a new pull request, #8562:
URL: https://github.com/apache/nifi/pull/8562

   
   
   
   
   
   
   
   
   
   
   
   
   
   # Summary
   
   [NIFI-6379](https://issues.apache.org/jira/browse/NIFI-6379) - Added SSL 
Context Service to PutSNS, DeleteSQS, GetSQS, and PutSQS. This PR is for 1.x
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [X] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [X] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-0`
   - [X] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-0`
   
   ### Pull Request Formatting
   
   - [X] Pull Request based on current revision of the `main` branch
   - [X] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [X] Build completed using `mvn clean install -P contrib-check`
 - [ ] JDK 21
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [ ] Documentation formatting appears as expected in rendered files
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (NIFI-1931) QueryDatabaseTable processor; setFetchSize not working for postgres driver causing out of memory

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830658#comment-17830658
 ] 

ASF subversion and git services commented on NIFI-1931:
---

Commit 08ff54f5fb712d01f372fd25a2d904d605e271ba in nifi's branch 
refs/heads/main from Jim Steinebrey
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=08ff54f5fb ]

Add auto commit property to QueryDatabaseTable and QueryDatabaseTable 
processors to allow disabling auto commit so PostgreSQL Fetch Size will work

NIFI-1931 Add proper default value for auto commit (false) to 
PostgreSQLDatabaseAdapter to allow FETCH_SIZE to be honored on reads.

NIFI-1931 Added customValidate code to check the auto commit property setting 
against the db adapter's required auto commit setting and give validation error 
message if they do not match.

NIFI-1931 Added automated test to check the Auto Commit customValidate error 
message.

NIFI-1931 remove clearDefaultValue() because it is not needed since required = 
false a;ready defaults it to null.

This closes #8534

Signed-off-by: Matt Burgess 


> QueryDatabaseTable processor; setFetchSize not working for postgres driver 
> causing out of memory
> 
>
> Key: NIFI-1931
> URL: https://issues.apache.org/jira/browse/NIFI-1931
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Reporter: Paul Bormans
>Assignee: Jim Steinebrey
>Priority: Major
> Fix For: 1.26.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> With NIFI-1691 the ability to specify the fetch size is added. However for 
> postgres driver (or at least for postgresql-9.4.1208.jre6.jar) this seems not 
> to be working since after some time out of memory is reported in the logs.
> See https://jdbc.postgresql.org/documentation/head/query.html also for some 
> constraints; like auto commit needs to be set to False.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-1931) QueryDatabaseTable processor; setFetchSize not working for postgres driver causing out of memory

2024-03-25 Thread Matt Burgess (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Burgess updated NIFI-1931:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> QueryDatabaseTable processor; setFetchSize not working for postgres driver 
> causing out of memory
> 
>
> Key: NIFI-1931
> URL: https://issues.apache.org/jira/browse/NIFI-1931
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Reporter: Paul Bormans
>Assignee: Jim Steinebrey
>Priority: Major
> Fix For: 2.0.0-M3, 1.26.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> With NIFI-1691 the ability to specify the fetch size is added. However for 
> postgres driver (or at least for postgresql-9.4.1208.jre6.jar) this seems not 
> to be working since after some time out of memory is reported in the logs.
> See https://jdbc.postgresql.org/documentation/head/query.html also for some 
> constraints; like auto commit needs to be set to False.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-03-25 Thread Matt Gilman (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Gilman updated NIFI-12400:
---
Description: 
The purpose of this Jira is to track all remaining items following the initial 
commit [1] for NIFI-11481. The description will be kept up to date with 
remaining features, tasks, and improvements. As each items is worked, a new sub 
task Jira will be created and referenced in this description.
 * Support Parameters in Properties with Allowable Values (NIFI-12401)
 * Summary (NIFI-12437)
 ** Remaining work not addressed in initial Jira:
 *** input ports (NIFI-12504)
 *** output ports (NIFI-12504)
 *** remote process groups (NIFI-12504)
 *** process groups (NIFI-12504)
 *** connections (NIFI-12504)
 *** System Diagnostics (NIFI-12505)
 *** support for cluster-specific ui elements (NIFI-12537)
 *** Add pagination (NIFI-12552)
 * Counters (NIFI-12415)
 ** Counter table has extra unnecessary can modfiy check (NIFI-12948)
 * Bulletin Board (NIFI-12560)
 * Provenance (NIFI-12445)
 ** Event Listing (NIFI-12445)
 ** Search (NIFI-12445)
 ** Event Dialog (NIFI-12445)
 ** Lineage (NIFI-12485)
 ** Replay from context menu (NIFI-12445)
 ** Clustering (NIFI-12807)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry (NIFI-12734)
 * Parameter Providers (NIFI-12622)
 ** Fetch parameters from provider, map to parameter context (dialog) - 
(NIFI-12665)
 * Cluster
 ** Status History - node specific values (NIFI-12848)
 * Flow Configuration History (NIFI-12754)
 ** ActionEntity.action should be optional (NIFI-12948)
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 ** Don't show users or groups in create/edit dialog is there are none 
(NIFI-12948)
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 ** Select Empty by default (NIFI-12948)
 * Help (NIFI-12795)
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 ** Clustering (NIFI-12807)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 ** Clustering
 ** Style regressions (NIFI-12946)
 * Change Component Version
 * Consider PG permissions in Toolbox (NIFI-12683)
 * Handle linking to components that are not on the canvas
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * Process Group Services (NIFI-12425)
 ** Listing (NIFI-12425)
 ** Create (NIFI-12425)
 ** Configure (NIFI-12425)
 ** Delete (NIFI-12425)
 ** Enable (NIFI-12529)
 ** Disable (NIFI-12529)
 ** Improve layout and breadcrumbs
 ** Disable and Configure
 * Configure Processor
 ** Service Link (NIFI-12425)
 ** Create inline Service (NIFI-12425)
 ** Parameter Link (NIFI-12502)
 ** Convert to Parameter (NIFI-12502)
 ** Fix issue with Property Editor width (NIFI-12547)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG (NIFI-12758)
 * Configure RPG (NIFI-12774)
 * RPG Remote Ports (NIFI-12778)
 * RPG Go To (NIFI-12759)
 * RPG Refresh (NIFI-12761)
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * Set viewport earlier when loading a Process Group (NIFI-12737)
 * Canvas global menu item should navigate user back to where they were on the 
canvas (NIFI-12737)
 * Better theme support (NIFI-12655)
 * Set up development/production environments files
 * Run unit tests are part of standard build
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag (NIFI-12950)
 * Use polling interval from API
 * Load FlowConfiguration in guard (NIFI-12948)
 * Routing error handling
 * General API response error handling
 ** Management CS (NIFI-12663)
 ** Canvas CS (NIFI-12684)
 ** Remainder of Settings (NIFI-12723)
 ** Counters (NIFI-12723)
 ** Bulletins (NIFI-12723)
 ** Flow Designer
 ** Parameter Contexts (NIFI-12937)
 ** Provenance (NIFI-12767)
 ** Queue Listing (NIFI-12742)
 ** Summary (NIFI-12742)
 ** Users (NIFI-12742)
 ** Policies
 ** Status History
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Theme docs, view flow file, and custom ui's
 * Prompt user to save Parameter Context when Edit form is dirty
 * Upgrade to Angular 17 (NIFI-12790)
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)
 * Flow Analysis report menu
 * Migrate NiFi UI to nx
 * Migrate from Karma 

[jira] [Created] (NIFI-12947) Upgrade MIME4J to 0.8.11

2024-03-25 Thread David Handermann (Jira)
David Handermann created NIFI-12947:
---

 Summary: Upgrade MIME4J to 0.8.11
 Key: NIFI-12947
 URL: https://issues.apache.org/jira/browse/NIFI-12947
 Project: Apache NiFi
  Issue Type: Improvement
  Components: Extensions
Reporter: David Handermann
Assignee: David Handermann


Apache MIME4J should be upgraded to 0.8.11 to mitigate CVE-2024-21742 related 
to MIME message parsing. Apache MIME4J is a transitive dependency of the Apache 
Tika Parsers library used in the {{nifi-media-processors}} module.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12947) Upgrade MIME4J to 0.8.11

2024-03-25 Thread David Handermann (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Handermann updated NIFI-12947:

Status: Patch Available  (was: Open)

> Upgrade MIME4J to 0.8.11
> 
>
> Key: NIFI-12947
> URL: https://issues.apache.org/jira/browse/NIFI-12947
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Minor
>  Labels: backport-needed
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Apache MIME4J should be upgraded to 0.8.11 to mitigate CVE-2024-21742 related 
> to MIME message parsing. Apache MIME4J is a transitive dependency of the 
> Apache Tika Parsers library used in the {{nifi-media-processors}} module.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12928) Add Simple Write strategy in PutAzureDataLakeStorage

2024-03-25 Thread Pierre Villard (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard updated NIFI-12928:
--
Fix Version/s: 1.26.0

> Add Simple Write strategy in PutAzureDataLakeStorage
> 
>
> Key: NIFI-12928
> URL: https://issues.apache.org/jira/browse/NIFI-12928
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Peter Turcsanyi
>Assignee: Peter Turcsanyi
>Priority: Minor
> Fix For: 2.0.0-M3, 1.26.0
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> NIFI-8248 introduced temporary location for file uploads in 
> PutAzureDataLakeStorage. The file is uploaded into a temporary directory 
> first and then moved to the final location.
> The motivation behind this was that the file upload with Azure client API is 
> a 2-step process: first an empty file is created, then the content is 
> uploaded. The unfinished empty file would be available for listing / 
> fetching. Also, if the put processor is in 'replace' mode and the uploading 
> fails, then old content is lost as the file was already cleared.
> However, this behaviour is not desired in all cases and writing the file 
> directly to its final location would be preferred. E.g. when ACL is used for 
> permission handling and the temporary folder would need extra administration 
> (and the files are not listed/read in parallel so there is no issue with the 
> partially written files).
> Add 'Writing Strategy' property with 'Write and Rename' (current behaviour, 
> default) and 'Simple Write' options.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-12928) Add Simple Write strategy in PutAzureDataLakeStorage

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830625#comment-17830625
 ] 

ASF subversion and git services commented on NIFI-12928:


Commit 87196e23d651fa6edeae364c2189a7779e39060e in nifi's branch 
refs/heads/support/nifi-1.x from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=87196e23d6 ]

NIFI-12928 Added Simple Write strategy in PutAzureDataLakeStorage

Signed-off-by: Pierre Villard 

This closes #8559.


> Add Simple Write strategy in PutAzureDataLakeStorage
> 
>
> Key: NIFI-12928
> URL: https://issues.apache.org/jira/browse/NIFI-12928
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Peter Turcsanyi
>Assignee: Peter Turcsanyi
>Priority: Minor
> Fix For: 2.0.0-M3
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> NIFI-8248 introduced temporary location for file uploads in 
> PutAzureDataLakeStorage. The file is uploaded into a temporary directory 
> first and then moved to the final location.
> The motivation behind this was that the file upload with Azure client API is 
> a 2-step process: first an empty file is created, then the content is 
> uploaded. The unfinished empty file would be available for listing / 
> fetching. Also, if the put processor is in 'replace' mode and the uploading 
> fails, then old content is lost as the file was already cleared.
> However, this behaviour is not desired in all cases and writing the file 
> directly to its final location would be preferred. E.g. when ACL is used for 
> permission handling and the temporary folder would need extra administration 
> (and the files are not listed/read in parallel so there is no issue with the 
> partially written files).
> Add 'Writing Strategy' property with 'Write and Rename' (current behaviour, 
> default) and 'Simple Write' options.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12944) Add attribute corresponding to peer address of SNMP TRAP PDUs

2024-03-25 Thread Pierre Villard (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard updated NIFI-12944:
--
Component/s: Extensions

> Add attribute corresponding to peer address of SNMP TRAP PDUs 
> --
>
> Key: NIFI-12944
> URL: https://issues.apache.org/jira/browse/NIFI-12944
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Ricardo Ferreira
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Add attribute corresponding to peer address of SNMP traps that are received. 
> This is useful to determine where a trap originated from, as not all SNMPv2 
> traps include an OID that identifies the sender.
> The information is placed in the attribute with name snmp$peerAddress



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (NIFI-12944) Add attribute corresponding to peer address of SNMP TRAP PDUs

2024-03-25 Thread Pierre Villard (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard resolved NIFI-12944.
---
Fix Version/s: 2.0.0-M3
   1.26.0
   Resolution: Fixed

> Add attribute corresponding to peer address of SNMP TRAP PDUs 
> --
>
> Key: NIFI-12944
> URL: https://issues.apache.org/jira/browse/NIFI-12944
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Ricardo Ferreira
>Priority: Major
> Fix For: 2.0.0-M3, 1.26.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Add attribute corresponding to peer address of SNMP traps that are received. 
> This is useful to determine where a trap originated from, as not all SNMPv2 
> traps include an OID that identifies the sender.
> The information is placed in the attribute with name snmp$peerAddress



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-12944) Add attribute corresponding to peer address of SNMP TRAP PDUs

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830646#comment-17830646
 ] 

ASF subversion and git services commented on NIFI-12944:


Commit 3ce2deb706247bbc17bc65304f0b41f4c2fabb5c in nifi's branch 
refs/heads/support/nifi-1.x from Ricardo Ferreira
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3ce2deb706 ]

NIFI-12944 - Add PeerAddress as Attribute into the flowfile

Signed-off-by: Pierre Villard 

This closes #8557.


> Add attribute corresponding to peer address of SNMP TRAP PDUs 
> --
>
> Key: NIFI-12944
> URL: https://issues.apache.org/jira/browse/NIFI-12944
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Ricardo Ferreira
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Add attribute corresponding to peer address of SNMP traps that are received. 
> This is useful to determine where a trap originated from, as not all SNMPv2 
> traps include an OID that identifies the sender.
> The information is placed in the attribute with name snmp$peerAddress



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-12944) Add attribute corresponding to peer address of SNMP TRAP PDUs

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830645#comment-17830645
 ] 

ASF subversion and git services commented on NIFI-12944:


Commit 258715539e7cf136152625aeafee5a2f8673eacd in nifi's branch 
refs/heads/main from Ricardo Ferreira
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=258715539e ]

NIFI-12944 - Add PeerAddress as Attribute into the flowfile

Signed-off-by: Pierre Villard 

This closes #8557.


> Add attribute corresponding to peer address of SNMP TRAP PDUs 
> --
>
> Key: NIFI-12944
> URL: https://issues.apache.org/jira/browse/NIFI-12944
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Ricardo Ferreira
>Priority: Major
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Add attribute corresponding to peer address of SNMP traps that are received. 
> This is useful to determine where a trap originated from, as not all SNMPv2 
> traps include an OID that identifies the sender.
> The information is placed in the attribute with name snmp$peerAddress



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] NIFI-12944 Add attribute corresponding to peer address of SNMP TRAP PDUs [nifi]

2024-03-25 Thread via GitHub


asfgit closed pull request #8557: NIFI-12944 Add attribute corresponding to 
peer address of SNMP TRAP PDUs 
URL: https://github.com/apache/nifi/pull/8557


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (NIFI-12947) Upgrade MIME4J to 0.8.11

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830662#comment-17830662
 ] 

ASF subversion and git services commented on NIFI-12947:


Commit 407dd4d4bcb0cbf6fec037ebe2ad99551b4ce067 in nifi's branch 
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=407dd4d4bc ]

NIFI-12947 Upgraded MIME4J to 0.8.11

Signed-off-by: Pierre Villard 

This closes #8561.


> Upgrade MIME4J to 0.8.11
> 
>
> Key: NIFI-12947
> URL: https://issues.apache.org/jira/browse/NIFI-12947
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Minor
>  Labels: backport-needed
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Apache MIME4J should be upgraded to 0.8.11 to mitigate CVE-2024-21742 related 
> to MIME message parsing. Apache MIME4J is a transitive dependency of the 
> Apache Tika Parsers library used in the {{nifi-media-processors}} module.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] NIFI-12947 Upgrade MIME4J to 0.8.11 [nifi]

2024-03-25 Thread via GitHub


asfgit closed pull request #8561: NIFI-12947 Upgrade MIME4J to 0.8.11
URL: https://github.com/apache/nifi/pull/8561


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Updated] (NIFI-12947) Upgrade MIME4J to 0.8.11

2024-03-25 Thread Pierre Villard (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard updated NIFI-12947:
--
Fix Version/s: 2.0.0-M3
   1.26.0
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Upgrade MIME4J to 0.8.11
> 
>
> Key: NIFI-12947
> URL: https://issues.apache.org/jira/browse/NIFI-12947
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Minor
>  Labels: backport-needed
> Fix For: 2.0.0-M3, 1.26.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Apache MIME4J should be upgraded to 0.8.11 to mitigate CVE-2024-21742 related 
> to MIME message parsing. Apache MIME4J is a transitive dependency of the 
> Apache Tika Parsers library used in the {{nifi-media-processors}} module.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-12947) Upgrade MIME4J to 0.8.11

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830666#comment-17830666
 ] 

ASF subversion and git services commented on NIFI-12947:


Commit 65ac492da077abce1add9639ebc60e203bbd1448 in nifi's branch 
refs/heads/support/nifi-1.x from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=65ac492da0 ]

NIFI-12947 Upgraded MIME4J to 0.8.11

Signed-off-by: Pierre Villard 

This closes #8561.


> Upgrade MIME4J to 0.8.11
> 
>
> Key: NIFI-12947
> URL: https://issues.apache.org/jira/browse/NIFI-12947
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Minor
>  Labels: backport-needed
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Apache MIME4J should be upgraded to 0.8.11 to mitigate CVE-2024-21742 related 
> to MIME message parsing. Apache MIME4J is a transitive dependency of the 
> Apache Tika Parsers library used in the {{nifi-media-processors}} module.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-03-25 Thread Matt Gilman (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Gilman updated NIFI-12400:
---
Description: 
The purpose of this Jira is to track all remaining items following the initial 
commit [1] for NIFI-11481. The description will be kept up to date with 
remaining features, tasks, and improvements. As each items is worked, a new sub 
task Jira will be created and referenced in this description.
 * Support Parameters in Properties with Allowable Values (NIFI-12401)
 * Summary (NIFI-12437)
 ** Remaining work not addressed in initial Jira:
 *** input ports (NIFI-12504)
 *** output ports (NIFI-12504)
 *** remote process groups (NIFI-12504)
 *** process groups (NIFI-12504)
 *** connections (NIFI-12504)
 *** System Diagnostics (NIFI-12505)
 *** support for cluster-specific ui elements (NIFI-12537)
 *** Add pagination (NIFI-12552)
 * Counters (NIFI-12415)
 ** Counter table has extra unnecessary can modfiy check (NIFI-12948)
 * Bulletin Board (NIFI-12560)
 * Provenance (NIFI-12445)
 ** Event Listing (NIFI-12445)
 ** Search (NIFI-12445)
 ** Event Dialog (NIFI-12445)
 ** Lineage (NIFI-12485)
 ** Replay from context menu (NIFI-12445)
 ** Clustering (NIFI-12807)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry (NIFI-12734)
 * Parameter Providers (NIFI-12622)
 ** Fetch parameters from provider, map to parameter context (dialog) - 
(NIFI-12665)
 * Cluster
 ** Status History - node specific values (NIFI-12848)
 * Flow Configuration History (NIFI-12754)
 ** ActionEntity.action should be optional (NIFI-12948)
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 ** Don't show users or groups in create/edit dialog is there are none 
(NIFI-12948)
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 ** Select Empty by default (NIFI-12948)
 * Help (NIFI-12795)
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 ** Clustering (NIFI-12807)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 ** Clustering
 ** Style regressions (NIFI-12946)
 * Change Component Version
 * Consider PG permissions in Toolbox (NIFI-12683)
 * Handle linking to components that are not on the canvas
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * Process Group Services (NIFI-12425)
 ** Listing (NIFI-12425)
 ** Create (NIFI-12425)
 ** Configure (NIFI-12425)
 ** Delete (NIFI-12425)
 ** Enable (NIFI-12529)
 ** Disable (NIFI-12529)
 ** Improve layout and breadcrumbs
 ** Disable and Configure
 * Configure Processor
 ** Service Link (NIFI-12425)
 ** Create inline Service (NIFI-12425)
 ** Parameter Link (NIFI-12502)
 ** Convert to Parameter (NIFI-12502)
 ** Fix issue with Property Editor width (NIFI-12547)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG (NIFI-12758)
 * Configure RPG (NIFI-12774)
 * RPG Remote Ports (NIFI-12778)
 * RPG Go To (NIFI-12759)
 * RPG Refresh (NIFI-12761)
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * Set viewport earlier when loading a Process Group (NIFI-12737)
 * Canvas global menu item should navigate user back to where they were on the 
canvas (NIFI-12737)
 * Better theme support (NIFI-12655)
 * Set up development/production environments files
 * Run unit tests are part of standard build
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Use polling interval from API
 * Load FlowConfiguration in guard (NIFI-12948)
 * Routing error handling
 * General API response error handling
 ** Management CS (NIFI-12663)
 ** Canvas CS (NIFI-12684)
 ** Remainder of Settings (NIFI-12723)
 ** Counters (NIFI-12723)
 ** Bulletins (NIFI-12723)
 ** Flow Designer
 ** Parameter Contexts (NIFI-12937)
 ** Provenance (NIFI-12767)
 ** Queue Listing (NIFI-12742)
 ** Summary (NIFI-12742)
 ** Users (NIFI-12742)
 ** Policies
 ** Status History
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Theme docs, view flow file, and custom ui's
 * Prompt user to save Parameter Context when Edit form is dirty
 * Upgrade to Angular 17 (NIFI-12790)
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)
 * Flow Analysis report menu
 * Migrate NiFi UI to nx
 * Migrate from Karma tests to Jest 

[jira] [Updated] (NIFI-12945) Upgrade Commons Configuration and Other Transitive Dependencies

2024-03-25 Thread David Handermann (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Handermann updated NIFI-12945:

Description: Recent upgrades to Apache Commons Configuration 2.10.1 and 
should be propagated to transitive dependencies in several extension modules. 
The extension modules with transitive dependencies include Hadoop and Hive 
components.  (was: Recent upgrades to Apache Commons Configuration 2.10.1 and 
Nimbus JOSE 9.37.3 should be propagated to transitive dependencies in several 
extension modules. The extension modules with transitive dependencies include 
Hadoop and Hive components.)

> Upgrade Commons Configuration and Other Transitive Dependencies
> ---
>
> Key: NIFI-12945
> URL: https://issues.apache.org/jira/browse/NIFI-12945
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Major
> Fix For: 2.0.0-M3
>
>
> Recent upgrades to Apache Commons Configuration 2.10.1 and should be 
> propagated to transitive dependencies in several extension modules. The 
> extension modules with transitive dependencies include Hadoop and Hive 
> components.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12936) ListGCSBucket should reset its tracking state after configuration change

2024-03-25 Thread Pierre Villard (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard updated NIFI-12936:
--
Fix Version/s: 1.26.0

> ListGCSBucket should reset its tracking state after configuration change
> 
>
> Key: NIFI-12936
> URL: https://issues.apache.org/jira/browse/NIFI-12936
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Peter Turcsanyi
>Assignee: Peter Turcsanyi
>Priority: Major
> Fix For: 2.0.0-M3, 1.26.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Same as NIFI-12732 but for ListGCSBucket.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] NIFI-1931 Add auto commit property to QueryDatabaseTable and QueryDatabaseTable [nifi]

2024-03-25 Thread via GitHub


mattyb149 commented on PR #8534:
URL: https://github.com/apache/nifi/pull/8534#issuecomment-2018692390

   +1 LGTM, merging to main. Thanks for the improvement!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] NIFI-1931 Add auto commit property to QueryDatabaseTable and QueryDatabaseTable [nifi]

2024-03-25 Thread via GitHub


mattyb149 closed pull request #8534: NIFI-1931 Add auto commit property to 
QueryDatabaseTable and QueryDatabaseTable
URL: https://github.com/apache/nifi/pull/8534


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (NIFI-12950) Use uiOnly flag

2024-03-25 Thread Matt Gilman (Jira)
Matt Gilman created NIFI-12950:
--

 Summary: Use uiOnly flag
 Key: NIFI-12950
 URL: https://issues.apache.org/jira/browse/NIFI-12950
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Matt Gilman
Assignee: Matt Gilman


The REST API contains a number of endpoints that support a uiOnly flag. This 
flag prunes a number of details that are not needed by the UI at that point. 
This helps stabilize the usage of the UI when the flow size increases. The new 
UI work currently does not leverage this flag.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] NIFI-12923 Added append avro mode to PutHDFS [nifi]

2024-03-25 Thread via GitHub


mattyb149 commented on code in PR #8544:
URL: https://github.com/apache/nifi/pull/8544#discussion_r1538170755


##
nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java:
##
@@ -397,10 +432,28 @@ public void process(InputStream in) throws IOException {
 fos = codec.createOutputStream(fos);
 }
 createdFile = actualCopyFile;
-BufferedInputStream bis = new 
BufferedInputStream(in);
-StreamUtils.copy(bis, fos);
-bis = null;
-fos.flush();
+
+final String appendMode = 
context.getProperty(APPEND_MODE).getValue();
+if (APPEND_RESOLUTION.equals(conflictResponse)
+&& AVRO_APPEND_MODE.equals(appendMode)
+&& destinationExists) {
+getLogger().info("Appending avro record to 
existing avro file");
+try (final var reader = new 
DataFileStream<>(in, new GenericDatumReader<>());

Review Comment:
   This won't backport to 1.x because `var` wasn't introduced until Java 10 and 
we still have to support Java 8 on 1.x for now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-03-25 Thread Matt Gilman (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Gilman updated NIFI-12400:
---
Description: 
The purpose of this Jira is to track all remaining items following the initial 
commit [1] for NIFI-11481. The description will be kept up to date with 
remaining features, tasks, and improvements. As each items is worked, a new sub 
task Jira will be created and referenced in this description.
 * Support Parameters in Properties with Allowable Values (NIFI-12401)
 * Summary (NIFI-12437)
 ** Remaining work not addressed in initial Jira:
 *** input ports (NIFI-12504)
 *** output ports (NIFI-12504)
 *** remote process groups (NIFI-12504)
 *** process groups (NIFI-12504)
 *** connections (NIFI-12504)
 *** System Diagnostics (NIFI-12505)
 *** support for cluster-specific ui elements (NIFI-12537)
 *** Add pagination (NIFI-12552)
 * Counters (NIFI-12415)
 ** Counter table has extra unnecessary can modfiy check (NIFI-12948)
 * Bulletin Board (NIFI-12560)
 * Provenance (NIFI-12445)
 ** Event Listing (NIFI-12445)
 ** Search (NIFI-12445)
 ** Event Dialog (NIFI-12445)
 ** Lineage (NIFI-12485)
 ** Replay from context menu (NIFI-12445)
 ** Clustering (NIFI-12807)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry (NIFI-12734)
 * Parameter Providers (NIFI-12622)
 ** Fetch parameters from provider, map to parameter context (dialog) - 
(NIFI-12665)
 * Cluster
 ** Status History - node specific values (NIFI-12848)
 * Flow Configuration History (NIFI-12754)
 ** ActionEntity.action should be optional (NIFI-12948)
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 ** Don't show users or groups in create/edit dialog is there are none 
(NIFI-12948)
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 ** Select Empty by default (NIFI-12948)
 * Help (NIFI-12795)
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 ** Clustering (NIFI-12807)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 ** Clustering
 ** Style regressions (NIFI-12946)
 * Change Component Version
 * Consider PG permissions in Toolbox (NIFI-12683)
 * Handle linking to components that are not on the canvas
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * Process Group Services (NIFI-12425)
 ** Listing (NIFI-12425)
 ** Create (NIFI-12425)
 ** Configure (NIFI-12425)
 ** Delete (NIFI-12425)
 ** Enable (NIFI-12529)
 ** Disable (NIFI-12529)
 ** Improve layout and breadcrumbs
 ** Disable and Configure
 * Configure Processor
 ** Service Link (NIFI-12425)
 ** Create inline Service (NIFI-12425)
 ** Parameter Link (NIFI-12502)
 ** Convert to Parameter (NIFI-12502)
 ** Fix issue with Property Editor width (NIFI-12547)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG (NIFI-12758)
 * Configure RPG (NIFI-12774)
 * RPG Remote Ports (NIFI-12778)
 * RPG Go To (NIFI-12759)
 * RPG Refresh (NIFI-12761)
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * Set viewport earlier when loading a Process Group (NIFI-12737)
 * Canvas global menu item should navigate user back to where they were on the 
canvas (NIFI-12737)
 * Better theme support (NIFI-12655)
 * Set up development/production environments files
 * Run unit tests are part of standard build (NIFI-12941)
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag (NIFI-12950)
 * Use polling interval from API
 * Load FlowConfiguration in guard (NIFI-12948)
 * Routing error handling
 * General API response error handling
 ** Management CS (NIFI-12663)
 ** Canvas CS (NIFI-12684)
 ** Remainder of Settings (NIFI-12723)
 ** Counters (NIFI-12723)
 ** Bulletins (NIFI-12723)
 ** Flow Designer
 ** Parameter Contexts (NIFI-12937)
 ** Provenance (NIFI-12767)
 ** Queue Listing (NIFI-12742)
 ** Summary (NIFI-12742)
 ** Users (NIFI-12742)
 ** Policies
 ** Status History
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Theme docs, view flow file, and custom ui's
 * Prompt user to save Parameter Context when Edit form is dirty
 * Upgrade to Angular 17 (NIFI-12790)
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)
 * Flow Analysis report menu
 * Migrate NiFi UI to nx
 * Migrate 

[jira] [Created] (NIFI-12942) Upgrade Jetty to 12.0.7

2024-03-25 Thread David Handermann (Jira)
David Handermann created NIFI-12942:
---

 Summary: Upgrade Jetty to 12.0.7
 Key: NIFI-12942
 URL: https://issues.apache.org/jira/browse/NIFI-12942
 Project: Apache NiFi
  Issue Type: Improvement
  Components: Core Framework, Extensions, NiFi Registry
Reporter: David Handermann
Assignee: David Handermann


Jetty dependencies should be upgraded to 
[12.0.7|https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.7] on 
the main branch to incorporate recent bug fixes and improvements.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-12943) Upgrade Hadoop to 3.4.0

2024-03-25 Thread David Handermann (Jira)
David Handermann created NIFI-12943:
---

 Summary: Upgrade Hadoop to 3.4.0
 Key: NIFI-12943
 URL: https://issues.apache.org/jira/browse/NIFI-12943
 Project: Apache NiFi
  Issue Type: Improvement
  Components: Extensions
Reporter: David Handermann
Assignee: David Handermann


Apache Hadoop dependencies should be upgraded to 
[3.4.0|https://hadoop.apache.org/docs/r3.4.0/index.html] to incorporate bug 
fixes and improvements, including a number of transitive dependency upgrades.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] NIFI-12944 Add attribute corresponding to peer address of SNMP TRAP PDUs [nifi]

2024-03-25 Thread via GitHub


pt104554 commented on code in PR #8557:
URL: https://github.com/apache/nifi/pull/8557#discussion_r1537716192


##
nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/src/main/java/org/apache/nifi/snmp/operations/SNMPTrapReceiver.java:
##
@@ -46,7 +47,7 @@ public void processPdu(final CommandResponderEvent event) {
 final PDU pdu = event.getPDU();
 if (isValidTrapPdu(pdu)) {
 final ProcessSession processSession = 
processSessionFactory.createSession();
-final FlowFile flowFile = createFlowFile(processSession, pdu);
+final FlowFile flowFile = createFlowFile(processSession, pdu, 
event.getPeerAddress());

Review Comment:
   Just updated to pass just the event.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (NIFI-12946) Component State Dialog Regression

2024-03-25 Thread Matt Gilman (Jira)
Matt Gilman created NIFI-12946:
--

 Summary: Component State Dialog Regression
 Key: NIFI-12946
 URL: https://issues.apache.org/jira/browse/NIFI-12946
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Matt Gilman
 Attachments: Screenshot 2024-03-25 at 11.55.11 AM.png

With recent updates to styles the component state dialog has regressed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12946) Component State Dialog Regression

2024-03-25 Thread Matt Gilman (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Gilman updated NIFI-12946:
---
Attachment: Screenshot 2024-03-25 at 11.55.11 AM.png

> Component State Dialog Regression
> -
>
> Key: NIFI-12946
> URL: https://issues.apache.org/jira/browse/NIFI-12946
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Priority: Major
> Attachments: Screenshot 2024-03-25 at 11.55.11 AM.png
>
>
> With recent updates to styles the component state dialog has regressed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] NIFI-12928 Backport Added Simple Write strategy in PutAzureDataLakeStorage [nifi]

2024-03-25 Thread via GitHub


turcsanyip opened a new pull request, #8559:
URL: https://github.com/apache/nifi/pull/8559

   
   
   
   
   
   
   
   
   
   
   
   
   
   # Summary
   
   [NIFI-12928](https://issues.apache.org/jira/browse/NIFI-12928)
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [ ] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [ ] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-0`
   - [ ] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-0`
   
   ### Pull Request Formatting
   
   - [ ] Pull Request based on current revision of the `main` branch
   - [ ] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [ ] Build completed using `mvn clean install -P contrib-check`
 - [ ] JDK 21
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [ ] Documentation formatting appears as expected in rendered files
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] NIFI-12929: Fix logout infinite redirect loop in case of knox [nifi]

2024-03-25 Thread via GitHub


pvillard31 closed pull request #8546: NIFI-12929: Fix logout infinite redirect 
loop in case of knox
URL: https://github.com/apache/nifi/pull/8546


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (NIFI-12929) Logout go to an infinite redirect loop behind knox

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830481#comment-17830481
 ] 

ASF subversion and git services commented on NIFI-12929:


Commit 711a64619798a1d79ed5e3629d2b2d0196a98417 in nifi's branch 
refs/heads/support/nifi-1.x from Zoltan Kornel Torok
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=711a646197 ]

NIFI-12929: Fix logout infinite redirect loop in case of knox

Signed-off-by: Pierre Villard 

This closes #8546.


> Logout go to an infinite redirect loop behind knox
> --
>
> Key: NIFI-12929
> URL: https://issues.apache.org/jira/browse/NIFI-12929
> Project: Apache NiFi
>  Issue Type: Bug
>Affects Versions: 1.25.0, 1.26.0
>Reporter: Zoltán Kornél Török
>Assignee: Zoltán Kornél Török
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When I tried to logout from nifi using a knox, 1.25 remained in an infinite 
> loop during logout. As turned out in case of 1.25 the LogoutFilter not do an 
> actual redirect to logout/complete which cause some issues with knox.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12942) Upgrade Jetty to 12.0.7

2024-03-25 Thread David Handermann (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Handermann updated NIFI-12942:

Status: Patch Available  (was: Open)

> Upgrade Jetty to 12.0.7
> ---
>
> Key: NIFI-12942
> URL: https://issues.apache.org/jira/browse/NIFI-12942
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Core Framework, Extensions, NiFi Registry
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Jetty dependencies should be upgraded to 
> [12.0.7|https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.7] on 
> the main branch to incorporate recent bug fixes and improvements.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] NIFI-12942 Upgrade Jetty from 12.0.6 to 12.0.7 [nifi]

2024-03-25 Thread via GitHub


exceptionfactory opened a new pull request, #8554:
URL: https://github.com/apache/nifi/pull/8554

   # Summary
   
   [NIFI-12942](https://issues.apache.org/jira/browse/NIFI-12942) Upgrades 
Jetty from 12.0.6 to 
[12.0.7](https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.7) to 
incorporate recent bug fixes and improvements for both framework and extension 
components.
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [X] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [X] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-0`
   - [X] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-0`
   
   ### Pull Request Formatting
   
   - [X] Pull Request based on current revision of the `main` branch
   - [X] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [X] Build completed using `mvn clean install -P contrib-check`
 - [X] JDK 21
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [ ] Documentation formatting appears as expected in rendered files
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Updated] (NIFI-12937) Error Handling in Parameter Context Page

2024-03-25 Thread Matt Gilman (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Gilman updated NIFI-12937:
---
Status: Patch Available  (was: In Progress)

> Error Handling in Parameter Context Page
> 
>
> Key: NIFI-12937
> URL: https://issues.apache.org/jira/browse/NIFI-12937
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] NIFI-12943 Upgrade Hadoop from 3.3.6 to 3.4.0 [nifi]

2024-03-25 Thread via GitHub


exceptionfactory opened a new pull request, #8556:
URL: https://github.com/apache/nifi/pull/8556

   # Summary
   
   [NIFI-12943](https://issues.apache.org/jira/browse/NIFI-12943) Upgrades 
Apache Hadoop dependencies from 3.3.6 to 
[3.4.0](https://hadoop.apache.org/docs/r3.4.0/index.html) to incorporate 
numerous bug fixes, improvements, and transitive dependency upgrades.
   
   The upgrade to 3.4.0 requires excluding the `bcprov-jdk15on` library and 
including the `bcprov-jdk18on` due to Bouncy Castle coordinate renaming on more 
recent versions. This libraries have the same major version number and contain 
incremental updates, and this approach aligns with similar changes for other 
modules.
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [X] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [X] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-0`
   - [X] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-0`
   
   ### Pull Request Formatting
   
   - [X] Pull Request based on current revision of the `main` branch
   - [X] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [X] Build completed using `mvn clean install -P contrib-check`
 - [X] JDK 21
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [ ] Documentation formatting appears as expected in rendered files
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] NIFI-12936 ListGCSBucket resets its tracking state after configuratio… [nifi]

2024-03-25 Thread via GitHub


asfgit closed pull request #8550: NIFI-12936 ListGCSBucket resets its tracking 
state after configuratio…
URL: https://github.com/apache/nifi/pull/8550


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (NIFI-12936) ListGCSBucket should reset its tracking state after configuration change

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830541#comment-17830541
 ] 

ASF subversion and git services commented on NIFI-12936:


Commit a9e246956cee822e407b20e45930e05c3fd72de6 in nifi's branch 
refs/heads/main from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=a9e246956c ]

NIFI-12936 ListGCSBucket resets its tracking state after configuration change

Signed-off-by: Pierre Villard 

This closes #8550.


> ListGCSBucket should reset its tracking state after configuration change
> 
>
> Key: NIFI-12936
> URL: https://issues.apache.org/jira/browse/NIFI-12936
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Peter Turcsanyi
>Assignee: Peter Turcsanyi
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Same as NIFI-12732 but for ListGCSBucket.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] NIFI-12942 Upgrade Jetty from 12.0.6 to 12.0.7 [nifi]

2024-03-25 Thread via GitHub


asfgit closed pull request #8554: NIFI-12942 Upgrade Jetty from 12.0.6 to 12.0.7
URL: https://github.com/apache/nifi/pull/8554


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Updated] (NIFI-12942) Upgrade Jetty to 12.0.7

2024-03-25 Thread Pierre Villard (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard updated NIFI-12942:
--
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Upgrade Jetty to 12.0.7
> ---
>
> Key: NIFI-12942
> URL: https://issues.apache.org/jira/browse/NIFI-12942
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Core Framework, Extensions, NiFi Registry
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Jetty dependencies should be upgraded to 
> [12.0.7|https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.7] on 
> the main branch to incorporate recent bug fixes and improvements.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-12942) Upgrade Jetty to 12.0.7

2024-03-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830514#comment-17830514
 ] 

ASF subversion and git services commented on NIFI-12942:


Commit 15d2b49e774bce5ffeb0d976e9101e3f4170504f in nifi's branch 
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=15d2b49e77 ]

NIFI-12942 Upgraded Jetty from 12.0.6 to 12.0.7

Signed-off-by: Pierre Villard 

This closes #8554.


> Upgrade Jetty to 12.0.7
> ---
>
> Key: NIFI-12942
> URL: https://issues.apache.org/jira/browse/NIFI-12942
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Core Framework, Extensions, NiFi Registry
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Jetty dependencies should be upgraded to 
> [12.0.7|https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.7] on 
> the main branch to incorporate recent bug fixes and improvements.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12936) ListGCSBucket should reset its tracking state after configuration change

2024-03-25 Thread Pierre Villard (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard updated NIFI-12936:
--
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> ListGCSBucket should reset its tracking state after configuration change
> 
>
> Key: NIFI-12936
> URL: https://issues.apache.org/jira/browse/NIFI-12936
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Peter Turcsanyi
>Assignee: Peter Turcsanyi
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Same as NIFI-12732 but for ListGCSBucket.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-12945) Upgrade Commons Configuration and Other Transitive Dependencies

2024-03-25 Thread David Handermann (Jira)
David Handermann created NIFI-12945:
---

 Summary: Upgrade Commons Configuration and Other Transitive 
Dependencies
 Key: NIFI-12945
 URL: https://issues.apache.org/jira/browse/NIFI-12945
 Project: Apache NiFi
  Issue Type: Improvement
  Components: Extensions
Reporter: David Handermann
Assignee: David Handermann
 Fix For: 2.0.0-M3


Recent upgrades to Apache Commons Configuration 2.10.1 and Nimbus JOSE 9.37.3 
should be propagated to transitive dependencies in several extension modules. 
The extension modules with transitive dependencies include Hadoop and Hive 
components.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12946) Component State Dialog Regression

2024-03-25 Thread Matt Gilman (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Gilman updated NIFI-12946:
---
Description: 
With recent updates to styles the component state dialog has regressed. See the 
attached screenshot.
 * Border
 * Lost Ellipsis
 * Scrolling

  was:With recent updates to styles the component state dialog has regressed.


> Component State Dialog Regression
> -
>
> Key: NIFI-12946
> URL: https://issues.apache.org/jira/browse/NIFI-12946
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Priority: Major
> Attachments: Screenshot 2024-03-25 at 11.55.11 AM.png
>
>
> With recent updates to styles the component state dialog has regressed. See 
> the attached screenshot.
>  * Border
>  * Lost Ellipsis
>  * Scrolling



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-12944) Add attribute corresponding to peer address of SNMP TRAP PDUs

2024-03-25 Thread Ricardo Ferreira (Jira)
Ricardo Ferreira created NIFI-12944:
---

 Summary: Add attribute corresponding to peer address of SNMP TRAP 
PDUs 
 Key: NIFI-12944
 URL: https://issues.apache.org/jira/browse/NIFI-12944
 Project: Apache NiFi
  Issue Type: Improvement
Reporter: Ricardo Ferreira


Add attribute corresponding to peer address of SNMP traps that are received. 
This is useful to determine where a trap originated from, as not all SNMPv2 
traps include an OID that identifies the sender.

The information is placed in the attribute with name snmp$peerAddress



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (NIFI-12929) Logout go to an infinite redirect loop behind knox

2024-03-25 Thread Pierre Villard (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard resolved NIFI-12929.
---
Fix Version/s: 1.26.0
   Resolution: Fixed

> Logout go to an infinite redirect loop behind knox
> --
>
> Key: NIFI-12929
> URL: https://issues.apache.org/jira/browse/NIFI-12929
> Project: Apache NiFi
>  Issue Type: Bug
>Affects Versions: 1.25.0, 1.26.0
>Reporter: Zoltán Kornél Török
>Assignee: Zoltán Kornél Török
>Priority: Major
> Fix For: 1.26.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When I tried to logout from nifi using a knox, 1.25 remained in an infinite 
> loop during logout. As turned out in case of 1.25 the LogoutFilter not do an 
> actual redirect to logout/complete which cause some issues with knox.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12943) Upgrade Hadoop to 3.4.0

2024-03-25 Thread David Handermann (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Handermann updated NIFI-12943:

Status: Patch Available  (was: Open)

> Upgrade Hadoop to 3.4.0
> ---
>
> Key: NIFI-12943
> URL: https://issues.apache.org/jira/browse/NIFI-12943
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Apache Hadoop dependencies should be upgraded to 
> [3.4.0|https://hadoop.apache.org/docs/r3.4.0/index.html] to incorporate bug 
> fixes and improvements, including a number of transitive dependency upgrades.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] NIFI-12944 Add attribute corresponding to peer address of SNMP TRAP PDUs [nifi]

2024-03-25 Thread via GitHub


pvillard31 commented on code in PR #8557:
URL: https://github.com/apache/nifi/pull/8557#discussion_r1537790957


##
nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/src/test/java/org/apache/nifi/snmp/operations/SNMPTrapReceiverTest.java:
##
@@ -136,9 +153,14 @@ void testReceiveTrapWithErrorGetsTransferredToFailure() {
 
 when(mockPdu.getType()).thenReturn(PDU.TRAP);
 when(mockPdu.getErrorStatus()).thenReturn(PDU.badValue);
+ 

Review Comment:
   
   Warning:  
src/test/java/org/apache/nifi/snmp/operations/SNMPTrapReceiverTest.java:[156] 
(regexp) RegexpSinglelineJava: Line has trailing whitespace.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] NIFI-12944 Add attribute corresponding to peer address of SNMP TRAP PDUs [nifi]

2024-03-25 Thread via GitHub


pt104554 commented on code in PR #8557:
URL: https://github.com/apache/nifi/pull/8557#discussion_r1537830267


##
nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/src/test/java/org/apache/nifi/snmp/operations/SNMPTrapReceiverTest.java:
##
@@ -136,9 +153,14 @@ void testReceiveTrapWithErrorGetsTransferredToFailure() {
 
 when(mockPdu.getType()).thenReturn(PDU.TRAP);
 when(mockPdu.getErrorStatus()).thenReturn(PDU.badValue);
+ 

Review Comment:
   fixed  



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] NIFI-12943 Upgrade Hadoop from 3.3.6 to 3.4.0 [nifi]

2024-03-25 Thread via GitHub


asfgit closed pull request #8556: NIFI-12943 Upgrade Hadoop from 3.3.6 to 3.4.0
URL: https://github.com/apache/nifi/pull/8556


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



  1   2   >