[jira] [Updated] (NIFI-12063) Paginated Elasticsearch processors do not pass Dynamic Properties as Request Parameters for SCROLL pagination

2023-09-14 Thread David Handermann (Jira)


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

David Handermann updated NIFI-12063:

Fix Version/s: 2.0.0
   1.24.0
   (was: 1.latest)
   (was: 2.latest)
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Paginated Elasticsearch processors do not pass Dynamic Properties as Request 
> Parameters for SCROLL pagination
> -
>
> Key: NIFI-12063
> URL: https://issues.apache.org/jira/browse/NIFI-12063
> Project: Apache NiFi
>  Issue Type: Bug
>Affects Versions: 1.23.2
>Reporter: Chris Sampson
>Assignee: Chris Sampson
>Priority: Trivial
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Dynamic Properties added to the Paginated Elasticsearch processors are meant 
> to be used as Request Parameters when searching Elasticsearch.
> This *does* happen, *except* for subsequent pages of a *SCROLL* type query. 
> This is because the [Elasticsearch Scroll 
> API|https://www.elastic.co/guide/en/elasticsearch/reference/current/scroll-api.html]
>  does not accept such request parameters.
> NiFi should clarify this in its documentation for users. NiFi users can 
> easily change to using SEARCH_AFTER or POINT_IN_TIME (requires Elasticsearch 
> 7.10+ and X-Pack) instead of SCROLL, where the Request Parameters are used 
> for every call to the [Elasticsearch Search 
> API|https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html].



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


[jira] [Commented] (NIFI-12063) Paginated Elasticsearch processors do not pass Dynamic Properties as Request Parameters for SCROLL pagination

2023-09-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-12063:


Commit 94bb8aec97e83607f5c084a6261923e224dadc58 in nifi's branch 
refs/heads/main from Chris Sampson
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=94bb8aec97 ]

NIFI-12063 Clarified Elasticsearch Query Documentation

Clarify paginated Elasticsearch with SCROLL does not use query parameters from 
dynamic properties

This closes #7695

Signed-off-by: David Handermann 


> Paginated Elasticsearch processors do not pass Dynamic Properties as Request 
> Parameters for SCROLL pagination
> -
>
> Key: NIFI-12063
> URL: https://issues.apache.org/jira/browse/NIFI-12063
> Project: Apache NiFi
>  Issue Type: Bug
>Affects Versions: 1.23.2
>Reporter: Chris Sampson
>Assignee: Chris Sampson
>Priority: Trivial
> Fix For: 1.latest, 2.latest
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Dynamic Properties added to the Paginated Elasticsearch processors are meant 
> to be used as Request Parameters when searching Elasticsearch.
> This *does* happen, *except* for subsequent pages of a *SCROLL* type query. 
> This is because the [Elasticsearch Scroll 
> API|https://www.elastic.co/guide/en/elasticsearch/reference/current/scroll-api.html]
>  does not accept such request parameters.
> NiFi should clarify this in its documentation for users. NiFi users can 
> easily change to using SEARCH_AFTER or POINT_IN_TIME (requires Elasticsearch 
> 7.10+ and X-Pack) instead of SCROLL, where the Request Parameters are used 
> for every call to the [Elasticsearch Search 
> API|https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html].



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


[jira] [Commented] (NIFI-12063) Paginated Elasticsearch processors do not pass Dynamic Properties as Request Parameters for SCROLL pagination

2023-09-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-12063:


Commit 36288bcbe1c594c974d600c958bb35990e43ac91 in nifi's branch 
refs/heads/support/nifi-1.x from Chris Sampson
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=36288bcbe1 ]

NIFI-12063 Clarified Elasticsearch Query Documentation

Clarify paginated Elasticsearch with SCROLL does not use query parameters from 
dynamic properties

This closes #7695

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


> Paginated Elasticsearch processors do not pass Dynamic Properties as Request 
> Parameters for SCROLL pagination
> -
>
> Key: NIFI-12063
> URL: https://issues.apache.org/jira/browse/NIFI-12063
> Project: Apache NiFi
>  Issue Type: Bug
>Affects Versions: 1.23.2
>Reporter: Chris Sampson
>Assignee: Chris Sampson
>Priority: Trivial
> Fix For: 1.latest, 2.latest
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Dynamic Properties added to the Paginated Elasticsearch processors are meant 
> to be used as Request Parameters when searching Elasticsearch.
> This *does* happen, *except* for subsequent pages of a *SCROLL* type query. 
> This is because the [Elasticsearch Scroll 
> API|https://www.elastic.co/guide/en/elasticsearch/reference/current/scroll-api.html]
>  does not accept such request parameters.
> NiFi should clarify this in its documentation for users. NiFi users can 
> easily change to using SEARCH_AFTER or POINT_IN_TIME (requires Elasticsearch 
> 7.10+ and X-Pack) instead of SCROLL, where the Request Parameters are used 
> for every call to the [Elasticsearch Search 
> API|https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html].



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


[GitHub] [nifi] exceptionfactory closed pull request #7695: NIFI-12063 clarify paginated Elasticsearch with SCROLL does not use query parameters from dynamic properties

2023-09-14 Thread via GitHub


exceptionfactory closed pull request #7695: NIFI-12063 clarify paginated 
Elasticsearch with SCROLL does not use query parameters from dynamic properties
URL: https://github.com/apache/nifi/pull/7695


-- 
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 commented on a diff in pull request #7692: NIFI-12051 Moving to latest groovy 4.x 4.0.15 and migrating to org.apache instead of legacy org.codehaus packages. Closer t

2023-09-14 Thread via GitHub


exceptionfactory commented on code in PR #7692:
URL: https://github.com/apache/nifi/pull/7692#discussion_r1326659994


##
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml:
##
@@ -479,13 +479,13 @@
 test
 
 
-org.codehaus.groovy
+org.apache.groovy
 groovy-json
 ${nifi.groovy.version}
 test
 
 
-org.codehaus.groovy
+org.apache.groovy
 groovy-servlet
 ${nifi.groovy.version}
 test

Review Comment:
   These dependency do not appear to be used in any tests in this module, and 
could be removed. There are two references to `groovy.time` classes in 
`TestEncryptContent` that should be removed with these modules.



##
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml:
##
@@ -108,7 +108,7 @@
 test
 
 
-org.codehaus.groovy
+org.apache.groovy

Review Comment:
   This dependency does not appear to be used in any tests, so it can be 
removed.



-- 
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 commented on pull request #7665: NIFI-11197 Initial check in for Yaml record reader

2023-09-14 Thread via GitHub


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

   @dan-s1 Nothing yet, I have been focusing on several other things, but plan 
to review this soon.


-- 
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-12065) Remove nifi-external/spark-receiver

2023-09-14 Thread David Handermann (Jira)


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

David Handermann updated NIFI-12065:

Summary: Remove nifi-external/spark-receiver  (was: Remove on 2x line the 
nifi-external/spark-receiver)

> Remove nifi-external/spark-receiver
> ---
>
> Key: NIFI-12065
> URL: https://issues.apache.org/jira/browse/NIFI-12065
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
> Fix For: 2.0.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




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


[jira] [Updated] (NIFI-12065) Remove nifi-external/spark-receiver

2023-09-14 Thread David Handermann (Jira)


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

David Handermann updated NIFI-12065:

Epic Link: NIFI-11169

> Remove nifi-external/spark-receiver
> ---
>
> Key: NIFI-12065
> URL: https://issues.apache.org/jira/browse/NIFI-12065
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
> Fix For: 2.0.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




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


[jira] [Commented] (NIFI-12065) Remove on 2x line the nifi-external/spark-receiver

2023-09-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-12065:


Commit 71dd5576dbc66b669a6840d03d48992a6263210a in nifi's branch 
refs/heads/main from Joe Witt
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=71dd5576db ]

NIFI-12065 Removed nifi-spark-receiver module

This closes #7732

Signed-off-by: David Handermann 


> Remove on 2x line the nifi-external/spark-receiver
> --
>
> Key: NIFI-12065
> URL: https://issues.apache.org/jira/browse/NIFI-12065
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
> Fix For: 2.0.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




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


[jira] [Updated] (NIFI-12064) Update plugin dependency versions

2023-09-14 Thread David Handermann (Jira)


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

David Handermann updated NIFI-12064:

Fix Version/s: 2.0.0
   1.24.0
   (was: 1.latest)
   (was: 2.latest)
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Update plugin dependency versions
> -
>
> Key: NIFI-12064
> URL: https://issues.apache.org/jira/browse/NIFI-12064
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




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


[jira] [Commented] (NIFI-12064) Update plugin dependency versions

2023-09-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-12064:


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

NIFI-12064 Upgraded Maven Plugin versions

This closes #7731

Signed-off-by: David Handermann 

(cherry picked from commit a1fca9b44edb387c3673251d37f268264122d3eb)


> Update plugin dependency versions
> -
>
> Key: NIFI-12064
> URL: https://issues.apache.org/jira/browse/NIFI-12064
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
> Fix For: 1.latest, 2.latest
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




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


[jira] [Updated] (NIFI-12064) Update plugin dependency versions

2023-09-14 Thread David Handermann (Jira)


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

David Handermann updated NIFI-12064:

Component/s: Tools and Build

> Update plugin dependency versions
> -
>
> Key: NIFI-12064
> URL: https://issues.apache.org/jira/browse/NIFI-12064
> Project: Apache NiFi
>  Issue Type: Task
>  Components: Tools and Build
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




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


[jira] [Commented] (NIFI-12064) Update plugin dependency versions

2023-09-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-12064:


Commit a1fca9b44edb387c3673251d37f268264122d3eb in nifi's branch 
refs/heads/main from Joe Witt
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=a1fca9b44e ]

NIFI-12064 Upgraded Maven Plugin versions

This closes #7731

Signed-off-by: David Handermann 


> Update plugin dependency versions
> -
>
> Key: NIFI-12064
> URL: https://issues.apache.org/jira/browse/NIFI-12064
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
> Fix For: 1.latest, 2.latest
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[GitHub] [nifi] exceptionfactory closed pull request #7731: NIFI-12064 adjust plugin versions and tweak configs as a result

2023-09-14 Thread via GitHub


exceptionfactory closed pull request #7731: NIFI-12064 adjust plugin versions 
and tweak configs as a result
URL: https://github.com/apache/nifi/pull/7731


-- 
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 commented on a diff in pull request #7733: NIFI-12066 a series of minor version bumps for key dependencies

2023-09-14 Thread via GitHub


exceptionfactory commented on code in PR #7733:
URL: https://github.com/apache/nifi/pull/7733#discussion_r1326649313


##
pom.xml:
##
@@ -137,10 +137,10 @@
 3.3.6
 1.2.1
 2.1.5
-1.9.19
+1.9.20.1

Review Comment:
   AspectJ cannot be backported to the support branch, so it should be upgraded 
separately. Unfortunately, it does not follow Semantic Versioning when it comes 
to Java version compatibility.



##
pom.xml:
##
@@ -150,7 +150,7 @@
 1.6.11
 2.2.222
 3.9.0
-3.1.6
+3.1.8

Review Comment:
   Caffeine 3 requires Java 11, so it cannot be backported and should be 
upgraded separately.



-- 
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-12066) Minor dependency updates for mainline dependencies

2023-09-14 Thread Joe Witt (Jira)


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

Joe Witt updated NIFI-12066:

Fix Version/s: 1.latest
   2.latest

> Minor dependency updates for mainline dependencies
> --
>
> Key: NIFI-12066
> URL: https://issues.apache.org/jira/browse/NIFI-12066
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
> Fix For: 1.latest, 2.latest
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[jira] [Updated] (NIFI-12066) Minor dependency updates for mainline dependencies

2023-09-14 Thread Joe Witt (Jira)


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

Joe Witt updated NIFI-12066:

Status: Patch Available  (was: Open)

> Minor dependency updates for mainline dependencies
> --
>
> Key: NIFI-12066
> URL: https://issues.apache.org/jira/browse/NIFI-12066
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[GitHub] [nifi] joewitt opened a new pull request, #7733: NIFI-12066 a series of minor version bumps for key dependencies

2023-09-14 Thread via GitHub


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

   
   
   
   
   
   
   
   
   
   
   
   
   
   # Summary
   
   [NIFI-0](https://issues.apache.org/jira/browse/NIFI-0)
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [ ] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [ ] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-0`
   - [ ] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-0`
   
   ### Pull Request Formatting
   
   - [ ] Pull Request based on current revision of the `main` branch
   - [ ] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [ ] Build completed using `mvn clean install -P contrib-check`
 - [ ] JDK 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-12066) Minor dependency updates for mainline dependencies

2023-09-14 Thread Joe Witt (Jira)
Joe Witt created NIFI-12066:
---

 Summary: Minor dependency updates for mainline dependencies
 Key: NIFI-12066
 URL: https://issues.apache.org/jira/browse/NIFI-12066
 Project: Apache NiFi
  Issue Type: Task
Reporter: Joe Witt
Assignee: Joe Witt






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


[GitHub] [nifi] dan-s1 commented on pull request #7665: NIFI-11197 Initial check in for Yaml record reader

2023-09-14 Thread via GitHub


dan-s1 commented on PR #7665:
URL: https://github.com/apache/nifi/pull/7665#issuecomment-1720225025

   @exceptionfactory Is there anything else you would like me to do for this PR?


-- 
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-12065) Remove on 2x line the nifi-external/spark-receiver

2023-09-14 Thread Joe Witt (Jira)


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

Joe Witt updated NIFI-12065:

Status: Patch Available  (was: Open)

> Remove on 2x line the nifi-external/spark-receiver
> --
>
> Key: NIFI-12065
> URL: https://issues.apache.org/jira/browse/NIFI-12065
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
> Fix For: 2.0.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[GitHub] [nifi] joewitt opened a new pull request, #7732: NIFI-12065 remove spark receiver

2023-09-14 Thread via GitHub


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

   
   
   
   
   
   
   
   
   
   
   
   
   
   # Summary
   
   [NIFI-0](https://issues.apache.org/jira/browse/NIFI-0)
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [ ] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [ ] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-0`
   - [ ] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-0`
   
   ### Pull Request Formatting
   
   - [ ] Pull Request based on current revision of the `main` branch
   - [ ] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [ ] Build completed using `mvn clean install -P contrib-check`
 - [ ] JDK 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-12064) Update plugin dependency versions

2023-09-14 Thread Joe Witt (Jira)


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

Joe Witt updated NIFI-12064:

Fix Version/s: 1.latest
   2.latest

> Update plugin dependency versions
> -
>
> Key: NIFI-12064
> URL: https://issues.apache.org/jira/browse/NIFI-12064
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Priority: Major
> Fix For: 1.latest, 2.latest
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[jira] [Updated] (NIFI-12064) Update plugin dependency versions

2023-09-14 Thread Joe Witt (Jira)


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

Joe Witt updated NIFI-12064:

Assignee: Joe Witt
  Status: Patch Available  (was: Open)

> Update plugin dependency versions
> -
>
> Key: NIFI-12064
> URL: https://issues.apache.org/jira/browse/NIFI-12064
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
> Fix For: 1.latest, 2.latest
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[GitHub] [nifi] joewitt opened a new pull request, #7731: NIFI-12064 adjust plugin versions and tweak configs as a result

2023-09-14 Thread via GitHub


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

   
   
   
   
   
   
   
   
   
   
   
   
   
   # Summary
   
   [NIFI-0](https://issues.apache.org/jira/browse/NIFI-0)
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [ ] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [ ] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-0`
   - [ ] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-0`
   
   ### Pull Request Formatting
   
   - [ ] Pull Request based on current revision of the `main` branch
   - [ ] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [ ] Build completed using `mvn clean install -P contrib-check`
 - [ ] JDK 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-12065) Remove on 2x line the nifi-external/spark-receiver

2023-09-14 Thread Joe Witt (Jira)
Joe Witt created NIFI-12065:
---

 Summary: Remove on 2x line the nifi-external/spark-receiver
 Key: NIFI-12065
 URL: https://issues.apache.org/jira/browse/NIFI-12065
 Project: Apache NiFi
  Issue Type: Task
Reporter: Joe Witt
Assignee: Joe Witt
 Fix For: 2.0.0






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


[jira] [Updated] (NIFI-12064) Update plugin dependency versions

2023-09-14 Thread Joe Witt (Jira)


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

Joe Witt updated NIFI-12064:

Summary: Update plugin dependency versions  (was: Update dependencies)

> Update plugin dependency versions
> -
>
> Key: NIFI-12064
> URL: https://issues.apache.org/jira/browse/NIFI-12064
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Priority: Major
>




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


[jira] [Updated] (NIFI-12045) Upgrade Jetty from 10.0.15 to 10.0.16

2023-09-14 Thread David Handermann (Jira)


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

David Handermann updated NIFI-12045:

Status: Patch Available  (was: In Progress)

> Upgrade Jetty from 10.0.15 to 10.0.16
> -
>
> Key: NIFI-12045
> URL: https://issues.apache.org/jira/browse/NIFI-12045
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike R
>Assignee: David Handermann
>Priority: Minor
> Fix For: 2.0.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update jetty-webapp from 10.0.15 to 10.0.16



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


[jira] [Updated] (NIFI-12045) Upgrade Jetty from 10.0.15 to 10.0.16

2023-09-14 Thread David Handermann (Jira)


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

David Handermann updated NIFI-12045:

Priority: Minor  (was: Major)

> Upgrade Jetty from 10.0.15 to 10.0.16
> -
>
> Key: NIFI-12045
> URL: https://issues.apache.org/jira/browse/NIFI-12045
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike R
>Assignee: David Handermann
>Priority: Minor
> Fix For: 2.0.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update jetty-webapp from 10.0.15 to 10.0.16



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


[GitHub] [nifi] exceptionfactory opened a new pull request, #7730: NIFI-12045 Upgrade Jetty from 10.0.15 to 10.0.16

2023-09-14 Thread via GitHub


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

   # Summary
   
   [NIFI-12045](https://issues.apache.org/jira/browse/NIFI-12045) Upgrades 
Jetty from 10.0.15 to 10.0.16 on the main branch.
   
   # 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-12045) Upgrade Jetty from 10.0.15 to 10.0.16

2023-09-14 Thread David Handermann (Jira)


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

David Handermann updated NIFI-12045:

Summary: Upgrade Jetty from 10.0.15 to 10.0.16  (was: Update jetty-webapp 
from 10.0.15 to 10.0.16)

> Upgrade Jetty from 10.0.15 to 10.0.16
> -
>
> Key: NIFI-12045
> URL: https://issues.apache.org/jira/browse/NIFI-12045
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.2
>Reporter: Mike R
>Priority: Major
>
> Update jetty-webapp from 10.0.15 to 10.0.16



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


[jira] [Assigned] (NIFI-12045) Upgrade Jetty from 10.0.15 to 10.0.16

2023-09-14 Thread David Handermann (Jira)


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

David Handermann reassigned NIFI-12045:
---

Assignee: David Handermann

> Upgrade Jetty from 10.0.15 to 10.0.16
> -
>
> Key: NIFI-12045
> URL: https://issues.apache.org/jira/browse/NIFI-12045
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike R
>Assignee: David Handermann
>Priority: Major
> Fix For: 2.0.0
>
>
> Update jetty-webapp from 10.0.15 to 10.0.16



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


[jira] [Updated] (NIFI-12045) Upgrade Jetty from 10.0.15 to 10.0.16

2023-09-14 Thread David Handermann (Jira)


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

David Handermann updated NIFI-12045:

Fix Version/s: 2.0.0

> Upgrade Jetty from 10.0.15 to 10.0.16
> -
>
> Key: NIFI-12045
> URL: https://issues.apache.org/jira/browse/NIFI-12045
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike R
>Priority: Major
> Fix For: 2.0.0
>
>
> Update jetty-webapp from 10.0.15 to 10.0.16



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


[jira] [Updated] (NIFI-12045) Upgrade Jetty from 10.0.15 to 10.0.16

2023-09-14 Thread David Handermann (Jira)


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

David Handermann updated NIFI-12045:

Affects Version/s: (was: 1.23.2)

> Upgrade Jetty from 10.0.15 to 10.0.16
> -
>
> Key: NIFI-12045
> URL: https://issues.apache.org/jira/browse/NIFI-12045
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike R
>Priority: Major
>
> Update jetty-webapp from 10.0.15 to 10.0.16



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


[jira] [Created] (NIFI-12064) Update dependencies

2023-09-14 Thread Joe Witt (Jira)
Joe Witt created NIFI-12064:
---

 Summary: Update dependencies
 Key: NIFI-12064
 URL: https://issues.apache.org/jira/browse/NIFI-12064
 Project: Apache NiFi
  Issue Type: Task
Reporter: Joe Witt






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


[jira] [Commented] (NIFI-12051) Update to Groovy 4.0.15 line instead of 3.x line (gets us closer to running on Java 21)

2023-09-14 Thread Joe Witt (Jira)


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

Joe Witt commented on NIFI-12051:
-

https://github.com/apache/nifi/pull/7692

> Update to Groovy 4.0.15 line instead of 3.x line (gets us closer to running 
> on Java 21)
> ---
>
> Key: NIFI-12051
> URL: https://issues.apache.org/jira/browse/NIFI-12051
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Priority: Major
> Fix For: 2.latest
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[jira] [Assigned] (NIFI-12051) Update to Groovy 4.0.15 line instead of 3.x line (gets us closer to running on Java 21)

2023-09-14 Thread Joe Witt (Jira)


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

Joe Witt reassigned NIFI-12051:
---

Assignee: Joe Witt

> Update to Groovy 4.0.15 line instead of 3.x line (gets us closer to running 
> on Java 21)
> ---
>
> Key: NIFI-12051
> URL: https://issues.apache.org/jira/browse/NIFI-12051
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
> Fix For: 2.latest
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[jira] [Deleted] (NIFI-12062) Remove System.setSecurityManager calls that are no longer Java Approved

2023-09-14 Thread Joe Witt (Jira)


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

Joe Witt deleted NIFI-12062:



> Remove System.setSecurityManager calls that are no longer Java Approved
> ---
>
> Key: NIFI-12062
> URL: https://issues.apache.org/jira/browse/NIFI-12062
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Priority: Major
>
> Preventing System.exit calls/intercepting no longer a clean path.
> See https://bugs.openjdk.org/browse/JDK-8199704



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


[GitHub] [nifi] dependabot[bot] closed pull request #7708: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-parquet-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7708: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-parquet-bundle
URL: https://github.com/apache/nifi/pull/7708


-- 
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] dependabot[bot] closed pull request #7723: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-hbase-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7723: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-hbase-bundle
URL: https://github.com/apache/nifi/pull/7723


-- 
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] dependabot[bot] commented on pull request #7728: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-framework-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7728:
URL: https://github.com/apache/nifi/pull/7728#issuecomment-1720106650

   Looks like org.apache.commons:commons-compress is up-to-date now, so this is 
no longer needed.


-- 
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-12034) Update commons-compress to 1.24.0

2023-09-14 Thread Joe Witt (Jira)


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

Joe Witt updated NIFI-12034:

Fix Version/s: 2.0.0
   1.24.0
   (was: 1.latest)
   (was: 2.latest)
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Update commons-compress to 1.24.0
> -
>
> Key: NIFI-12034
> URL: https://issues.apache.org/jira/browse/NIFI-12034
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.2
>Reporter: Mike R
>Assignee: David Handermann
>Priority: Major
> Fix For: 2.0.0, 1.24.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update commons-compress to 1.24.0



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


[jira] [Commented] (NIFI-12034) Update commons-compress to 1.24.0

2023-09-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-12034:


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

NIFI-12034 This closes #7729. Upgraded Apache Commons Compress from 1.23.0 to 
1.24.0

Signed-off-by: Joseph Witt 


> Update commons-compress to 1.24.0
> -
>
> Key: NIFI-12034
> URL: https://issues.apache.org/jira/browse/NIFI-12034
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.2
>Reporter: Mike R
>Assignee: David Handermann
>Priority: Major
> Fix For: 1.latest, 2.latest
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update commons-compress to 1.24.0



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


[GitHub] [nifi] dependabot[bot] commented on pull request #7708: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-parquet-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7708:
URL: https://github.com/apache/nifi/pull/7708#issuecomment-1720107447

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] commented on pull request #7723: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-hbase-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7723:
URL: https://github.com/apache/nifi/pull/7723#issuecomment-1720107444

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] closed pull request #7728: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-framework-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7728: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-framework-bundle
URL: https://github.com/apache/nifi/pull/7728


-- 
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] dependabot[bot] commented on pull request #7727: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bun

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7727:
URL: https://github.com/apache/nifi/pull/7727#issuecomment-1720106479

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] commented on pull request #7726: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7726:
URL: https://github.com/apache/nifi/pull/7726#issuecomment-1720106509

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] closed pull request #7726: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7726: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle
URL: https://github.com/apache/nifi/pull/7726


-- 
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-12034) Update commons-compress to 1.24.0

2023-09-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on NIFI-12034:


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

NIFI-12034 This closes #7729. Upgraded Apache Commons Compress from 1.23.0 to 
1.24.0

Signed-off-by: Joseph Witt 


> Update commons-compress to 1.24.0
> -
>
> Key: NIFI-12034
> URL: https://issues.apache.org/jira/browse/NIFI-12034
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.23.2
>Reporter: Mike R
>Assignee: David Handermann
>Priority: Major
> Fix For: 1.latest, 2.latest
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update commons-compress to 1.24.0



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


[GitHub] [nifi] dependabot[bot] commented on pull request #7725: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-mongodb-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7725:
URL: https://github.com/apache/nifi/pull/7725#issuecomment-1720106419

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] closed pull request #7727: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7727: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle
URL: https://github.com/apache/nifi/pull/7727


-- 
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] dependabot[bot] commented on pull request #7721: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-cassandra-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7721:
URL: https://github.com/apache/nifi/pull/7721#issuecomment-1720106441

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] closed pull request #7721: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-cassandra-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7721: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-cassandra-bundle
URL: https://github.com/apache/nifi/pull/7721


-- 
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] dependabot[bot] commented on pull request #7724: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-avro-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7724:
URL: https://github.com/apache/nifi/pull/7724#issuecomment-1720106395

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] closed pull request #7716: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-graph-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7716: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-graph-bundle
URL: https://github.com/apache/nifi/pull/7716


-- 
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] dependabot[bot] closed pull request #7719: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-registry-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7719: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-registry-bundle
URL: https://github.com/apache/nifi/pull/7719


-- 
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] dependabot[bot] closed pull request #7725: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-mongodb-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7725: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-mongodb-bundle
URL: https://github.com/apache/nifi/pull/7725


-- 
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] dependabot[bot] commented on pull request #7716: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-graph-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7716:
URL: https://github.com/apache/nifi/pull/7716#issuecomment-1720106358

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] commented on pull request #7722: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7722:
URL: https://github.com/apache/nifi/pull/7722#issuecomment-1720106339

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] commented on pull request #7719: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-registry-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7719:
URL: https://github.com/apache/nifi/pull/7719#issuecomment-1720106376

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] closed pull request #7724: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-avro-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7724: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-avro-bundle
URL: https://github.com/apache/nifi/pull/7724


-- 
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] dependabot[bot] closed pull request #7722: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7722: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils
URL: https://github.com/apache/nifi/pull/7722


-- 
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] dependabot[bot] closed pull request #7717: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-iceberg-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7717: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-iceberg-bundle
URL: https://github.com/apache/nifi/pull/7717


-- 
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] dependabot[bot] commented on pull request #7720: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-standard-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7720:
URL: https://github.com/apache/nifi/pull/7720#issuecomment-1720106326

   Looks like org.apache.commons:commons-compress is up-to-date now, so this is 
no longer needed.


-- 
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] dependabot[bot] closed pull request #7696: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-atlas-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7696: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-atlas-bundle
URL: https://github.com/apache/nifi/pull/7696


-- 
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] dependabot[bot] closed pull request #7720: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-standard-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7720: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-standard-bundle
URL: https://github.com/apache/nifi/pull/7720


-- 
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] dependabot[bot] commented on pull request #7717: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-iceberg-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7717:
URL: https://github.com/apache/nifi/pull/7717#issuecomment-1720106269

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] commented on pull request #7718: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-sql-reporting-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7718:
URL: https://github.com/apache/nifi/pull/7718#issuecomment-1720106264

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] commented on pull request #7696: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-atlas-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7696:
URL: https://github.com/apache/nifi/pull/7696#issuecomment-1720106259

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] commented on pull request #7713: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-extension-utils/nifi-database-utils

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7713:
URL: https://github.com/apache/nifi/pull/7713#issuecomment-1720106239

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] closed pull request #7718: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-sql-reporting-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7718: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-sql-reporting-bundle
URL: https://github.com/apache/nifi/pull/7718


-- 
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] dependabot[bot] closed pull request #7713: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-extension-utils/nifi-database-utils

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7713: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-extension-utils/nifi-database-utils
URL: https://github.com/apache/nifi/pull/7713


-- 
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] dependabot[bot] closed pull request #7709: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-registry/nifi-registry-extensions/nifi-registry-ranger

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7709: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-registry/nifi-registry-extensions/nifi-registry-ranger
URL: https://github.com/apache/nifi/pull/7709


-- 
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] dependabot[bot] closed pull request #7714: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7714: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors
URL: https://github.com/apache/nifi/pull/7714


-- 
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] dependabot[bot] commented on pull request #7710: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-registry/nifi-registry-core/nifi-registry-test

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7710:
URL: https://github.com/apache/nifi/pull/7710#issuecomment-1720106194

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] commented on pull request #7715: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-media-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7715:
URL: https://github.com/apache/nifi/pull/7715#issuecomment-1720106196

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] commented on pull request #7709: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-registry/nifi-registry-extensions/nifi-registry-ranger

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7709:
URL: https://github.com/apache/nifi/pull/7709#issuecomment-1720106166

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] closed pull request #7711: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7711: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle
URL: https://github.com/apache/nifi/pull/7711


-- 
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] dependabot[bot] commented on pull request #7714: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7714:
URL: https://github.com/apache/nifi/pull/7714#issuecomment-1720106275

   Looks like org.apache.commons:commons-compress is up-to-date now, so this is 
no longer needed.


-- 
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] dependabot[bot] closed pull request #7712: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-hadoop-libraries-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7712: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-hadoop-libraries-bundle
URL: https://github.com/apache/nifi/pull/7712


-- 
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] dependabot[bot] closed pull request #7715: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-media-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7715: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-media-bundle
URL: https://github.com/apache/nifi/pull/7715


-- 
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] dependabot[bot] closed pull request #7697: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-commons/nifi-flowfile-packager

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7697: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-commons/nifi-flowfile-packager
URL: https://github.com/apache/nifi/pull/7697


-- 
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] dependabot[bot] closed pull request #7706: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7706: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils
URL: https://github.com/apache/nifi/pull/7706


-- 
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] dependabot[bot] closed pull request #7710: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-registry/nifi-registry-core/nifi-registry-test

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7710: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-registry/nifi-registry-core/nifi-registry-test
URL: https://github.com/apache/nifi/pull/7710


-- 
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] dependabot[bot] commented on pull request #7712: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-hadoop-libraries-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7712:
URL: https://github.com/apache/nifi/pull/7712#issuecomment-1720106223

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] commented on pull request #7711: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7711:
URL: https://github.com/apache/nifi/pull/7711#issuecomment-1720106138

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] closed pull request #7705: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-site-to-site-reporting-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7705: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-site-to-site-reporting-bundle
URL: https://github.com/apache/nifi/pull/7705


-- 
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] dependabot[bot] closed pull request #7707: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7707: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle
URL: https://github.com/apache/nifi/pull/7707


-- 
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] dependabot[bot] commented on pull request #7706: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7706:
URL: https://github.com/apache/nifi/pull/7706#issuecomment-1720106082

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] commented on pull request #7697: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-commons/nifi-flowfile-packager

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7697:
URL: https://github.com/apache/nifi/pull/7697#issuecomment-1720106087

   Looks like org.apache.commons:commons-compress is up-to-date now, so this is 
no longer needed.


-- 
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] dependabot[bot] closed pull request #7703: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /c2/c2-client-bundle/c2-client-service

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7703: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/c2/c2-client-bundle/c2-client-service
URL: https://github.com/apache/nifi/pull/7703


-- 
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] dependabot[bot] commented on pull request #7707: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-se

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7707:
URL: https://github.com/apache/nifi/pull/7707#issuecomment-1720106111

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] commented on pull request #7703: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /c2/c2-client-bundle/c2-client-service

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7703:
URL: https://github.com/apache/nifi/pull/7703#issuecomment-1720106020

   Looks like org.apache.commons:commons-compress is up-to-date now, so this is 
no longer needed.


-- 
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] dependabot[bot] commented on pull request #7705: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-site-to-site-reporting-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7705:
URL: https://github.com/apache/nifi/pull/7705#issuecomment-1720106051

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] closed pull request #7704: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-ranger-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7704: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-ranger-bundle
URL: https://github.com/apache/nifi/pull/7704


-- 
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] dependabot[bot] closed pull request #7702: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-hive-bundle

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7702: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-hive-bundle
URL: https://github.com/apache/nifi/pull/7702


-- 
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] dependabot[bot] commented on pull request #7702: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-hive-bundle

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7702:
URL: https://github.com/apache/nifi/pull/7702#issuecomment-1720105978

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


-- 
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] dependabot[bot] closed pull request #7699: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-extension-utils/nifi-record-utils

2023-09-14 Thread via GitHub


dependabot[bot] closed pull request #7699: Bump 
org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in 
/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils
URL: https://github.com/apache/nifi/pull/7699


-- 
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] dependabot[bot] commented on pull request #7699: Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /nifi-nar-bundles/nifi-extension-utils/nifi-record-utils

2023-09-14 Thread via GitHub


dependabot[bot] commented on PR #7699:
URL: https://github.com/apache/nifi/pull/7699#issuecomment-1720105914

   Looks like org.apache.commons:commons-compress is no longer a dependency, so 
this is no longer needed.


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