[jira] [Comment Edited] (NIFI-11859) Nifi in standalone mode is not able to enable EmbeddedHazelcastCacheManager

2023-07-31 Thread Jeetendra G Vasisht (Jira)


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

Jeetendra G Vasisht edited comment on NIFI-11859 at 8/1/23 5:33 AM:


As one of our components running on standalone mode is blocked with this issue, 
raising the Priority to blocker.Kindly help to resolve this.

Thank you.


was (Author: JIRAUSER301531):
As one of our components running on standalone mode is blocked with this issue, 
raising the Priority to blocker.Kindly help to resolve this,

Thank you.

> Nifi in standalone mode is not able to enable EmbeddedHazelcastCacheManager 
> 
>
> Key: NIFI-11859
> URL: https://issues.apache.org/jira/browse/NIFI-11859
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Configuration Management
>Affects Versions: 1.22.0
>Reporter: Jeetendra G Vasisht
>Priority: Blocker
> Attachments: embeddedHazelcastNifiControllerservice.PNG, nifi--app.log
>
>
> EmbeddedHazelcastCacheManager Controller gets enabled in cluster mode with 
> "All Nodes" clustering strategy, but having issue when tried to run in 
> standalone mode with "None" clustering strategy. This is observed in 
> Kubernetes Environment and this is coming as part of internal Nifi packaging 
> and any external dependency or code related to Hazelcast is not being used.
> Controller gets stuck in Enabling state:
> !embeddedHazelcastNifiControllerservice.PNG|width=662,height=131!
> Respective Logs have been attached



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


[jira] [Commented] (NIFI-11859) Nifi in standalone mode is not able to enable EmbeddedHazelcastCacheManager

2023-07-31 Thread Jeetendra G Vasisht (Jira)


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

Jeetendra G Vasisht commented on NIFI-11859:


As one of our components running on standalone mode is blocked with this issue, 
raising the Priority to blocker.Kindly help to resolve this,

Thank you.

> Nifi in standalone mode is not able to enable EmbeddedHazelcastCacheManager 
> 
>
> Key: NIFI-11859
> URL: https://issues.apache.org/jira/browse/NIFI-11859
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Configuration Management
>Affects Versions: 1.22.0
>Reporter: Jeetendra G Vasisht
>Priority: Blocker
> Attachments: embeddedHazelcastNifiControllerservice.PNG, nifi--app.log
>
>
> EmbeddedHazelcastCacheManager Controller gets enabled in cluster mode with 
> "All Nodes" clustering strategy, but having issue when tried to run in 
> standalone mode with "None" clustering strategy. This is observed in 
> Kubernetes Environment and this is coming as part of internal Nifi packaging 
> and any external dependency or code related to Hazelcast is not being used.
> Controller gets stuck in Enabling state:
> !embeddedHazelcastNifiControllerservice.PNG|width=662,height=131!
> Respective Logs have been attached



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


[jira] [Updated] (NIFI-11859) Nifi in standalone mode is not able to enable EmbeddedHazelcastCacheManager

2023-07-31 Thread Jeetendra G Vasisht (Jira)


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

Jeetendra G Vasisht updated NIFI-11859:
---
Priority: Blocker  (was: Major)

> Nifi in standalone mode is not able to enable EmbeddedHazelcastCacheManager 
> 
>
> Key: NIFI-11859
> URL: https://issues.apache.org/jira/browse/NIFI-11859
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Configuration Management
>Affects Versions: 1.22.0
>Reporter: Jeetendra G Vasisht
>Priority: Blocker
> Attachments: embeddedHazelcastNifiControllerservice.PNG, nifi--app.log
>
>
> EmbeddedHazelcastCacheManager Controller gets enabled in cluster mode with 
> "All Nodes" clustering strategy, but having issue when tried to run in 
> standalone mode with "None" clustering strategy. This is observed in 
> Kubernetes Environment and this is coming as part of internal Nifi packaging 
> and any external dependency or code related to Hazelcast is not being used.
> Controller gets stuck in Enabling state:
> !embeddedHazelcastNifiControllerservice.PNG|width=662,height=131!
> Respective Logs have been attached



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


[GitHub] [nifi] pspiller commented on pull request #7532: NIFI-7505 Add InvokeHTTPRecord processor

2023-07-31 Thread via GitHub


pspiller commented on PR #7532:
URL: https://github.com/apache/nifi/pull/7532#issuecomment-1659551032

   Thanks for the feedback!
   
   I did base InvokeHTTPRecord quite heavily on InvokeHTTP, so if that's not a 
good example to follow then I can understand that changes are required. I can 
definitely see the value in using `WebClientServiceProvider` - that would 
remove a number of config properties from InvokeHTTPRecord, as well as making 
the code easier to test.
   
   Having the retry handling and record splitting all inside the one processor 
does feel a bit like it's going against Nifi's default philosophy (break tasks 
up into multiple simple processors). My first instinct when building a flow was 
to split up the input records into individual FlowFiles and then handle HTTP 
requests individually. Synchronising and reassembling everything at the end got 
pretty painful, though, especially handling retries.
   
   The current InvokeHTTPRecord approach was largely copied from processors 
like LookupRecord (i.e. do the same operation for each record in the FlowFile). 
I could remove the record splitting logic from InvokeHTTPRecord and let 
splitting be handled later by a separate SplitRecord processor, if that'd be 
cleaner.
   
   I can write up an outline of how I see the processor working on the Jira 
issue, if that's the best way to move forward.


-- 
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-11888) Update Saxon-HE to 12.3

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11888.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update Saxon-HE to 12.3
> ---
>
> Key: NIFI-11888
> URL: https://issues.apache.org/jira/browse/NIFI-11888
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update Saxon-HE to 12.3



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


[jira] [Resolved] (NIFI-11885) Update asn1bean-compiler to 1.14.0

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11885.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update asn1bean-compiler to 1.14.0
> --
>
> Key: NIFI-11885
> URL: https://issues.apache.org/jira/browse/NIFI-11885
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Update asn1bean-compiler to 1.14.0



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


[jira] [Resolved] (NIFI-11886) Update asn1bean to 1.14.0

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11886.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update asn1bean to 1.14.0
> -
>
> Key: NIFI-11886
> URL: https://issues.apache.org/jira/browse/NIFI-11886
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>
> Update asn1bean to 1.14.0



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


[jira] [Resolved] (NIFI-11887) Update iceberg.version from 1.3.0 to 1.3.1

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11887.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update iceberg.version from 1.3.0 to 1.3.1
> --
>
> Key: NIFI-11887
> URL: https://issues.apache.org/jira/browse/NIFI-11887
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update iceberg.version from 1.3.0 to 1.3.1



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


[jira] [Resolved] (NIFI-11882) Update spring.vault.version to 2.3.4

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11882.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update spring.vault.version to 2.3.4
> 
>
> Key: NIFI-11882
> URL: https://issues.apache.org/jira/browse/NIFI-11882
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update spring.vault.version to 2.3.4. Update removes CVEs: 
> [CVE-2023-20863|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-20863]
> [CVE-2022-42004|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-42004]
> [CVE-2022-42003|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-42003]



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


[jira] [Resolved] (NIFI-11884) Update snowflake-ingest-sdk to 2.0.2

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11884.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update snowflake-ingest-sdk to 2.0.2
> 
>
> Key: NIFI-11884
> URL: https://issues.apache.org/jira/browse/NIFI-11884
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update snowflake-ingest-sdk to 2.0.2



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


[jira] [Updated] (NIFI-11878) Update maven-shade-plugin to 3.5.0

2023-07-31 Thread David Handermann (Jira)


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

David Handermann updated NIFI-11878:

Component/s: NiFi Registry

> Update maven-shade-plugin to 3.5.0
> --
>
> Key: NIFI-11878
> URL: https://issues.apache.org/jira/browse/NIFI-11878
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: NiFi Registry
>Affects Versions: 1.22.0, 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update mvn-shade-plugin to 3.5.0



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


[jira] [Resolved] (NIFI-11878) Update maven-shade-plugin to 3.5.0

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11878.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update maven-shade-plugin to 3.5.0
> --
>
> Key: NIFI-11878
> URL: https://issues.apache.org/jira/browse/NIFI-11878
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: NiFi Registry
>Affects Versions: 1.22.0, 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update mvn-shade-plugin to 3.5.0



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


[jira] [Updated] (NIFI-11876) Update grpc.version to 1.57.0

2023-07-31 Thread David Handermann (Jira)


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

David Handermann updated NIFI-11876:

Description: Update grpc.version to 1.57.0. New version fixes CVE present 
in 1.56.1  (was: Update grpc.version to 1.57.0. New version fixes cave present 
in 1.56.1)

> Update grpc.version to 1.57.0
> -
>
> Key: NIFI-11876
> URL: https://issues.apache.org/jira/browse/NIFI-11876
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update grpc.version to 1.57.0. New version fixes CVE present in 1.56.1



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


[jira] [Resolved] (NIFI-11881) Update logback.version to 1.3.8

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11881.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update logback.version to 1.3.8
> ---
>
> Key: NIFI-11881
> URL: https://issues.apache.org/jira/browse/NIFI-11881
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update logback.version to 1.3.8



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


[jira] [Resolved] (NIFI-11876) Update grpc.version to 1.57.0

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11876.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update grpc.version to 1.57.0
> -
>
> Key: NIFI-11876
> URL: https://issues.apache.org/jira/browse/NIFI-11876
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update grpc.version to 1.57.0. New version fixes cave present in 1.56.1



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


[jira] [Updated] (NIFI-11878) Update maven-shade-plugin to 3.5.0

2023-07-31 Thread David Handermann (Jira)


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

David Handermann updated NIFI-11878:

Priority: Minor  (was: Major)

> Update maven-shade-plugin to 3.5.0
> --
>
> Key: NIFI-11878
> URL: https://issues.apache.org/jira/browse/NIFI-11878
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.22.0, 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update mvn-shade-plugin to 3.5.0



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


[jira] [Resolved] (NIFI-11869) Update opencsv to 5.8 from 5.7.1

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11869.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update opencsv to 5.8 from 5.7.1
> 
>
> Key: NIFI-11869
> URL: https://issues.apache.org/jira/browse/NIFI-11869
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Update opencsv to 5.8 from 5.7.1



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


[jira] [Updated] (NIFI-11868) Update cassandra.sdk.version to 3.11.4

2023-07-31 Thread David Handermann (Jira)


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

David Handermann updated NIFI-11868:

Affects Version/s: (was: 1.22.0)

> Update cassandra.sdk.version to 3.11.4
> --
>
> Key: NIFI-11868
> URL: https://issues.apache.org/jira/browse/NIFI-11868
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike R
>Assignee: Mike R
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update cassandra.sdk.version to 3.11.4



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


[jira] [Resolved] (NIFI-11875) Update org.apache.commons.lang3.version to 3.13.0

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11875.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update org.apache.commons.lang3.version to 3.13.0
> -
>
> Key: NIFI-11875
> URL: https://issues.apache.org/jira/browse/NIFI-11875
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Update org.apache.commons.lang3.version to 3.13.0



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


[jira] [Resolved] (NIFI-11868) Update cassandra.sdk.version to 3.11.4

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11868.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update cassandra.sdk.version to 3.11.4
> --
>
> Key: NIFI-11868
> URL: https://issues.apache.org/jira/browse/NIFI-11868
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update cassandra.sdk.version to 3.11.4



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


[jira] [Updated] (NIFI-11868) Update cassandra.sdk.version to 3.11.4

2023-07-31 Thread David Handermann (Jira)


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

David Handermann updated NIFI-11868:

Priority: Minor  (was: Major)

> Update cassandra.sdk.version to 3.11.4
> --
>
> Key: NIFI-11868
> URL: https://issues.apache.org/jira/browse/NIFI-11868
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update cassandra.sdk.version to 3.11.4



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


[jira] [Resolved] (NIFI-11867) Update neo4j.driver.version to 4.4.12

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11867.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update neo4j.driver.version to 4.4.12
> -
>
> Key: NIFI-11867
> URL: https://issues.apache.org/jira/browse/NIFI-11867
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update neo4j.driver.version to 4.4.12



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


[jira] [Updated] (NIFI-11869) Update opencsv to 5.8 from 5.7.1

2023-07-31 Thread David Handermann (Jira)


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

David Handermann updated NIFI-11869:

Affects Version/s: (was: 1.22.0)

> Update opencsv to 5.8 from 5.7.1
> 
>
> Key: NIFI-11869
> URL: https://issues.apache.org/jira/browse/NIFI-11869
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Update opencsv to 5.8 from 5.7.1



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


[jira] [Updated] (NIFI-11876) Update grpc.version to 1.57.0

2023-07-31 Thread David Handermann (Jira)


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

David Handermann updated NIFI-11876:

Priority: Minor  (was: Major)

> Update grpc.version to 1.57.0
> -
>
> Key: NIFI-11876
> URL: https://issues.apache.org/jira/browse/NIFI-11876
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update grpc.version to 1.57.0. New version fixes cave present in 1.56.1



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


[jira] [Commented] (NIFI-11882) Update spring.vault.version to 2.3.4

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11882:


Commit 9cbe34f217a1b587746845ba0f66db21c7a1a18b in nifi's branch 
refs/heads/support/nifi-1.x from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=9cbe34f217 ]

NIFI-11882 Upgraded Spring Vault from 2.3.3 to 2.3.4

This closes #7547

Signed-off-by: David Handermann 
(cherry picked from commit da953c1facce264872d5f1c905dbfc8ed6e8820d)


> Update spring.vault.version to 2.3.4
> 
>
> Key: NIFI-11882
> URL: https://issues.apache.org/jira/browse/NIFI-11882
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update spring.vault.version to 2.3.4. Update removes CVEs: 
> [CVE-2023-20863|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-20863]
> [CVE-2022-42004|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-42004]
> [CVE-2022-42003|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-42003]



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


[jira] [Commented] (NIFI-11884) Update snowflake-ingest-sdk to 2.0.2

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11884:


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

NIFI-11884 Upgraded snowflake-ingest-sdk from 2.0.1 to 2.0.2

This closes #7549

Signed-off-by: David Handermann 
(cherry picked from commit 83ca3687adffd3590a09fc2e0d3c2f204339f9f7)


> Update snowflake-ingest-sdk to 2.0.2
> 
>
> Key: NIFI-11884
> URL: https://issues.apache.org/jira/browse/NIFI-11884
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update snowflake-ingest-sdk to 2.0.2



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


[jira] [Commented] (NIFI-11869) Update opencsv to 5.8 from 5.7.1

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11869:


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

NIFI-11869 Upgraded opencsv from 5.7.1 to 5.8

This closes #7536

Signed-off-by: David Handermann 
(cherry picked from commit 8979c20f59c01aa605b539042ffab99a32c2c7b1)


> Update opencsv to 5.8 from 5.7.1
> 
>
> Key: NIFI-11869
> URL: https://issues.apache.org/jira/browse/NIFI-11869
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.22.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Update opencsv to 5.8 from 5.7.1



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


[jira] [Commented] (NIFI-11878) Update maven-shade-plugin to 3.5.0

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11878:


Commit 0db755856930050f58b8aa190bf1902e2c1f2314 in nifi's branch 
refs/heads/support/nifi-1.x from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0db7558569 ]

NIFI-11878 Upgraded maven-shade-plugin from 3.4.1 to 3.5.0

This closes #7543

Signed-off-by: David Handermann 
(cherry picked from commit c344705bc296e5b22c663aa13fccb29c89bf)


> Update maven-shade-plugin to 3.5.0
> --
>
> Key: NIFI-11878
> URL: https://issues.apache.org/jira/browse/NIFI-11878
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.22.0, 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update mvn-shade-plugin to 3.5.0



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


[jira] [Updated] (NIFI-11866) Update mvel2 to 2.5.0.Final

2023-07-31 Thread David Handermann (Jira)


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

David Handermann updated NIFI-11866:

Affects Version/s: (was: 1.22.0)

> Update mvel2 to 2.5.0.Final
> ---
>
> Key: NIFI-11866
> URL: https://issues.apache.org/jira/browse/NIFI-11866
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Update mvel2 to 2.5.0.Final



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


[jira] [Updated] (NIFI-11867) Update neo4j.driver.version to 4.4.12

2023-07-31 Thread David Handermann (Jira)


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

David Handermann updated NIFI-11867:

Affects Version/s: (was: 1.22.0)

> Update neo4j.driver.version to 4.4.12
> -
>
> Key: NIFI-11867
> URL: https://issues.apache.org/jira/browse/NIFI-11867
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update neo4j.driver.version to 4.4.12



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


[jira] [Commented] (NIFI-11866) Update mvel2 to 2.5.0.Final

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11866:


Commit 941f4f8f8b5e949abe042edd781273aebc14352c in nifi's branch 
refs/heads/support/nifi-1.x from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=941f4f8f8b ]

NIFI-11866 Upgraded mvel2 from 2.4.15 to 2.5.0

This closes #7533

Signed-off-by: David Handermann 
(cherry picked from commit 32c80ac2945e0a8e18dd1caeb955204a73053599)


> Update mvel2 to 2.5.0.Final
> ---
>
> Key: NIFI-11866
> URL: https://issues.apache.org/jira/browse/NIFI-11866
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.22.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Update mvel2 to 2.5.0.Final



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


[jira] [Commented] (NIFI-11885) Update asn1bean-compiler to 1.14.0

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11885:


Commit 6bb1d6d3218660fb9febe4eeb3051eac1c9fe706 in nifi's branch 
refs/heads/support/nifi-1.x from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=6bb1d6d321 ]

NIFI-11885 Upgraded asn1bean from 1.13.0 to 1.14.0

This closes #7552

Signed-off-by: David Handermann 
(cherry picked from commit 011986c431c90e609967673198acf5e2687fabf3)


> Update asn1bean-compiler to 1.14.0
> --
>
> Key: NIFI-11885
> URL: https://issues.apache.org/jira/browse/NIFI-11885
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Update asn1bean-compiler to 1.14.0



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


[jira] [Commented] (NIFI-11888) Update Saxon-HE to 12.3

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11888:


Commit 03794c028308af481a0e7ce1ad4dc947717103dd in nifi's branch 
refs/heads/support/nifi-1.x from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=03794c0283 ]

NIFI-11888 Upgraded Saxon-HE from 12.2 to 12.3

This closes #7553

Signed-off-by: David Handermann 
(cherry picked from commit 5a8519ebd171060dc132a90b712e6ed843b9850f)


> Update Saxon-HE to 12.3
> ---
>
> Key: NIFI-11888
> URL: https://issues.apache.org/jira/browse/NIFI-11888
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update Saxon-HE to 12.3



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


[jira] [Resolved] (NIFI-11866) Update mvel2 to 2.5.0.Final

2023-07-31 Thread David Handermann (Jira)


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

David Handermann resolved NIFI-11866.
-
Fix Version/s: 2.0.0
   1.24.0
   Resolution: Fixed

> Update mvel2 to 2.5.0.Final
> ---
>
> Key: NIFI-11866
> URL: https://issues.apache.org/jira/browse/NIFI-11866
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.22.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Update mvel2 to 2.5.0.Final



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


[jira] [Commented] (NIFI-11876) Update grpc.version to 1.57.0

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11876:


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

NIFI-11876 Upgraded gRPC from 1.56.1 to 1.57.0

This closes #7540

Signed-off-by: David Handermann 
(cherry picked from commit 91d86513d154a0c42808c26c18afa6654b3f1ccf)


> Update grpc.version to 1.57.0
> -
>
> Key: NIFI-11876
> URL: https://issues.apache.org/jira/browse/NIFI-11876
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update grpc.version to 1.57.0. New version fixes cave present in 1.56.1



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


[jira] [Commented] (NIFI-11875) Update org.apache.commons.lang3.version to 3.13.0

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11875:


Commit 60388e24f058a569f1153d1c5db31689333bd8a3 in nifi's branch 
refs/heads/support/nifi-1.x from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=60388e24f0 ]

NIFI-11875 Upgraded Commons Lang 3 from 3.12.0 to 3.13.0

This closes #7539

Signed-off-by: David Handermann 
(cherry picked from commit 43f3bab5bb68cefa98dadf057821b7c45468bd4a)


> Update org.apache.commons.lang3.version to 3.13.0
> -
>
> Key: NIFI-11875
> URL: https://issues.apache.org/jira/browse/NIFI-11875
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Update org.apache.commons.lang3.version to 3.13.0



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


[jira] [Commented] (NIFI-11887) Update iceberg.version from 1.3.0 to 1.3.1

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11887:


Commit 027cd7df7695d182d213250d902ea95a69f013a9 in nifi's branch 
refs/heads/support/nifi-1.x from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=027cd7df76 ]

NIFI-11887 Upgraded Iceberg from 1.3.0 to 1.3.1

This closes #7551

Signed-off-by: David Handermann 
(cherry picked from commit f081bcb3118b3c54f0d068c0397641122a4461be)


> Update iceberg.version from 1.3.0 to 1.3.1
> --
>
> Key: NIFI-11887
> URL: https://issues.apache.org/jira/browse/NIFI-11887
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update iceberg.version from 1.3.0 to 1.3.1



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


[jira] [Commented] (NIFI-11867) Update neo4j.driver.version to 4.4.12

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11867:


Commit 79b8a034f6f4948c74ce9a36adcdfe0dc45e3d5a in nifi's branch 
refs/heads/support/nifi-1.x from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=79b8a034f6 ]

NIFI-11867 Upgraded Neo4j Driver from 4.4.11 to 4.4.12

This closes #7534

Signed-off-by: David Handermann 
(cherry picked from commit 225296435ddffb129c09f9a263a8ad989585a470)


> Update neo4j.driver.version to 4.4.12
> -
>
> Key: NIFI-11867
> URL: https://issues.apache.org/jira/browse/NIFI-11867
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.22.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update neo4j.driver.version to 4.4.12



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


[jira] [Commented] (NIFI-11881) Update logback.version to 1.3.8

2023-07-31 Thread ASF subversion and git services (Jira)


[jira] [Commented] (NIFI-11868) Update cassandra.sdk.version to 3.11.4

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11868:


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

NIFI-11868 Upgraded Cassandra Driver from 3.11.3 to 3.11.4

This closes #7535

Signed-off-by: David Handermann 
(cherry picked from commit 87cd4b5817a2a0322616a065081371471c8d2f26)


> Update cassandra.sdk.version to 3.11.4
> --
>
> Key: NIFI-11868
> URL: https://issues.apache.org/jira/browse/NIFI-11868
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.22.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update cassandra.sdk.version to 3.11.4



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


[jira] [Commented] (NIFI-11888) Update Saxon-HE to 12.3

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11888:


Commit 5a8519ebd171060dc132a90b712e6ed843b9850f in nifi's branch 
refs/heads/main from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=5a8519ebd1 ]

NIFI-11888 Upgraded Saxon-HE from 12.2 to 12.3

This closes #7553

Signed-off-by: David Handermann 


> Update Saxon-HE to 12.3
> ---
>
> Key: NIFI-11888
> URL: https://issues.apache.org/jira/browse/NIFI-11888
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update Saxon-HE to 12.3



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


[jira] [Commented] (NIFI-11876) Update grpc.version to 1.57.0

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11876:


Commit 91d86513d154a0c42808c26c18afa6654b3f1ccf in nifi's branch 
refs/heads/main from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=91d86513d1 ]

NIFI-11876 Upgraded gRPC from 1.56.1 to 1.57.0

This closes #7540

Signed-off-by: David Handermann 


> Update grpc.version to 1.57.0
> -
>
> Key: NIFI-11876
> URL: https://issues.apache.org/jira/browse/NIFI-11876
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update grpc.version to 1.57.0. New version fixes cave present in 1.56.1



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


[jira] [Commented] (NIFI-11867) Update neo4j.driver.version to 4.4.12

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11867:


Commit 225296435ddffb129c09f9a263a8ad989585a470 in nifi's branch 
refs/heads/main from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=225296435d ]

NIFI-11867 Upgraded Neo4j Driver from 4.4.11 to 4.4.12

This closes #7534

Signed-off-by: David Handermann 


> Update neo4j.driver.version to 4.4.12
> -
>
> Key: NIFI-11867
> URL: https://issues.apache.org/jira/browse/NIFI-11867
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.22.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update neo4j.driver.version to 4.4.12



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


[jira] [Commented] (NIFI-11887) Update iceberg.version from 1.3.0 to 1.3.1

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11887:


Commit f081bcb3118b3c54f0d068c0397641122a4461be in nifi's branch 
refs/heads/main from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f081bcb311 ]

NIFI-11887 Upgraded Iceberg from 1.3.0 to 1.3.1

This closes #7551

Signed-off-by: David Handermann 


> Update iceberg.version from 1.3.0 to 1.3.1
> --
>
> Key: NIFI-11887
> URL: https://issues.apache.org/jira/browse/NIFI-11887
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update iceberg.version from 1.3.0 to 1.3.1



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


[jira] [Commented] (NIFI-11878) Update maven-shade-plugin to 3.5.0

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11878:


Commit c344705bc296e5b22c663aa13fccb29c89bf in nifi's branch 
refs/heads/main from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c344705bc2 ]

NIFI-11878 Upgraded maven-shade-plugin from 3.4.1 to 3.5.0

This closes #7543

Signed-off-by: David Handermann 


> Update maven-shade-plugin to 3.5.0
> --
>
> Key: NIFI-11878
> URL: https://issues.apache.org/jira/browse/NIFI-11878
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.22.0, 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update mvn-shade-plugin to 3.5.0



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


[jira] [Commented] (NIFI-11885) Update asn1bean-compiler to 1.14.0

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11885:


Commit 011986c431c90e609967673198acf5e2687fabf3 in nifi's branch 
refs/heads/main from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=011986c431 ]

NIFI-11885 Upgraded asn1bean from 1.13.0 to 1.14.0

This closes #7552

Signed-off-by: David Handermann 


> Update asn1bean-compiler to 1.14.0
> --
>
> Key: NIFI-11885
> URL: https://issues.apache.org/jira/browse/NIFI-11885
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Update asn1bean-compiler to 1.14.0



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


[jira] [Commented] (NIFI-11884) Update snowflake-ingest-sdk to 2.0.2

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11884:


Commit 83ca3687adffd3590a09fc2e0d3c2f204339f9f7 in nifi's branch 
refs/heads/main from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=83ca3687ad ]

NIFI-11884 Upgraded snowflake-ingest-sdk from 2.0.1 to 2.0.2

This closes #7549

Signed-off-by: David Handermann 


> Update snowflake-ingest-sdk to 2.0.2
> 
>
> Key: NIFI-11884
> URL: https://issues.apache.org/jira/browse/NIFI-11884
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update snowflake-ingest-sdk to 2.0.2



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


[jira] [Commented] (NIFI-11881) Update logback.version to 1.3.8

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11881:


Commit 010768152bd10fdca3dd02cc94382cdf085d9681 in nifi's branch 
refs/heads/main from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=010768152b ]

NIFI-11881 Upgraded Logback from 1.3.6 to 1.3.8

This closes #7546

Signed-off-by: David Handermann 


> Update logback.version to 1.3.8
> ---
>
> Key: NIFI-11881
> URL: https://issues.apache.org/jira/browse/NIFI-11881
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update logback.version to 1.3.8



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


[jira] [Commented] (NIFI-11882) Update spring.vault.version to 2.3.4

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11882:


Commit da953c1facce264872d5f1c905dbfc8ed6e8820d in nifi's branch 
refs/heads/main from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=da953c1fac ]

NIFI-11882 Upgraded Spring Vault from 2.3.3 to 2.3.4

This closes #7547

Signed-off-by: David Handermann 


> Update spring.vault.version to 2.3.4
> 
>
> Key: NIFI-11882
> URL: https://issues.apache.org/jira/browse/NIFI-11882
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update spring.vault.version to 2.3.4. Update removes CVEs: 
> [CVE-2023-20863|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-20863]
> [CVE-2022-42004|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-42004]
> [CVE-2022-42003|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-42003]



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


[jira] [Commented] (NIFI-11875) Update org.apache.commons.lang3.version to 3.13.0

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11875:


Commit 43f3bab5bb68cefa98dadf057821b7c45468bd4a in nifi's branch 
refs/heads/main from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=43f3bab5bb ]

NIFI-11875 Upgraded Commons Lang 3 from 3.12.0 to 3.13.0

This closes #7539

Signed-off-by: David Handermann 


> Update org.apache.commons.lang3.version to 3.13.0
> -
>
> Key: NIFI-11875
> URL: https://issues.apache.org/jira/browse/NIFI-11875
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update org.apache.commons.lang3.version to 3.13.0



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


[jira] [Commented] (NIFI-11869) Update opencsv to 5.8 from 5.7.1

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11869:


Commit 8979c20f59c01aa605b539042ffab99a32c2c7b1 in nifi's branch 
refs/heads/main from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8979c20f59 ]

NIFI-11869 Upgraded opencsv from 5.7.1 to 5.8

This closes #7536

Signed-off-by: David Handermann 


> Update opencsv to 5.8 from 5.7.1
> 
>
> Key: NIFI-11869
> URL: https://issues.apache.org/jira/browse/NIFI-11869
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.22.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update opencsv to 5.8 from 5.7.1



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


[jira] [Commented] (NIFI-11868) Update cassandra.sdk.version to 3.11.4

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11868:


Commit 87cd4b5817a2a0322616a065081371471c8d2f26 in nifi's branch 
refs/heads/main from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=87cd4b5817 ]

NIFI-11868 Upgraded Cassandra Driver from 3.11.3 to 3.11.4

This closes #7535

Signed-off-by: David Handermann 


> Update cassandra.sdk.version to 3.11.4
> --
>
> Key: NIFI-11868
> URL: https://issues.apache.org/jira/browse/NIFI-11868
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.22.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update cassandra.sdk.version to 3.11.4



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


[jira] [Commented] (NIFI-11866) Update mvel2 to 2.5.0.Final

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11866:


Commit 32c80ac2945e0a8e18dd1caeb955204a73053599 in nifi's branch 
refs/heads/main from mr1716
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=32c80ac294 ]

NIFI-11866 Upgraded mvel2 from 2.4.15 to 2.5.0

This closes #7533

Signed-off-by: David Handermann 


> Update mvel2 to 2.5.0.Final
> ---
>
> Key: NIFI-11866
> URL: https://issues.apache.org/jira/browse/NIFI-11866
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.22.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Update mvel2 to 2.5.0.Final



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


[GitHub] [nifi] exceptionfactory closed pull request #7552: NIFI-11885 Update asn1bean to 1.14.0

2023-07-31 Thread via GitHub


exceptionfactory closed pull request #7552: NIFI-11885 Update asn1bean to 1.14.0
URL: https://github.com/apache/nifi/pull/7552


-- 
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



[GitHub] [nifi] exceptionfactory closed pull request #7553: NIFI-11888 Update Saxon-HE to 12.3

2023-07-31 Thread via GitHub


exceptionfactory closed pull request #7553: NIFI-11888 Update Saxon-HE to 12.3
URL: https://github.com/apache/nifi/pull/7553


-- 
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



[GitHub] [nifi] exceptionfactory closed pull request #7549: NIFI-11884 Update snowflake-ingest-sdk to 2.0.2

2023-07-31 Thread via GitHub


exceptionfactory closed pull request #7549: NIFI-11884 Update 
snowflake-ingest-sdk to 2.0.2
URL: https://github.com/apache/nifi/pull/7549


-- 
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



[GitHub] [nifi] exceptionfactory closed pull request #7551: NIFI-11887 Update iceberg.version from 1.3.0 to 1.3.1

2023-07-31 Thread via GitHub


exceptionfactory closed pull request #7551: NIFI-11887 Update iceberg.version 
from 1.3.0 to 1.3.1
URL: https://github.com/apache/nifi/pull/7551


-- 
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



[GitHub] [nifi] exceptionfactory closed pull request #7546: NIFI-11881 Update logback.version to 1.3.8

2023-07-31 Thread via GitHub


exceptionfactory closed pull request #7546: NIFI-11881 Update logback.version 
to 1.3.8
URL: https://github.com/apache/nifi/pull/7546


-- 
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



[GitHub] [nifi] exceptionfactory closed pull request #7547: NIFI-11882 Update spring.vault.version to 2.3.4

2023-07-31 Thread via GitHub


exceptionfactory closed pull request #7547: NIFI-11882 Update 
spring.vault.version to 2.3.4
URL: https://github.com/apache/nifi/pull/7547


-- 
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



[GitHub] [nifi] exceptionfactory closed pull request #7540: NIFI-11876 Update grpc.version to 1.57.0

2023-07-31 Thread via GitHub


exceptionfactory closed pull request #7540: NIFI-11876 Update grpc.version to 
1.57.0
URL: https://github.com/apache/nifi/pull/7540


-- 
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



[GitHub] [nifi] exceptionfactory closed pull request #7539: NIFI-11875 Update Apache commons lang3 version to 3.13.0

2023-07-31 Thread via GitHub


exceptionfactory closed pull request #7539: NIFI-11875 Update Apache commons 
lang3 version to 3.13.0
URL: https://github.com/apache/nifi/pull/7539


-- 
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



[GitHub] [nifi] exceptionfactory closed pull request #7543: NIFI-11878 Update maven-shade-plugin to 3.5.0

2023-07-31 Thread via GitHub


exceptionfactory closed pull request #7543: NIFI-11878 Update 
maven-shade-plugin to 3.5.0
URL: https://github.com/apache/nifi/pull/7543


-- 
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



[GitHub] [nifi] exceptionfactory closed pull request #7536: NIFI-11869 Update opencsv to 5.8 from 5.7.1

2023-07-31 Thread via GitHub


exceptionfactory closed pull request #7536: NIFI-11869 Update opencsv to 5.8 
from 5.7.1
URL: https://github.com/apache/nifi/pull/7536


-- 
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



[GitHub] [nifi] exceptionfactory closed pull request #7535: NIFI-11868 Update cassandra.sdk.version to 3.11.4

2023-07-31 Thread via GitHub


exceptionfactory closed pull request #7535: NIFI-11868 Update 
cassandra.sdk.version to 3.11.4
URL: https://github.com/apache/nifi/pull/7535


-- 
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



[GitHub] [nifi] exceptionfactory closed pull request #7534: NIFI-11867 Update neo4j.driver.version to 4.4.12

2023-07-31 Thread via GitHub


exceptionfactory closed pull request #7534: NIFI-11867 Update 
neo4j.driver.version to 4.4.12
URL: https://github.com/apache/nifi/pull/7534


-- 
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



[GitHub] [nifi] exceptionfactory closed pull request #7533: NIFI-11866 Update mvel2 to 2.5.0.Final

2023-07-31 Thread via GitHub


exceptionfactory closed pull request #7533: NIFI-11866 Update mvel2 to 
2.5.0.Final
URL: https://github.com/apache/nifi/pull/7533


-- 
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-11889) Add Record Handling to PutTCP

2023-07-31 Thread David Handermann (Jira)


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

David Handermann updated NIFI-11889:

Status: Patch Available  (was: In Progress)

> Add Record Handling to PutTCP
> -
>
> Key: NIFI-11889
> URL: https://issues.apache.org/jira/browse/NIFI-11889
> Project: Apache NiFi
>  Issue Type: New Feature
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Major
> Fix For: 1.latest, 2.latest
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The PutTCP Processor should be updated to support sending serialized records 
> over a TCP socket connection.
> Record-oriented processing enables high-volume throughput for similar 
> records, and various components support sending serialized records to various 
> destinations. Record-oriented handling in PuTCP would support sending to 
> other Processors such as ListenTCP or ListenTCPRecord, and could also support 
> simple transmission protocols like syslog over TCP, depending on the 
> configured Record Writer.
> Although PutTCP can be used to send batches of records in a FlowFIle over 
> TCP, adding configurable record handling properties avoids the need for 
> record conversion prior to network transmission.
> It is worth noting that although TCP provides connection-oriented 
> transmission, it does not provide application-level delivery guarantees. For 
> this reason, record-oriented transmission could result in partial deliveries 
> where an initial number of records will be sent and subsequent records could 
> result in failures. Flows that make use of record-oriented transmission 
> should be consider a duplication handling strategy in the event of needing to 
> retry failed FlowFiles.
> Record handling in PutTCP should be introduced through a new property 
> describing a configurable transmission strategy. The default behavior should 
> be retained through a FlowFile-Oriented option, and new behavior can be 
> enabled through a Record-Oriented option. The Outgoing Message Delimiter and 
> Character Set properties should not apply to Record-Oriented processing 
> because the configured Record Writer handles message formatting.



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


[GitHub] [nifi] exceptionfactory opened a new pull request, #7554: NIFI-11889 Add Record-oriented Transmission to PutTCP

2023-07-31 Thread via GitHub


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

   # Summary
   
   [NIFI-11889](https://issues.apache.org/jira/browse/NIFI-11889) Adds a 
`Transmission Strategy` property to `PutTCP` enabling either 
`FlowFile-oriented` or `Record-oriented` processing. The change maintains the 
current default behavior of FlowFile-oriented processing.
   
   The new `Record-oriented` strategy requires `Record Reader` and `Record 
Writer` properties, and disables the Message Delimiter and Character Set 
properties, when configured.
   
   The `Record-oriented` strategy enables conversion from one record format to 
another during processing, supporting high-volume flows. Similar results can be 
achieved using `ConvertRecord` prior to `PutTCP`, but supporting 
record-orienting handling in PutTCP avoids intermediate processing.
   
   It is important to note that record-oriented processing does not provide 
application-level delivery guarantees. This approach may be suitable for flows 
that can tolerate data duplication.
   
   # 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 17
   
   ### 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-11890) Upgrade guava to 32.0.1-jre for nifi-toolkit version 1.23.0

2023-07-31 Thread David Handermann (Jira)


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

David Handermann updated NIFI-11890:

Fix Version/s: 1.latest

> Upgrade guava to 32.0.1-jre for nifi-toolkit version 1.23.0
> ---
>
> Key: NIFI-11890
> URL: https://issues.apache.org/jira/browse/NIFI-11890
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Phil Lee
>Assignee: David Handermann
>Priority: Major
> Fix For: 1.latest
>
>
> Upgrade guava to 32.0.1-jre for nifi-toolkit version 1.23.0. Newest version 
> mitigates 
> [CVE-2023-2976|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976] 
> in 32.0.0-jre



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


[jira] [Commented] (NIFI-11890) Upgrade guava to 32.0.1-jre for nifi-toolkit version 1.23.0

2023-07-31 Thread Phil Lee (Jira)


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

Phil Lee commented on NIFI-11890:
-

This is cloned from NIFI-11709 - Upgrade guava to 32.0.1-jre.  
In /opt/nifi-toolkit/nifi-toolkit-1.23.0-bin.zip, inflating: 
nifi-toolkit-1.23.0/lib/guava-31.1-jre.jar <-- this still shows 31.1-jre.jar is 
included instead of 32.0.1-jre.

David Handermann  [8 minutes 
ago|https://apachenifi.slack.com/archives/C0L9VCD47/p1690838861024129?thread_ts=1690838270.993899=C0L9VCD47]
Hi Philip, thanks for highlighting this issue. It sounds like what happened 
there was that the backported commit did not cover a particular toolkit module, 
because that module has been removed from the main branch.If you can write up a 
Jira issue for the affected version, listing that path, we should be able to 
upgrade the remaining Guava 31.1 references on the support branch.

> Upgrade guava to 32.0.1-jre for nifi-toolkit version 1.23.0
> ---
>
> Key: NIFI-11890
> URL: https://issues.apache.org/jira/browse/NIFI-11890
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Phil Lee
>Assignee: David Handermann
>Priority: Major
>
> Upgrade guava to 32.0.1-jre for nifi-toolkit version 1.23.0. Newest version 
> mitigates 
> [CVE-2023-2976|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976] 
> in 32.0.0-jre



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


[jira] [Updated] (NIFI-11890) Upgrade guava to 32.0.1-jre for nifi-toolkit 1.23.0 version

2023-07-31 Thread Phil Lee (Jira)


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

Phil Lee updated NIFI-11890:

Fix Version/s: (was: 2.0.0)
   (was: 1.23.0)

> Upgrade guava to 32.0.1-jre for nifi-toolkit 1.23.0 version
> ---
>
> Key: NIFI-11890
> URL: https://issues.apache.org/jira/browse/NIFI-11890
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Phil Lee
>Assignee: David Handermann
>Priority: Major
>
> Upgrade guava to 32.0.1-jre. Newest version mitigates 
> [CVE-2023-2976|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976] 
> in 32.0.0-jre



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


[jira] [Updated] (NIFI-11890) Upgrade guava to 32.0.1-jre for nifi-toolkit 1.23.0 version

2023-07-31 Thread Phil Lee (Jira)


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

Phil Lee updated NIFI-11890:

Description: Upgrade guava to 32.0.1-jre for nifi-toolkit version 1.23.0. 
Newest version mitigates 
[CVE-2023-2976|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976] in 
32.0.0-jre  (was: Upgrade guava to 32.0.1-jre. Newest version mitigates 
[CVE-2023-2976|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976] in 
32.0.0-jre)

> Upgrade guava to 32.0.1-jre for nifi-toolkit 1.23.0 version
> ---
>
> Key: NIFI-11890
> URL: https://issues.apache.org/jira/browse/NIFI-11890
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Phil Lee
>Assignee: David Handermann
>Priority: Major
>
> Upgrade guava to 32.0.1-jre for nifi-toolkit version 1.23.0. Newest version 
> mitigates 
> [CVE-2023-2976|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976] 
> in 32.0.0-jre



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


[jira] [Updated] (NIFI-11890) Upgrade guava to 32.0.1-jre for nifi-toolkit version 1.23.0

2023-07-31 Thread Phil Lee (Jira)


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

Phil Lee updated NIFI-11890:

Summary: Upgrade guava to 32.0.1-jre for nifi-toolkit version 1.23.0  (was: 
Upgrade guava to 32.0.1-jre for nifi-toolkit 1.23.0 version)

> Upgrade guava to 32.0.1-jre for nifi-toolkit version 1.23.0
> ---
>
> Key: NIFI-11890
> URL: https://issues.apache.org/jira/browse/NIFI-11890
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Phil Lee
>Assignee: David Handermann
>Priority: Major
>
> Upgrade guava to 32.0.1-jre for nifi-toolkit version 1.23.0. Newest version 
> mitigates 
> [CVE-2023-2976|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976] 
> in 32.0.0-jre



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


[jira] [Updated] (NIFI-11890) Upgrade guava to 32.0.1-jre for nifi-toolkit 1.23.0 version

2023-07-31 Thread Phil Lee (Jira)


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

Phil Lee updated NIFI-11890:

Summary: Upgrade guava to 32.0.1-jre for nifi-toolkit 1.23.0 version  (was: 
CLONE - Upgrade guava to 32.0.1-jre)

> Upgrade guava to 32.0.1-jre for nifi-toolkit 1.23.0 version
> ---
>
> Key: NIFI-11890
> URL: https://issues.apache.org/jira/browse/NIFI-11890
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Phil Lee
>Assignee: David Handermann
>Priority: Major
> Fix For: 2.0.0, 1.23.0
>
>
> Upgrade guava to 32.0.1-jre. Newest version mitigates 
> [CVE-2023-2976|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976] 
> in 32.0.0-jre



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


[jira] [Updated] (NIFI-11890) Upgrade guava to 32.0.1-jre for nifi-toolkit 1.23.0 version

2023-07-31 Thread Phil Lee (Jira)


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

Phil Lee updated NIFI-11890:

Affects Version/s: 1.23.0

> Upgrade guava to 32.0.1-jre for nifi-toolkit 1.23.0 version
> ---
>
> Key: NIFI-11890
> URL: https://issues.apache.org/jira/browse/NIFI-11890
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Phil Lee
>Assignee: David Handermann
>Priority: Major
> Fix For: 2.0.0, 1.23.0
>
>
> Upgrade guava to 32.0.1-jre. Newest version mitigates 
> [CVE-2023-2976|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976] 
> in 32.0.0-jre



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


[jira] [Created] (NIFI-11890) CLONE - Upgrade guava to 32.0.1-jre

2023-07-31 Thread Phil Lee (Jira)
Phil Lee created NIFI-11890:
---

 Summary: CLONE - Upgrade guava to 32.0.1-jre
 Key: NIFI-11890
 URL: https://issues.apache.org/jira/browse/NIFI-11890
 Project: Apache NiFi
  Issue Type: Improvement
Reporter: Phil Lee
Assignee: David Handermann
 Fix For: 2.0.0, 1.23.0


Upgrade guava to 32.0.1-jre. Newest version mitigates 
[CVE-2023-2976|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976] in 
32.0.0-jre



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


[GitHub] [nifi] turcsanyip commented on a diff in pull request #7529: NIFI-8531: Upgrading Kinesis processors to AWS SDK 2.x

2023-07-31 Thread via GitHub


turcsanyip commented on code in PR #7529:
URL: https://github.com/apache/nifi/pull/7529#discussion_r1279745754


##
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/kinesis/firehose/PutKinesisFirehose.java:
##
@@ -118,33 +119,34 @@ public void onTrigger(final ProcessContext context, final 
ProcessSession session
 }
 
 hashFlowFiles.get(firehoseStreamName).add(flowFile);
-recordHash.get(firehoseStreamName).add(new 
Record().withData(ByteBuffer.wrap(baos.toByteArray(;
+
recordHash.get(firehoseStreamName).add(Record.builder().data(SdkBytes.fromByteArray(baos.toByteArray())).build());

Review Comment:
   I think `SdkBytes.fromInputStream()` could be used and no `baos` would be 
needed anymore.



##
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/java/org/apache/nifi/processors/aws/kinesis/stream/AbstractKinesisAsyncStreamProcessor.java:
##
@@ -0,0 +1,42 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.nifi.processors.aws.kinesis.stream;
+
+import org.apache.nifi.components.PropertyDescriptor;
+import org.apache.nifi.processor.ProcessContext;
+import org.apache.nifi.processor.util.StandardValidators;
+import org.apache.nifi.processors.aws.v2.AbstractAwsAsyncProcessor;
+import software.amazon.awssdk.services.kinesis.KinesisAsyncClient;
+import software.amazon.awssdk.services.kinesis.KinesisAsyncClientBuilder;
+
+/**
+ * This class is the base class for kinesis stream processors that use the 
async KinesisClient
+ */
+public abstract class AbstractKinesisAsyncStreamProcessor extends 
AbstractAwsAsyncProcessor {

Review Comment:
   We have "Kinesis Firehose" and "Kinesis Stream" processors. Putting (A)Sync 
between Kinesis and Stream sounds a bit strange to me (not the stream is 
sync/async). I would suggest `AbstractKinesisStreamAsyncProcessor` and 
`AbstractKinesisStreamSyncProcessor` instead.



##
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/java/org/apache/nifi/processors/aws/kinesis/firehose/AbstractKinesisFirehoseProcessor.java:
##
@@ -20,17 +20,14 @@
 import org.apache.nifi.expression.ExpressionLanguageScope;
 import org.apache.nifi.processor.ProcessContext;
 import org.apache.nifi.processor.util.StandardValidators;
-import org.apache.nifi.processors.aws.kinesis.AbstractBaseKinesisProcessor;
-
-import com.amazonaws.ClientConfiguration;
-import com.amazonaws.auth.AWSCredentials;
-import com.amazonaws.auth.AWSCredentialsProvider;
-import com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehoseClient;
+import org.apache.nifi.processors.aws.v2.AbstractAwsSyncProcessor;
+import software.amazon.awssdk.services.firehose.FirehoseClient;
+import software.amazon.awssdk.services.firehose.FirehoseClientBuilder;
 
 /**
- * This class provides processor the base class for kinesis firehose
+ * This class is the base class for kinesis  processors

Review Comment:
   It is still true that `AbstractKinesisFirehoseProcessor` is the base class 
for the kinesis firehose processors (not all kinesis processors).
   ```suggestion
* This class is the base class for Kinesis Firehose processors
   ```



-- 
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



[GitHub] [nifi] sardell commented on pull request #7191: NIFI-8650 Flow Analysis

2023-07-31 Thread via GitHub


sardell commented on PR #7191:
URL: https://github.com/apache/nifi/pull/7191#issuecomment-1658910570

   > I think we need to address this before merging this PR. I think we could 
use either of two approaches: 1) Hide the 'Flow Analysis Rules' tab until we 
have the full feature built into the UI. Or 2) Remove 'Warn' from the available 
"Enforcement Policy" drop-down, leaving only "Enforce" (or potentially even 
removing the drop-down for now and hard-coding to "Enforce").
   
   @markap14 I think option 2 with a hard-coded dropdown is a good, easy 
approach given how far along I am with the [follow-on UI 
work](https://issues.apache.org/jira/browse/NIFI-11520). I've been connecting 
with @mcgilman regarding the work I've done so far and he's given me some very 
helpful initial feedback. I should be ready to share a branch and open a PR 
very soon after this lands.


-- 
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



[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1599: MINIFICPP-2152 Remove own server and client socket implementations

2023-07-31 Thread via GitHub


szaszm commented on code in PR #1599:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1599#discussion_r1279683509


##
libminifi/include/utils/net/Socket.h:
##


Review Comment:
   `get_last_socket_error` doesn't seem to be used outside of `Socket.cpp` 
anymore. Maybe it would be best to move it to the .cpp file.
   



##
libminifi/src/utils/net/DNS.cpp:
##


Review Comment:
   The winsock headers and `` are no longer needed, because it's all 
using asio now.



##
libminifi/src/utils/net/DNS.cpp:
##
@@ -127,4 +69,9 @@ nonstd::expected 
reverseDnsLookup(const asio::ip::
   return results->host_name();
 }
 
+std::string getMyHostName() {
+  static const std::string HOSTNAME = asio::ip::host_name();
+  return HOSTNAME;
+}

Review Comment:
   Is this static caching actually needed? Is querying the hostname too 
expensive?



##
libminifi/include/utils/net/Socket.h:
##
@@ -23,86 +23,16 @@
 #endif /* WIN32_LEAN_AND_MEAN */
 #include 
 #else
-#include 
-#include 

Review Comment:
   `` is still needed for `struct sockaddr`, but `` is 
no longer needed for anything.



##
libminifi/src/utils/net/Socket.cpp:
##
@@ -14,19 +14,15 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 #include "utils/net/Socket.h"
-#include "Exception.h"
-#include 
-#include 
+
 #ifdef WIN32
-#ifndef WIN32_LEAN_AND_MEAN
-#define WIN32_LEAN_AND_MEAN
-#endif /* WIN32_LEAN_AND_MEAN */

Review Comment:
   Why was this removed? This macro reduces the complexity of windows headers 
if defined before including, and we're still including a windows header below.



##
libminifi/src/utils/net/Socket.cpp:
##
@@ -14,19 +14,15 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 #include "utils/net/Socket.h"
-#include "Exception.h"
-#include 

Review Comment:
   `` is still used for `memcpy`.



##
libminifi/include/utils/net/DNS.h:
##


Review Comment:
   `IpProtocol.h` is no longer used. We also don't need the `struct addrinfo` 
forward declaration anymore.



-- 
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



[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #1598: MINIFICPP-2156 fix for PutTCP trying to read passphrase from stdin

2023-07-31 Thread via GitHub


szaszm commented on PR #1598:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1598#issuecomment-1658857933

   What caused this reading from stdin and which part fixes it? I'm only seeing 
renames, moving stuff around, and added client cert handling to the test.


-- 
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



[GitHub] [nifi] ChrisSamo632 commented on a diff in pull request #7529: NIFI-8531: Upgrading Kinesis processors to AWS SDK 2.x

2023-07-31 Thread via GitHub


ChrisSamo632 commented on code in PR #7529:
URL: https://github.com/apache/nifi/pull/7529#discussion_r1279650074


##
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/kinesis/stream/ITConsumeKinesisStreamEndpointOverride.java:
##
@@ -36,11 +41,18 @@ public class ITConsumeKinesisStreamEndpointOverride extends 
ITConsumeKinesisStre
 private static final String LOCAL_STACK_KINESIS_ENDPOINT_OVERRIDE = 
"http://localhost:4566;;
 private static final String LOCAL_STACK_DYNAMODB_ENDPOINT_OVERRIDE = 
"http://localhost:4566;;
 
-private final AWSCredentialsProvider awsCredentialsProvider =
-new AWSStaticCredentialsProvider(new 
BasicAWSCredentials(ACCESS_KEY, SECRET_KEY));
+private final AwsCredentialsProvider awsCredentialsProvider =
+StaticCredentialsProvider.create(new AwsCredentials() {
+@Override
+public String accessKeyId() {
+return ACCESS_KEY;
+}
 
-private final AwsClientBuilder.EndpointConfiguration kinesisEndpointConfig 
=
-new 
AwsClientBuilder.EndpointConfiguration(LOCAL_STACK_KINESIS_ENDPOINT_OVERRIDE, 
REGION);
+@Override
+public String secretAccessKey() {
+return SECRET_KEY;
+}
+});
 
 private final AwsClientBuilder.EndpointConfiguration 
dynamoDBEndpointConfig =

Review Comment:
   No longer used/required with the updated `AmazonDynamoDBClient.builder`



-- 
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-11889) Add Record Handling to PutTCP

2023-07-31 Thread David Handermann (Jira)
David Handermann created NIFI-11889:
---

 Summary: Add Record Handling to PutTCP
 Key: NIFI-11889
 URL: https://issues.apache.org/jira/browse/NIFI-11889
 Project: Apache NiFi
  Issue Type: New Feature
  Components: Extensions
Reporter: David Handermann
Assignee: David Handermann
 Fix For: 1.latest, 2.latest


The PutTCP Processor should be updated to support sending serialized records 
over a TCP socket connection.

Record-oriented processing enables high-volume throughput for similar records, 
and various components support sending serialized records to various 
destinations. Record-oriented handling in PuTCP would support sending to other 
Processors such as ListenTCP or ListenTCPRecord, and could also support simple 
transmission protocols like syslog over TCP, depending on the configured Record 
Writer.

Although PutTCP can be used to send batches of records in a FlowFIle over TCP, 
adding configurable record handling properties avoids the need for record 
conversion prior to network transmission.

It is worth noting that although TCP provides connection-oriented transmission, 
it does not provide application-level delivery guarantees. For this reason, 
record-oriented transmission could result in partial deliveries where an 
initial number of records will be sent and subsequent records could result in 
failures. Flows that make use of record-oriented transmission should be 
consider a duplication handling strategy in the event of needing to retry 
failed FlowFiles.

Record handling in PutTCP should be introduced through a new property 
describing a configurable transmission strategy. The default behavior should be 
retained through a FlowFile-Oriented option, and new behavior can be enabled 
through a Record-Oriented option. The Outgoing Message Delimiter and Character 
Set properties should not apply to Record-Oriented processing because the 
configured Record Writer handles message formatting.



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


[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1615: Update Catch2 from 2.13.10 to 3.4.0

2023-07-31 Thread via GitHub


szaszm commented on code in PR #1615:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1615#discussion_r1279567799


##
libminifi/test/unit/WindowsCertStoreLocationTests.cpp:
##
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#ifdef WIN32

Review Comment:
   This broke clang-tidy on ubuntu



-- 
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-11864) Upgrade Calcite to 1.35.0

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11864:


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

NIFI-11864 Upgraded Calcite Core from 1.34.0 to 1.35.0

Signed-off-by: Pierre Villard 

This closes #7531.


> Upgrade Calcite to 1.35.0
> -
>
> Key: NIFI-11864
> URL: https://issues.apache.org/jira/browse/NIFI-11864
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Minor
>  Labels: dependency-upgrade
> Fix For: 1.latest, 2.latest
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Apache Calcite 
> [1.35.0|https://calcite.apache.org/news/2023/07/26/release-1.35.0/] includes 
> several bug fixes and new features applicable to Processors such as 
> QueryRecord and Reporting Tasks. 



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


[jira] [Updated] (NIFI-11864) Upgrade Calcite to 1.35.0

2023-07-31 Thread Pierre Villard (Jira)


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

Pierre Villard updated NIFI-11864:
--
Fix Version/s: 2.0.0
   1.24.0
   (was: 1.latest)
   (was: 2.latest)
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Upgrade Calcite to 1.35.0
> -
>
> Key: NIFI-11864
> URL: https://issues.apache.org/jira/browse/NIFI-11864
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Minor
>  Labels: dependency-upgrade
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Apache Calcite 
> [1.35.0|https://calcite.apache.org/news/2023/07/26/release-1.35.0/] includes 
> several bug fixes and new features applicable to Processors such as 
> QueryRecord and Reporting Tasks. 



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


[jira] [Commented] (NIFI-11864) Upgrade Calcite to 1.35.0

2023-07-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-11864:


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

NIFI-11864 Upgraded Calcite Core from 1.34.0 to 1.35.0

Signed-off-by: Pierre Villard 

This closes #7531.


> Upgrade Calcite to 1.35.0
> -
>
> Key: NIFI-11864
> URL: https://issues.apache.org/jira/browse/NIFI-11864
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Minor
>  Labels: dependency-upgrade
> Fix For: 1.latest, 2.latest
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Apache Calcite 
> [1.35.0|https://calcite.apache.org/news/2023/07/26/release-1.35.0/] includes 
> several bug fixes and new features applicable to Processors such as 
> QueryRecord and Reporting Tasks. 



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


[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1616: MINIFICPP-2173 Fix MergeContent error handling issues

2023-07-31 Thread via GitHub


szaszm commented on code in PR #1616:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1616#discussion_r1279544211


##
extensions/libarchive/BinFiles.h:
##
@@ -284,19 +285,24 @@ class BinFiles : public core::Processor {
 
  protected:
   // Allows general pre-processing of a flow file before it is offered to a 
bin. This is called before getGroupId().
-  virtual void preprocessFlowFile(core::ProcessContext *context, 
core::ProcessSession *session, const std::shared_ptr& flow);
+  virtual void preprocessFlowFile(const std::shared_ptr& flow);
   // Returns a group ID representing a bin. This allows flow files to be 
binned into like groups
-  virtual std::string getGroupId(core::ProcessContext* /*context*/, const 
std::shared_ptr& /*flow*/) {
+  virtual std::string getGroupId(const std::shared_ptr& 
/*flow*/) {
 return "";
   }
   // Processes a single bin.
-  virtual bool processBin(core::ProcessContext* /*context*/, 
core::ProcessSession* /*session*/, std::unique_ptr& /*bin*/) {
+  virtual bool processBin(core::ProcessSession& /*session*/, 
std::unique_ptr& /*bin*/) {
 return false;
   }
   // transfer flows to failure in bin
-  static void transferFlowsToFail(core::ProcessContext *context, 
core::ProcessSession *session, std::unique_ptr );
+  static void transferFlowsToFail(core::ProcessSession , 
std::unique_ptr );
   // moves owned flows to session
-  static void addFlowsToSession(core::ProcessContext *context, 
core::ProcessSession *session, std::unique_ptr );
+  static void addFlowsToSession(core::ProcessSession , 
std::unique_ptr );
+
+  bool resurrectFlowFiles(core::ProcessSession );
+  void assumeOwnerShipOfNextBatch(core::ProcessSession );
+  std::deque> gatherReadyBins(core::ProcessContext 
);
+  void processReadyBins(std::deque> ready_bins, 
core::ProcessSession );

Review Comment:
   Could you write a comment explaining the inner working of BinFiles and 
MergeContent, as a class or file level comment? I guess you had to understand 
it to some degree to make this change, and I would appreciate sharing this 
knowledge.
   
   If that's too big of an ask, could you document just the concepts related to 
this patch?
   
   Some words worth explaining IMO:
   - resurrect (flow file)
   - batch
   - bin
   - ready bin
   - preprocess (flow file)
   - group
   - bundle
   - entry
   
   Or just the ones related to this PR:
   - resurrect (flow file)
   - batch (how is it different from bin, group, bundle, etc.)
   - ready bins
   
   This would also help with reviewing.



-- 
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-10499) Most AWS Processors should allow Region to be specified via attribute

2023-07-31 Thread Mark Payne (Jira)


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

Mark Payne commented on NIFI-10499:
---

[~grishick] thanks for making those updates! Can you create a Pull Request from 
that so that it can be reviewed & merged?

> Most AWS Processors should allow Region to be specified via attribute
> -
>
> Key: NIFI-10499
> URL: https://issues.apache.org/jira/browse/NIFI-10499
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Mark Payne
>Assignee: Greg Solovyev
>Priority: Major
>
> Most of the AWS Processors have a property for "Region" (e.g., us-west-2). 
> The property has a set of allowable values that are provided by the SDK.
> However, often times the Region to use is unknown when the flow is developed. 
> For example, when a ListS3Bucket is used, it provides in that listing what 
> the Region is. But then it must be specified again in the FetchS3Object 
> processor, even though it's a known attribute.
> While it's important to provide a drop-down list of allowable values, one of 
> those Allowable Values should be "Use 'aws.region' attribute"
> If selected, the region should be determined by looking at the specified 
> attribute.
> The ListS3 processor should also include this in its output. While it's not a 
> part of the S3ObjectSummary that is returned from AWS, it is known by the 
> ListS3 processor because it's configured there. For this processor, the 
> region should not be able to make use of the 'aws.region' attribute, but most 
> others, such as PutS3 and FetchS3 should.



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


[GitHub] [nifi] markap14 commented on pull request #7191: NIFI-8650 Flow Analysis

2023-07-31 Thread via GitHub


markap14 commented on PR #7191:
URL: https://github.com/apache/nifi/pull/7191#issuecomment-1658632218

   @tpalfy I have been playing with this some today. First time that I've 
played with this PR in a while. Generally, I think things are looking good. But 
I do have one major-ish concern, which I think is easy to rectify.
   
   As is, in this PR there is only a single rule - Disallow Component. I think 
this is reasonable. I set it to disallow GenerateFlowFile and set the 
Enforcement Policy to 'Enforce'. The GenerateFlowFile processor that I had, and 
all that I added, became invalid because the processor was not allowed. Perfect.
   
   I then changed the Enforcement Policy to 'Warn'. But now, nothing happens. 
There is no warning. If I am not mistaken, the intent here is to build out a 
more full and robust UI that will provide more insights, information, etc. from 
these warnings in a follow-on PR. But the concern that I have right now is that 
as-is, I can create the rule and set the Enforcement Policy to 'Warn' and it 
does nothing. And this leads to a lot of questions.
   
   I think we need to address this before merging this PR. I think we could use 
either of two approaches: 1) Hide the 'Flow Analysis Rules' tab until we have 
the full feature built into the UI. Or 2) Remove 'Warn' from the available 
"Enforcement Policy" drop-down, leaving only "Enforce" (or potentially even 
removing the drop-down for now and hard-coding to "Enforce").


-- 
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



[GitHub] [nifi] mr1716 opened a new pull request, #7553: NIFI-11888 Update Saxon-HE to 12.3

2023-07-31 Thread via GitHub


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

   
   
   
   
   
   
   
   
   
   
   
   
   
   # Summary
   
   [NIFI-11888](https://issues.apache.org/jira/browse/NIFI-11888)
   
   # 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-11888) 
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
   
   - [ ] Build completed using `mvn clean install -P contrib-check`
 - [ ] JDK 17
   
   ### 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] [Created] (NIFI-11888) Update Saxon-HE to 12.3

2023-07-31 Thread Mike R (Jira)
Mike R created NIFI-11888:
-

 Summary: Update Saxon-HE to 12.3
 Key: NIFI-11888
 URL: https://issues.apache.org/jira/browse/NIFI-11888
 Project: Apache NiFi
  Issue Type: Improvement
Affects Versions: 1.23.0
Reporter: Mike R


Update Saxon-HE to 12.3



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


[jira] [Assigned] (NIFI-11888) Update Saxon-HE to 12.3

2023-07-31 Thread Mike R (Jira)


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

Mike R reassigned NIFI-11888:
-

Assignee: Mike R

> Update Saxon-HE to 12.3
> ---
>
> Key: NIFI-11888
> URL: https://issues.apache.org/jira/browse/NIFI-11888
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>
> Update Saxon-HE to 12.3



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


[GitHub] [nifi] mr1716 opened a new pull request, #7552: NIFI-11885 Update asn1bean to 1.14.0

2023-07-31 Thread via GitHub


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

   
   
   
   
   
   
   
   
   
   
   
   
   
   # Summary
   This is to update asn1bean and asn1bean-compiler to 1.14.0 at the same time
   [NIFI-11885](https://issues.apache.org/jira/browse/NIFI-11885)
   [NIFI-11886](https://issues.apache.org/jira/browse/NIFI-11886)
   
   # 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-11885) 
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
   
   - [ ] Build completed using `mvn clean install -P contrib-check`
 - [ ] JDK 17
   
   ### 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



[GitHub] [nifi] mr1716 closed pull request #7550: NIFI-11885 Update asn1bean-compiler to 1.14.0

2023-07-31 Thread via GitHub


mr1716 closed pull request #7550: NIFI-11885 Update asn1bean-compiler to 1.14.0
URL: https://github.com/apache/nifi/pull/7550


-- 
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



[GitHub] [nifi] mr1716 opened a new pull request, #7551: NIFI-11887 Update iceberg.version from 1.3.0 to 1.3.1

2023-07-31 Thread via GitHub


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

   
   
   
   
   
   
   
   
   
   
   
   
   
   # Summary
   
   [NIFI-11887](https://issues.apache.org/jira/browse/NIFI-11887)
   
   # 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-11887) 
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
   
   - [ ] Build completed using `mvn clean install -P contrib-check`
 - [ ] JDK 17
   
   ### 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] [Assigned] (NIFI-11887) Update iceberg.version from 1.3.0 to 1.3.1

2023-07-31 Thread Mike R (Jira)


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

Mike R reassigned NIFI-11887:
-

Assignee: Mike R

> Update iceberg.version from 1.3.0 to 1.3.1
> --
>
> Key: NIFI-11887
> URL: https://issues.apache.org/jira/browse/NIFI-11887
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Minor
>
> Update iceberg.version from 1.3.0 to 1.3.1



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


[jira] [Created] (NIFI-11887) Update iceberg.version from 1.3.0 to 1.3.1

2023-07-31 Thread Mike R (Jira)
Mike R created NIFI-11887:
-

 Summary: Update iceberg.version from 1.3.0 to 1.3.1
 Key: NIFI-11887
 URL: https://issues.apache.org/jira/browse/NIFI-11887
 Project: Apache NiFi
  Issue Type: Improvement
Affects Versions: 1.23.0
Reporter: Mike R


Update iceberg.version from 1.3.0 to 1.3.1



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


[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1586: MINIFICPP-2127 Add multipart upload support for PutS3Object processor

2023-07-31 Thread via GitHub


szaszm commented on code in PR #1586:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1586#discussion_r1279305420


##
extensions/aws/processors/PutS3Object.h:
##
@@ -26,6 +26,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 

Review Comment:
   I think `` is no longer needed, unless I'm missing something



-- 
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] [Closed] (NIFI-11883) Update cassandra.sdk.version to 3.11.4

2023-07-31 Thread Mike R (Jira)


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

Mike R closed NIFI-11883.
-

> Update cassandra.sdk.version to 3.11.4
> --
>
> Key: NIFI-11883
> URL: https://issues.apache.org/jira/browse/NIFI-11883
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.0
>Reporter: Mike R
>Assignee: Mike R
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Update cassandra.sdk.version to 3.11.4



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


[GitHub] [nifi] mr1716 opened a new pull request, #7550: NIFI-11885 Update asn1bean-compiler to 1.14.0

2023-07-31 Thread via GitHub


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

   
   
   
   
   
   
   
   
   
   
   
   
   
   # Summary
   
   [NIFI-11885](https://issues.apache.org/jira/browse/NIFI-11885)
   
   # 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-11885) 
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
   
   - [ ] Build completed using `mvn clean install -P contrib-check`
 - [ ] JDK 17
   
   ### 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



  1   2   >