[GitHub] [nifi-minifi-cpp] fgerlits opened a new pull request, #1610: MINIFICPP-2134 Do not swallow parsing exceptions

2023-07-20 Thread via GitHub
fgerlits opened a new pull request, #1610: URL: https://github.com/apache/nifi-minifi-cpp/pull/1610 https://issues.apache.org/jira/browse/MINIFICPP-2134 If the value of a typed property (Time Period, Data Size, Port etc) is set, but to an invalid value, then we should throw in getProp

[GitHub] [nifi-minifi-cpp] fgerlits opened a new pull request, #1611: MINIFICPP-2162 Use className() instead of getClassName()

2023-07-20 Thread via GitHub
fgerlits opened a new pull request, #1611: URL: https://github.com/apache/nifi-minifi-cpp/pull/1611 https://issues.apache.org/jira/browse/MINIFICPP-2162 Replace usages of `getClassName() -> std::string` with `className() -> std::string_view`. This led to some other `const std::string

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request, #1612: MINIFICPP-2159 Add heterogeneous lookup to FlatMap

2023-07-20 Thread via GitHub
martinzink opened a new pull request, #1612: URL: https://github.com/apache/nifi-minifi-cpp/pull/1612 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1602: MINIFICPP-2157 Move response node implementations to source files

2023-07-20 Thread via GitHub
szaszm commented on code in PR #1602: URL: https://github.com/apache/nifi-minifi-cpp/pull/1602#discussion_r1254210913 ## libminifi/src/core/state/nodes/DeviceInformation.cpp: ## @@ -15,13 +15,307 @@ * limitations under the License. */ #include "core/state/nodes/DeviceInform

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1602: MINIFICPP-2157 Move response node implementations to source files

2023-07-20 Thread via GitHub
lordgamez commented on code in PR #1602: URL: https://github.com/apache/nifi-minifi-cpp/pull/1602#discussion_r1269385900 ## libminifi/src/core/state/nodes/DeviceInformation.cpp: ## @@ -15,13 +15,307 @@ * limitations under the License. */ #include "core/state/nodes/DeviceInf

[jira] [Assigned] (NIFI-11835) Update json-schema-validator to 1.0.86

2023-07-20 Thread Mike R (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike R reassigned NIFI-11835: - Assignee: Mike R > Update json-schema-validator to 1.0.86 > -- > >

[jira] [Created] (NIFI-11835) Update json-schema-validator to 1.0.86

2023-07-20 Thread Mike R (Jira)
Mike R created NIFI-11835: - Summary: Update json-schema-validator to 1.0.86 Key: NIFI-11835 URL: https://issues.apache.org/jira/browse/NIFI-11835 Project: Apache NiFi Issue Type: Improvement Affe

[GitHub] [nifi] mr1716 opened a new pull request, #7505: NIFI-11835 Update json-schema-validator to 1.0.86

2023-07-20 Thread via GitHub
mr1716 opened a new pull request, #7505: URL: https://github.com/apache/nifi/pull/7505 # Summary [NIFI-11835](https://issues.apache.org/jira/browse/NIFI-11835) # Tracking Please complete the following tracking steps prio

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1590: MINIFICPP-2139 Fix build on ARM7 architecture

2023-07-20 Thread via GitHub
szaszm closed pull request #1590: MINIFICPP-2139 Fix build on ARM7 architecture URL: https://github.com/apache/nifi-minifi-cpp/pull/1590 -- 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 c

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1587: MINIFICPP-2135 Add SSL support for Prometheus reporter

2023-07-20 Thread via GitHub
szaszm closed pull request #1587: MINIFICPP-2135 Add SSL support for Prometheus reporter URL: https://github.com/apache/nifi-minifi-cpp/pull/1587 -- 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

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1602: MINIFICPP-2157 Move response node implementations to source files

2023-07-20 Thread via GitHub
szaszm closed pull request #1602: MINIFICPP-2157 Move response node implementations to source files URL: https://github.com/apache/nifi-minifi-cpp/pull/1602 -- 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

[jira] [Resolved] (MINIFICPP-2157) Move response node implementations to source files

2023-07-20 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-2157. - Resolution: Done > Move response node implementations to source files > -

[jira] [Resolved] (MINIFICPP-2139) Build fails on ARM7 architecture

2023-07-20 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-2139. - Resolution: Fixed > Build fails on ARM7 architecture > --

[jira] [Resolved] (MINIFICPP-2135) Add SSL support for Prometheus reporter

2023-07-20 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-2135. - Resolution: Done > Add SSL support for Prometheus reporter >

[jira] [Resolved] (MINIFICPP-2098) ENABLE_ALL should enable (almost) all extensions

2023-07-20 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-2098. - Resolution: Done > ENABLE_ALL should enable (almost) all extensions > ---

[jira] [Updated] (MINIFICPP-2139) Build fails on ARM7 architecture

2023-07-20 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi updated MINIFICPP-2139: - Fix Version/s: 0.15.0 > Build fails on ARM7 architecture > --

[jira] [Updated] (MINIFICPP-2135) Add SSL support for Prometheus reporter

2023-07-20 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi updated MINIFICPP-2135: - Fix Version/s: 0.15.0 > Add SSL support for Prometheus reporter > ---

[jira] [Updated] (MINIFICPP-2157) Move response node implementations to source files

2023-07-20 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi updated MINIFICPP-2157: - Fix Version/s: 0.15.0 > Move response node implementations to source files >

[jira] [Updated] (MINIFICPP-2098) ENABLE_ALL should enable (almost) all extensions

2023-07-20 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi updated MINIFICPP-2098: - Fix Version/s: 0.15.0 > ENABLE_ALL should enable (almost) all extensions > --

[jira] [Created] (NIFI-11836) Update Guava to 31.1-jre

2023-07-20 Thread Mike R (Jira)
Mike R created NIFI-11836: - Summary: Update Guava to 31.1-jre Key: NIFI-11836 URL: https://issues.apache.org/jira/browse/NIFI-11836 Project: Apache NiFi Issue Type: Improvement Affects Versions:

[jira] [Commented] (NIFI-11836) Update Guava to 31.1-jre

2023-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745095#comment-17745095 ] David Handermann commented on NIFI-11836: - Guava 32.0.1 is the latest version, so

[GitHub] [nifi] Lehel44 commented on pull request #7492: NIFI-11827: Create Schema Registry Controller Service for AWS Glue

2023-07-20 Thread via GitHub
Lehel44 commented on PR #7492: URL: https://github.com/apache/nifi/pull/7492#issuecomment-1644053225 Thanks for the review and testing @exceptionfactory! -- 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 t

[jira] [Created] (MINIFICPP-2168) Github actions cache issues

2023-07-20 Thread Jira
Gábor Gyimesi created MINIFICPP-2168: Summary: Github actions cache issues Key: MINIFICPP-2168 URL: https://issues.apache.org/jira/browse/MINIFICPP-2168 Project: Apache NiFi MiNiFi C++ Is

[GitHub] [nifi] ottobackwards merged pull request #7503: NIFI-11833 - remove deprecated classes in nifi-commons

2023-07-20 Thread via GitHub
ottobackwards merged PR #7503: URL: https://github.com/apache/nifi/pull/7503 -- 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.apa

[jira] [Commented] (NIFI-11833) Remove deprecated classes in nifi-commons

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745149#comment-17745149 ] ASF subversion and git services commented on NIFI-11833: Commit c

[jira] [Created] (NIFI-11837) When a queue starts swapping out data, it never stops

2023-07-20 Thread Mark Payne (Jira)
Mark Payne created NIFI-11837: - Summary: When a queue starts swapping out data, it never stops Key: NIFI-11837 URL: https://issues.apache.org/jira/browse/NIFI-11837 Project: Apache NiFi Issue Typ

[jira] [Updated] (NIFI-11833) Remove deprecated classes in nifi-commons

2023-07-20 Thread Otto Fowler (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otto Fowler updated NIFI-11833: --- Resolution: Done Status: Resolved (was: Patch Available) > Remove deprecated classes in nifi

[GitHub] [nifi] markap14 opened a new pull request, #7506: NIFI-11837: When determining whether or not a queue should exit 'swap…

2023-07-20 Thread via GitHub
markap14 opened a new pull request, #7506: URL: https://github.com/apache/nifi/pull/7506 … mode' we need to look at the updated size of the queue after migrating data from swapped queue to active queue. Previously, we were looking at the size variable that was obtained from before the migra

[jira] [Updated] (NIFI-11837) When a queue starts swapping out data, it never stops

2023-07-20 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-11837: -- Fix Version/s: 2.0.0 1.latest Status: Patch Available (was: Open) > When

[jira] [Updated] (NIFI-11837) When a queue starts swapping out data, it never stops

2023-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11837: Fix Version/s: 1.23.0 (was: 1.latest) > When a queue starts swapping

[GitHub] [nifi] wannadream commented on a diff in pull request #6619: NIFI-10760 Add Api key authentication option to ElasticSearchClientServiceImpl

2023-07-20 Thread via GitHub
wannadream commented on code in PR #6619: URL: https://github.com/apache/nifi/pull/6619#discussion_r1269709827 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/src/main/java/org/apache/nifi/elasticsearch/ElasticSearchClientServiceImpl.java: ## @@ -

[GitHub] [nifi] exceptionfactory closed pull request #7505: NIFI-11835 Update json-schema-validator to 1.0.86

2023-07-20 Thread via GitHub
exceptionfactory closed pull request #7505: NIFI-11835 Update json-schema-validator to 1.0.86 URL: https://github.com/apache/nifi/pull/7505 -- 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 specif

[jira] [Commented] (NIFI-11835) Update json-schema-validator to 1.0.86

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745167#comment-17745167 ] ASF subversion and git services commented on NIFI-11835: Commit 0

[jira] [Updated] (NIFI-11835) Update json-schema-validator to 1.0.86

2023-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11835: Affects Version/s: (was: 1.22.0) > Update json-schema-validator to 1.0.86 > ---

[jira] [Commented] (NIFI-11835) Update json-schema-validator to 1.0.86

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745166#comment-17745166 ] ASF subversion and git services commented on NIFI-11835: Commit 0

[jira] [Updated] (NIFI-11835) Update json-schema-validator to 1.0.86

2023-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11835: Priority: Minor (was: Major) > Update json-schema-validator to 1.0.86 > --

[jira] [Resolved] (NIFI-11835) Update json-schema-validator to 1.0.86

2023-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-11835. - Fix Version/s: 2.0.0 1.23.0 Resolution: Fixed > Update json-sch

[GitHub] [nifi] exceptionfactory closed pull request #7501: NIFI-11816 - Removing deprecated Primary Node Scheduling Strategy

2023-07-20 Thread via GitHub
exceptionfactory closed pull request #7501: NIFI-11816 - Removing deprecated Primary Node Scheduling Strategy URL: https://github.com/apache/nifi/pull/7501 -- 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

[jira] [Commented] (NIFI-11816) Removal of Primary Node Scheduling Strategy

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745168#comment-17745168 ] ASF subversion and git services commented on NIFI-11816: Commit 2

[jira] [Updated] (NIFI-11816) Removal of Primary Node Scheduling Strategy

2023-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11816: Fix Version/s: 2.0.0 (was: 2.latest) Resolution: Fixed

[GitHub] [nifi] wannadream commented on a diff in pull request #6619: NIFI-10760 Add Api key authentication option to ElasticSearchClientServiceImpl

2023-07-20 Thread via GitHub
wannadream commented on code in PR #6619: URL: https://github.com/apache/nifi/pull/6619#discussion_r1269709827 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/src/main/java/org/apache/nifi/elasticsearch/ElasticSearchClientServiceImpl.java: ## @@ -

[jira] [Created] (NIFI-11838) Upgrade Netty to 4.1.95

2023-07-20 Thread David Handermann (Jira)
David Handermann created NIFI-11838: --- Summary: Upgrade Netty to 4.1.95 Key: NIFI-11838 URL: https://issues.apache.org/jira/browse/NIFI-11838 Project: Apache NiFi Issue Type: Improvement

[jira] [Created] (NIFI-11839) Upgrade Spring Boot to 2.7.14

2023-07-20 Thread David Handermann (Jira)
David Handermann created NIFI-11839: --- Summary: Upgrade Spring Boot to 2.7.14 Key: NIFI-11839 URL: https://issues.apache.org/jira/browse/NIFI-11839 Project: Apache NiFi Issue Type: Improveme

[GitHub] [nifi] exceptionfactory opened a new pull request, #7507: NIFI-11838 Upgrade Netty from 4.1.94 to 4.1.95

2023-07-20 Thread via GitHub
exceptionfactory opened a new pull request, #7507: URL: https://github.com/apache/nifi/pull/7507 # Summary [NIFI-11838](https://issues.apache.org/jira/browse/NIFI-11838) Upgrades Netty from 4.1.94 to [4.1.95](https://netty.io/news/2023/07/20/4-1-95-Final.html) incorporating several

[GitHub] [nifi] exceptionfactory opened a new pull request, #7508: NIFI-11839 Upgrade Spring Boot from 2.7.13 to 2.7.14

2023-07-20 Thread via GitHub
exceptionfactory opened a new pull request, #7508: URL: https://github.com/apache/nifi/pull/7508 # Summary [NIFI-11839](https://issues.apache.org/jira/browse/NIFI-11839) Upgrades Spring Boot from 2.7.13 to [2.7.14](https://github.com/spring-projects/spring-boot/releases/tag/v2.7.14)

[jira] [Updated] (NIFI-11838) Upgrade Netty to 4.1.95

2023-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11838: Status: Patch Available (was: In Progress) > Upgrade Netty to 4.1.95 > ---

[jira] [Updated] (NIFI-11839) Upgrade Spring Boot to 2.7.14

2023-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11839: Status: Patch Available (was: Open) > Upgrade Spring Boot to 2.7.14 >

[jira] [Created] (NIFI-11840) ConsumeKafkaRecord, add Kafka record metadata attributes before handoff to RecordReader

2023-07-20 Thread Paul Grey (Jira)
Paul Grey created NIFI-11840: Summary: ConsumeKafkaRecord, add Kafka record metadata attributes before handoff to RecordReader Key: NIFI-11840 URL: https://issues.apache.org/jira/browse/NIFI-11840 Project

[GitHub] [nifi] exceptionfactory closed pull request #7506: NIFI-11837: When determining whether or not a queue should exit 'swap…

2023-07-20 Thread via GitHub
exceptionfactory closed pull request #7506: NIFI-11837: When determining whether or not a queue should exit 'swap… URL: https://github.com/apache/nifi/pull/7506 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Commented] (NIFI-11837) When a queue starts swapping out data, it never stops

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745199#comment-17745199 ] ASF subversion and git services commented on NIFI-11837: Commit 8

[jira] [Commented] (NIFI-11837) When a queue starts swapping out data, it never stops

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745200#comment-17745200 ] ASF subversion and git services commented on NIFI-11837: Commit 9

[jira] [Commented] (NIFI-11837) When a queue starts swapping out data, it never stops

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745201#comment-17745201 ] ASF subversion and git services commented on NIFI-11837: Commit 9

[jira] [Updated] (NIFI-11837) When a queue starts swapping out data, it never stops

2023-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11837: Resolution: Fixed Status: Resolved (was: Patch Available) > When a queue starts sw

[jira] [Updated] (NIFI-11837) When a queue starts swapping out data, it never stops

2023-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11837: Affects Version/s: 1.22.0 1.14.0 > When a queue starts swapping out

[GitHub] [nifi] ChrisSamo632 commented on a diff in pull request #6619: NIFI-10760 Add Api key authentication option to ElasticSearchClientServiceImpl

2023-07-20 Thread via GitHub
ChrisSamo632 commented on code in PR #6619: URL: https://github.com/apache/nifi/pull/6619#discussion_r1269822821 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/src/main/java/org/apache/nifi/elasticsearch/ElasticSearchClientServiceImpl.java: ## @@

[GitHub] [nifi] exceptionfactory closed pull request #7492: NIFI-11827: Create Schema Registry Controller Service for AWS Glue

2023-07-20 Thread via GitHub
exceptionfactory closed pull request #7492: NIFI-11827: Create Schema Registry Controller Service for AWS Glue URL: https://github.com/apache/nifi/pull/7492 -- 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

[jira] [Commented] (NIFI-11827) Create Schema Registry Controller Service for AWS Glue

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745232#comment-17745232 ] ASF subversion and git services commented on NIFI-11827: Commit 8

[jira] [Commented] (NIFI-11827) Create Schema Registry Controller Service for AWS Glue

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745238#comment-17745238 ] ASF subversion and git services commented on NIFI-11827: Commit d

[jira] [Resolved] (NIFI-11827) Create Schema Registry Controller Service for AWS Glue

2023-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-11827. - Fix Version/s: 2.0.0 1.23.0 Resolution: Fixed > Create Schema R

[jira] [Commented] (NIFI-11839) Upgrade Spring Boot to 2.7.14

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745254#comment-17745254 ] ASF subversion and git services commented on NIFI-11839: Commit 6

[jira] [Commented] (NIFI-11839) Upgrade Spring Boot to 2.7.14

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745256#comment-17745256 ] ASF subversion and git services commented on NIFI-11839: Commit c

[jira] [Updated] (NIFI-11839) Upgrade Spring Boot to 2.7.14

2023-07-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11839: Fix Version/s: 2.0.0 1.23.0 (was: 1.latest)

[jira] [Commented] (NIFI-11838) Upgrade Netty to 4.1.95

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745260#comment-17745260 ] ASF subversion and git services commented on NIFI-11838: Commit 6

[jira] [Updated] (NIFI-11838) Upgrade Netty to 4.1.95

2023-07-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11838: Fix Version/s: 2.0.0 1.23.0 (was: 1.latest)

[jira] [Commented] (NIFI-11838) Upgrade Netty to 4.1.95

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745261#comment-17745261 ] ASF subversion and git services commented on NIFI-11838: Commit 9

[GitHub] [nifi] wannadream commented on a diff in pull request #6619: NIFI-10760 Add Api key authentication option to ElasticSearchClientServiceImpl

2023-07-20 Thread via GitHub
wannadream commented on code in PR #6619: URL: https://github.com/apache/nifi/pull/6619#discussion_r1270058336 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/src/main/java/org/apache/nifi/elasticsearch/ElasticSearchClientServiceImpl.java: ## @@ -

[GitHub] [nifi] mattyb149 opened a new pull request, #7509: NIFI-11830: Add ability to apply JSLT transform to each record

2023-07-20 Thread via GitHub
mattyb149 opened a new pull request, #7509: URL: https://github.com/apache/nifi/pull/7509 # Summary [NIFI-11830](https://issues.apache.org/jira/browse/NIFI-11830) This PR adds a "Transformation Strategy" property to JSLTTransformJSON to allow the user to choose whether to apply the J

[jira] [Updated] (NIFI-11830) Allow JSLTTransformJSON to apply the transform to each object rather than the whole file

2023-07-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11830: Status: Patch Available (was: In Progress) > Allow JSLTTransformJSON to apply the transform to eac

[jira] [Commented] (NIFI-11832) Conduct Apache NiFi 1.23 release

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745317#comment-17745317 ] ASF subversion and git services commented on NIFI-11832: Commit 2

[jira] [Commented] (NIFI-11832) Conduct Apache NiFi 1.23 release

2023-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745318#comment-17745318 ] ASF subversion and git services commented on NIFI-11832: Commit 3

[jira] [Updated] (NIFI-10784) Add Processor for Querying Apache IoTDB

2023-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10784: Summary: Add Processor for Querying Apache IoTDB(was: implement a processor of Apache I

[jira] [Created] (NIFI-11841) Nifi in cluster setup doesn't stop within the graceful shutdown period

2023-07-20 Thread Dheeraj Joshi (Jira)
Dheeraj Joshi created NIFI-11841: Summary: Nifi in cluster setup doesn't stop within the graceful shutdown period Key: NIFI-11841 URL: https://issues.apache.org/jira/browse/NIFI-11841 Project: Apache

[jira] [Commented] (NIFI-11841) Nifi in cluster setup doesn't stop within the graceful shutdown period

2023-07-20 Thread Dheeraj Joshi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745405#comment-17745405 ] Dheeraj Joshi commented on NIFI-11841: -- When bootstrap prints {{Shutdown in progress