Re: [PR] NIFI-12331: add new unified PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
exceptionfactory commented on PR #8047: URL: https://github.com/apache/nifi/pull/8047#issuecomment-1839995418 Thanks for your work on this new Processor @sporadek, it provided helpful background for subsequent follow-on work in PR #8120. Thanks for the review as well @krisztina-zsihovszki.

Re: [PR] NIFI-12331: add new unified PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
exceptionfactory closed pull request #8047: NIFI-12331: add new unified PublishSlack Processor URL: https://github.com/apache/nifi/pull/8047 -- 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

[jira] [Commented] (NIFI-12446) Align implementation of FilterAttribute with coding conventions

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793125#comment-17793125 ] David Handermann commented on NIFI-12446: - Thanks for working on this [~EndzeitBegins]. I will

[jira] [Updated] (NIFI-12446) Align implementation of FilterAttribute with coding conventions

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-12446: Fix Version/s: 1.25.0 > Align implementation of FilterAttribute with coding conventions >

[jira] [Updated] (NIFI-12446) Align implementation of FilterAttribute with coding conventions

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-12446: Status: Patch Available (was: Open) > Align implementation of FilterAttribute with coding

[jira] [Commented] (NIFI-12446) Align implementation of FilterAttribute with coding conventions

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793124#comment-17793124 ] ASF subversion and git services commented on NIFI-12446: Commit

Re: [PR] NIFI-12446 Refactor FilterAttribute to align with code conventions [nifi]

2023-12-04 Thread via GitHub
exceptionfactory commented on PR #8098: URL: https://github.com/apache/nifi/pull/8098#issuecomment-1839991223 Merged in https://github.com/apache/nifi/commit/c565e08ccca6c1fce17b1d3de49d7a160cfbee38 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] NIFI-12446 Refactor FilterAttribute to align with code conventions [nifi]

2023-12-04 Thread via GitHub
exceptionfactory closed pull request #8098: NIFI-12446 Refactor FilterAttribute to align with code conventions URL: https://github.com/apache/nifi/pull/8098 -- 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

Re: [PR] NIFI-12331: Added PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
exceptionfactory commented on code in PR #8122: URL: https://github.com/apache/nifi/pull/8122#discussion_r1414854636 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml: ## @@ -26,6 +26,23 @@ jar + +org.apache.nifi +

Re: [PR] NIFI-11858 Configurable Column Name Normalization in PutDatabaseRecord and UpdateDatabaseTable [nifi]

2023-12-04 Thread via GitHub
ravinarayansingh commented on PR #7544: URL: https://github.com/apache/nifi/pull/7544#issuecomment-1839974560 Hi @exceptionfactory i have made the required changes please have a look Thanks -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] NIFI-12331: Added PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
exceptionfactory commented on code in PR #8120: URL: https://github.com/apache/nifi/pull/8120#discussion_r1414850950 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PublishSlack.java: ## @@ -0,0 +1,517 @@ +/* + *

Re: [PR] Update Dockerfile for alpine v3 / liberica v21 [nifi]

2023-12-04 Thread via GitHub
exceptionfactory commented on PR #8111: URL: https://github.com/apache/nifi/pull/8111#issuecomment-1839962723 Thanks for the thoughtful reply @hawko2600, on further review, referencing that post was short-sighted on my part. The list of vulnerabilities claim caught my eye as

Re: [PR] Update Dockerfile for alpine v3 / liberica v21 [nifi]

2023-12-04 Thread via GitHub
joewitt commented on PR #8111: URL: https://github.com/apache/nifi/pull/8111#issuecomment-1839955747 I am still interested in this happening. If the claims arent valid we just need to run this thing. Anything which makes the builds smaller is a win but we should be consistent. We need a

Re: [PR] Update Dockerfile for alpine v3 / liberica v21 [nifi]

2023-12-04 Thread via GitHub
hawko2600 commented on PR #8111: URL: https://github.com/apache/nifi/pull/8111#issuecomment-1839944758 > @hawko2600 On further consideration, moving to Alpine does not look like a feasible approach for the standard container images. > > The primary reason is the difference in

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414716543 ## libminifi/src/core/extension/ExtensionManager.cpp: ## @@ -72,9 +72,13 @@ bool ExtensionManager::initialize(const std::shared_ptr& config) { }));

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414719449 ## libminifi/include/core/AbstractProcessor.h: ## @@ -0,0 +1,59 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414719168 ## extensions/standard-processors/processors/AttributeRollingWindow.cpp: ## @@ -0,0 +1,122 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414718950 ## extensions/standard-processors/processors/AttributeRollingWindow.cpp: ## @@ -0,0 +1,122 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414718897 ## extensions/standard-processors/processors/AttributeRollingWindow.cpp: ## @@ -0,0 +1,122 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414718702 ## extensions/standard-processors/processors/AttributeRollingWindow.h: ## @@ -0,0 +1,117 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414718561 ## PROCESSORS.md: ## @@ -147,6 +148,44 @@ In the list below, the names of required properties appear in bold. Any other pr | success | success operational on

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414716543 ## libminifi/src/core/extension/ExtensionManager.cpp: ## @@ -72,9 +72,13 @@ bool ExtensionManager::initialize(const std::shared_ptr& config) { }));

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414711038 ## PROCESSORS.md: ## @@ -147,6 +148,44 @@ In the list below, the names of required properties appear in bold. Any other pr | success | success operational on

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414710024 ## libminifi/include/core/AbstractProcessor.h: ## @@ -0,0 +1,59 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414704269 ## extensions/standard-processors/processors/AttributeRollingWindow.cpp: ## @@ -0,0 +1,122 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414703188 ## extensions/standard-processors/RollingWindow.h: ## @@ -0,0 +1,71 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414699559 ## extensions/standard-processors/processors/AttributeRollingWindow.cpp: ## @@ -0,0 +1,121 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] MINIFICPP-2265 Implement AttributeRollingWindow and EL nextInt() [nifi-minifi-cpp]

2023-12-04 Thread via GitHub
szaszm commented on code in PR #1703: URL: https://github.com/apache/nifi-minifi-cpp/pull/1703#discussion_r1414698106 ## extensions/standard-processors/processors/AttributeRollingWindow.cpp: ## @@ -0,0 +1,121 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under

[jira] [Resolved] (NIFI-12461) Update jsoup to 1.17.1

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-12461. - Fix Version/s: 1.25.0 2.0.0 Resolution: Fixed > Update jsoup

[jira] [Resolved] (NIFI-12463) Update maven-artifact to 3.8.8

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-12463. - Fix Version/s: 1.25.0 2.0.0 Resolution: Fixed > Update

[jira] [Updated] (NIFI-12465) Update mysql-binlog-connector-java to 0.28.3

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-12465: Priority: Minor (was: Major) > Update mysql-binlog-connector-java to 0.28.3 >

[jira] [Resolved] (NIFI-12465) Update mysql-binlog-connector-java to 0.28.3

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-12465. - Fix Version/s: 1.25.0 2.0.0 Resolution: Fixed > Update

[jira] [Updated] (NIFI-12466) Update mongo.driver.version to 4.11.1

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-12466: Priority: Minor (was: Major) > Update mongo.driver.version to 4.11.1 >

[jira] [Updated] (NIFI-12461) Update jsoup to 1.17.1

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-12461: Priority: Minor (was: Major) > Update jsoup to 1.17.1 > -- > >

[jira] [Resolved] (NIFI-12466) Update mongo.driver.version to 4.11.1

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-12466. - Fix Version/s: 1.25.0 2.0.0 Resolution: Fixed > Update

[jira] [Resolved] (NIFI-12460) Update OpenCSV to 5.9

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-12460. - Fix Version/s: 1.25.0 2.0.0 Resolution: Fixed > Update OpenCSV

[jira] [Commented] (NIFI-12463) Update maven-artifact to 3.8.8

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793059#comment-17793059 ] ASF subversion and git services commented on NIFI-12463: Commit

[jira] [Commented] (NIFI-12465) Update mysql-binlog-connector-java to 0.28.3

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793060#comment-17793060 ] ASF subversion and git services commented on NIFI-12465: Commit

[jira] [Commented] (NIFI-12466) Update mongo.driver.version to 4.11.1

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793061#comment-17793061 ] ASF subversion and git services commented on NIFI-12466: Commit

[jira] [Commented] (NIFI-12460) Update OpenCSV to 5.9

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793057#comment-17793057 ] ASF subversion and git services commented on NIFI-12460: Commit

[jira] [Commented] (NIFI-12455) Update jaxb.runtime.version to 2.3.9

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793056#comment-17793056 ] ASF subversion and git services commented on NIFI-12455: Commit

[jira] [Commented] (NIFI-12461) Update jsoup to 1.17.1

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793058#comment-17793058 ] ASF subversion and git services commented on NIFI-12461: Commit

[jira] [Resolved] (NIFI-12455) Update jaxb.runtime.version to 2.3.9

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-12455. - Fix Version/s: 1.25.0 2.0.0 Resolution: Fixed > Update

[jira] [Commented] (NIFI-12463) Update maven-artifact to 3.8.8

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793053#comment-17793053 ] ASF subversion and git services commented on NIFI-12463: Commit

[jira] [Commented] (NIFI-12461) Update jsoup to 1.17.1

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793052#comment-17793052 ] ASF subversion and git services commented on NIFI-12461: Commit

[jira] [Commented] (NIFI-12455) Update jaxb.runtime.version to 2.3.9

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793050#comment-17793050 ] ASF subversion and git services commented on NIFI-12455: Commit

[jira] [Commented] (NIFI-12465) Update mysql-binlog-connector-java to 0.28.3

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793054#comment-17793054 ] ASF subversion and git services commented on NIFI-12465: Commit

[jira] [Commented] (NIFI-12460) Update OpenCSV to 5.9

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793051#comment-17793051 ] ASF subversion and git services commented on NIFI-12460: Commit

[jira] [Commented] (NIFI-12466) Update mongo.driver.version to 4.11.1

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793055#comment-17793055 ] ASF subversion and git services commented on NIFI-12466: Commit

Re: [PR] NIFI-12461 Update jsoup to 1.17.1 [nifi]

2023-12-04 Thread via GitHub
exceptionfactory closed pull request #8113: NIFI-12461 Update jsoup to 1.17.1 URL: https://github.com/apache/nifi/pull/8113 -- 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

Re: [PR] NIFI-12466 Update mongo.driver.version to 4.11.1 [nifi]

2023-12-04 Thread via GitHub
exceptionfactory closed pull request #8118: NIFI-12466 Update mongo.driver.version to 4.11.1 URL: https://github.com/apache/nifi/pull/8118 -- 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

Re: [PR] NIFI-12463 Update maven-artifact to 3.8.8 [nifi]

2023-12-04 Thread via GitHub
exceptionfactory closed pull request #8115: NIFI-12463 Update maven-artifact to 3.8.8 URL: https://github.com/apache/nifi/pull/8115 -- 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

Re: [PR] NIFI-12465 Update mysql-binlog-connector-java to 0.28.3 [nifi]

2023-12-04 Thread via GitHub
exceptionfactory closed pull request #8117: NIFI-12465 Update mysql-binlog-connector-java to 0.28.3 URL: https://github.com/apache/nifi/pull/8117 -- 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

Re: [PR] NIFI-12460 Update OpenCSV to 5.9 [nifi]

2023-12-04 Thread via GitHub
exceptionfactory closed pull request #8112: NIFI-12460 Update OpenCSV to 5.9 URL: https://github.com/apache/nifi/pull/8112 -- 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

Re: [PR] NIFI-12455 Update jaxb.runtime.version to 2.3.9 [nifi]

2023-12-04 Thread via GitHub
exceptionfactory closed pull request #8106: NIFI-12455 Update jaxb.runtime.version to 2.3.9 URL: https://github.com/apache/nifi/pull/8106 -- 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

Re: [PR] NIFI-12464 Update commons-compiler to 3.1.11 [nifi]

2023-12-04 Thread via GitHub
exceptionfactory commented on PR #8116: URL: https://github.com/apache/nifi/pull/8116#issuecomment-1839687771 The lack of upgrading janino having the same version indicates why this pull request failed to build on all platforms. I am closing this for now, but if you can evaluate upgrading

Re: [PR] NIFI-12464 Update commons-compiler to 3.1.11 [nifi]

2023-12-04 Thread via GitHub
exceptionfactory closed pull request #8116: NIFI-12464 Update commons-compiler to 3.1.11 URL: https://github.com/apache/nifi/pull/8116 -- 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

[jira] [Assigned] (NIFI-12331) Introduce a PublishSlack processor

2023-12-04 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne reassigned NIFI-12331: - Assignee: Mark Payne > Introduce a PublishSlack processor > --

[jira] [Commented] (NIFI-12469) Cannot configure registry client (Core Nifi)

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793046#comment-17793046 ] David Handermann commented on NIFI-12469: - Thanks for the reply [~wpkinzel], that is good to know

Re: [PR] NIFI-12331: Added PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
markap14 commented on PR #8120: URL: https://github.com/apache/nifi/pull/8120#issuecomment-1839649244 That's a good call @exceptionfactory! Just pushed a new PR for the 1.x line: https://github.com/apache/nifi/pull/8122 -- This is an automated message from the Apache Git Service. To

[PR] NIFI-12331: Added PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
markap14 opened a new pull request, #8122: URL: https://github.com/apache/nifi/pull/8122 # Summary [NIFI-0](https://issues.apache.org/jira/browse/NIFI-0) # Tracking Please complete the following tracking steps

[jira] [Commented] (NIFI-12451) Remove Bootstrap Notification Services

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793041#comment-17793041 ] ASF subversion and git services commented on NIFI-12451: Commit

[jira] [Updated] (NIFI-12451) Remove Bootstrap Notification Services

2023-12-04 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-12451: Fix Version/s: 2.0.0 Resolution: Fixed Status: Resolved (was: Patch Available) > Remove

Re: [PR] NIFI-12451 Remove Bootstrap Notification Services [nifi]

2023-12-04 Thread via GitHub
asfgit closed pull request #8104: NIFI-12451 Remove Bootstrap Notification Services URL: https://github.com/apache/nifi/pull/8104 -- 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

[PR] NIFI-12470: Fixing forEach callback for usage with Object.entries() to address layout issue in Status History [nifi]

2023-12-04 Thread via GitHub
mcgilman opened a new pull request, #8121: URL: https://github.com/apache/nifi/pull/8121 NIFI-12470: - Fixing forEach callback for usage with Object.entries() to address layout issue in Status History. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] NIFI-12331: Added PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
joewitt commented on code in PR #8120: URL: https://github.com/apache/nifi/pull/8120#discussion_r1414551223 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PutSlack.java: ## @@ -66,6 +67,13 @@ @DynamicProperty(name =

[jira] [Updated] (NIFI-12470) UI - Fix layout/formatting in Status History

2023-12-04 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-12470: --- Attachment: Screenshot 2023-12-04 at 4.48.29 PM.png > UI - Fix layout/formatting in Status History >

[jira] [Created] (NIFI-12470) UI - Fix layout/formatting in Status History

2023-12-04 Thread Matt Gilman (Jira)
Matt Gilman created NIFI-12470: -- Summary: UI - Fix layout/formatting in Status History Key: NIFI-12470 URL: https://issues.apache.org/jira/browse/NIFI-12470 Project: Apache NiFi Issue Type: Bug

Re: [PR] NIFI-12331: Added PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
exceptionfactory commented on code in PR #8120: URL: https://github.com/apache/nifi/pull/8120#discussion_r1414545297 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PostSlack.java: ## @@ -82,6 +83,14 @@

Re: [PR] NIFI-8932: Add capability to skip first N rows in CSVReader [nifi]

2023-12-04 Thread via GitHub
dan-s1 commented on code in PR #7952: URL: https://github.com/apache/nifi/pull/7952#discussion_r1414512781 ##

[jira] [Commented] (NIFI-12469) Cannot configure registry client (Core Nifi)

2023-12-04 Thread Bill Kinzel (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793039#comment-17793039 ] Bill Kinzel commented on NIFI-12469: Hi David, It is a new registry setup, service and all.   I did

Re: [PR] NIFI-8932: Add capability to skip first N rows in CSVReader [nifi]

2023-12-04 Thread via GitHub
dan-s1 commented on code in PR #7952: URL: https://github.com/apache/nifi/pull/7952#discussion_r1414512781 ##

Re: [PR] NIFI-8932: Add capability to skip first N rows in CSVReader [nifi]

2023-12-04 Thread via GitHub
dan-s1 commented on code in PR #7952: URL: https://github.com/apache/nifi/pull/7952#discussion_r1414512781 ##

Re: [PR] NIFI-8932: Add capability to skip first N rows in CSVReader [nifi]

2023-12-04 Thread via GitHub
dan-s1 commented on code in PR #7952: URL: https://github.com/apache/nifi/pull/7952#discussion_r1414467199 ##

Re: [PR] NIFI-12331: Added PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
exceptionfactory commented on code in PR #8120: URL: https://github.com/apache/nifi/pull/8120#discussion_r1414496998 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PublishSlack.java: ## @@ -0,0 +1,513 @@ +/* + *

Re: [PR] NIFI-12331: Added PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
markap14 commented on code in PR #8120: URL: https://github.com/apache/nifi/pull/8120#discussion_r1414495581 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PublishSlack.java: ## @@ -0,0 +1,513 @@ +/* + * Licensed to

Re: [PR] NIFI-12331: Added PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
markap14 commented on code in PR #8120: URL: https://github.com/apache/nifi/pull/8120#discussion_r1414488743 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/util/RateLimit.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to

Re: [PR] NIFI-12331: Added PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
markap14 commented on code in PR #8120: URL: https://github.com/apache/nifi/pull/8120#discussion_r1414486316 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml: ## @@ -146,6 +142,11 @@ nifi-proxy-configuration-api test +

[jira] [Commented] (NIFI-12469) Cannot configure registry client (Core Nifi)

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793029#comment-17793029 ] David Handermann commented on NIFI-12469: - Thanks for reporting this issue [~wpkinzel]. Can you

[jira] [Updated] (NIFI-12469) Cannot configure registry client (Core Nifi)

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-12469: Affects Version/s: 2.0.0-M1 (was: 2.0.0) > Cannot configure

Re: [PR] NIFI-12331: Added PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
exceptionfactory commented on code in PR #8120: URL: https://github.com/apache/nifi/pull/8120#discussion_r1414460826 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml: ## @@ -146,6 +142,11 @@ nifi-proxy-configuration-api test

Re: [PR] NIFI-8932: Add capability to skip first N rows in CSVReader [nifi]

2023-12-04 Thread via GitHub
dan-s1 commented on code in PR #7952: URL: https://github.com/apache/nifi/pull/7952#discussion_r1414467199 ##

Re: [PR] NIFI-8932: Add capability to skip first N rows in CSVReader [nifi]

2023-12-04 Thread via GitHub
dan-s1 commented on code in PR #7952: URL: https://github.com/apache/nifi/pull/7952#discussion_r1414467199 ##

Re: [PR] NIFI-8932: Add capability to skip first N rows in CSVReader [nifi]

2023-12-04 Thread via GitHub
dan-s1 commented on code in PR #7952: URL: https://github.com/apache/nifi/pull/7952#discussion_r1414467199 ##

Re: [PR] NIFI-12451 Remove Bootstrap Notification Services [nifi]

2023-12-04 Thread via GitHub
exceptionfactory commented on PR #8104: URL: https://github.com/apache/nifi/pull/8104#issuecomment-1839432708 Thanks for the review @joewitt, I pushed an update based on the feedback. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] NIFI-12451 Remove Bootstrap Notification Services [nifi]

2023-12-04 Thread via GitHub
exceptionfactory commented on code in PR #8104: URL: https://github.com/apache/nifi/pull/8104#discussion_r1414458619 ## nifi-assembly/pom.xml: ## @@ -906,11 +918,6 @@ language governing permissions and limitations under the License. --> 2.0.0-SNAPSHOT

Re: [PR] NIFI-12451 Remove Bootstrap Notification Services [nifi]

2023-12-04 Thread via GitHub
exceptionfactory commented on code in PR #8104: URL: https://github.com/apache/nifi/pull/8104#discussion_r1414440831 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/bootstrap.conf: ## @@ -45,75 +42,14 @@

Re: [PR] NIFI-12451 Remove Bootstrap Notification Services [nifi]

2023-12-04 Thread via GitHub
exceptionfactory commented on code in PR #8104: URL: https://github.com/apache/nifi/pull/8104#discussion_r1414440489 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/bootstrap.conf: ## @@ -45,75 +42,14 @@

[PR] NIFI-12331: Added PublishSlack Processor [nifi]

2023-12-04 Thread via GitHub
markap14 opened a new pull request, #8120: URL: https://github.com/apache/nifi/pull/8120 # Summary [NIFI-0](https://issues.apache.org/jira/browse/NIFI-0) # Tracking Please complete the following tracking steps

Re: [PR] Update Dockerfile for alpine v3 / liberica v21 [nifi]

2023-12-04 Thread via GitHub
joewitt commented on PR #8111: URL: https://github.com/apache/nifi/pull/8111#issuecomment-1839384718 Ahhh that is a great point @exceptionfactory. It might make sense to support/include a non python Java 2.0 based image on Alpine. That would end up a good bit smaller too. Something to

[jira] [Commented] (NIFI-12450) Deprecate Bootstrap Notification Services for Removal

2023-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793021#comment-17793021 ] ASF subversion and git services commented on NIFI-12450: Commit

[jira] [Updated] (NIFI-12450) Deprecate Bootstrap Notification Services for Removal

2023-12-04 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-12450: Fix Version/s: 1.25.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

Re: [PR] NIFI-12450 Add Deprecation Warning for Bootstrap Notifications [nifi]

2023-12-04 Thread via GitHub
joewitt closed pull request #8103: NIFI-12450 Add Deprecation Warning for Bootstrap Notifications URL: https://github.com/apache/nifi/pull/8103 -- 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

Re: [PR] NIFI-12451 Remove Bootstrap Notification Services [nifi]

2023-12-04 Thread via GitHub
joewitt commented on code in PR #8104: URL: https://github.com/apache/nifi/pull/8104#discussion_r1414418481 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/bootstrap.conf: ## @@ -45,75 +42,14 @@ java.arg.3=-Xmx${nifi.jvm.heap.max}

[jira] [Updated] (NIFI-12469) Cannot configure registry client (Core Nifi)

2023-12-04 Thread Bill Kinzel (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Kinzel updated NIFI-12469: --- Attachment: stacktrace.txt > Cannot configure registry client (Core Nifi) >

Re: [PR] NIFI-12451 Remove Bootstrap Notification Services [nifi]

2023-12-04 Thread via GitHub
joewitt commented on code in PR #8104: URL: https://github.com/apache/nifi/pull/8104#discussion_r1414413340 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/bootstrap.conf: ## @@ -45,75 +42,14 @@ java.arg.3=-Xmx${nifi.jvm.heap.max}

[jira] [Created] (NIFI-12469) Cannot configure registry client (Core Nifi)

2023-12-04 Thread Bill Kinzel (Jira)
Bill Kinzel created NIFI-12469: -- Summary: Cannot configure registry client (Core Nifi) Key: NIFI-12469 URL: https://issues.apache.org/jira/browse/NIFI-12469 Project: Apache NiFi Issue Type: Bug

Re: [PR] NIFI-12451 Remove Bootstrap Notification Services [nifi]

2023-12-04 Thread via GitHub
joewitt commented on code in PR #8104: URL: https://github.com/apache/nifi/pull/8104#discussion_r1414400437 ## nifi-assembly/pom.xml: ## @@ -906,11 +918,6 @@ language governing permissions and limitations under the License. --> 2.0.0-SNAPSHOT nar

Re: [PR] NIFI-12452 Improve support for DescribedValue [nifi]

2023-12-04 Thread via GitHub
EndzeitBegins commented on PR #8102: URL: https://github.com/apache/nifi/pull/8102#issuecomment-1839332687 Yes, that's what I was concerned about and why I didn't use an overload in the first draft. If we do not backport this change, maybe we can introduce this as a breaking change

[jira] [Commented] (NIFI-12468) Xodus Flow Configuration History Environment Inoperative after Stream Closed

2023-12-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793013#comment-17793013 ] David Handermann commented on NIFI-12468: - Thanks for the reply [~mosermw]. Yes, it is helpful

  1   2   >