[jira] [Updated] (MINIFICPP-345) Explore combining unit tests to speed up build

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-345: --- Priority: Minor (was: Major) > Explore combining unit tests to speed up build >

[jira] [Updated] (MINIFICPP-334) Implement JSON path lookup in Expression Language

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-334: --- Priority: Minor (was: Major) > Implement JSON path lookup in Expression Language >

[jira] [Assigned] (MINIFICPP-334) Implement JSON path lookup in Expression Language

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz reassigned MINIFICPP-334: -- Assignee: (was: Andrew Christianson) > Implement JSON path lookup in

[jira] [Resolved] (MINIFICPP-323) Create templated ExtensionFactory that uses the template argument pack to auto determine the classes.

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-323. Resolution: Abandoned > Create templated ExtensionFactory that uses the template

[jira] [Resolved] (MINIFICPP-322) Improve extension development and the documentation therein.

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-322. Resolution: Abandoned > Improve extension development and the documentation therein. >

[jira] [Resolved] (MINIFICPP-309) Improve logging and institute metrics for Scheduling agents

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-309. Resolution: Done mostly done > Improve logging and institute metrics for Scheduling

[jira] [Created] (NIFI-11901) Add processor version when component is details view

2023-08-02 Thread Pierre Villard (Jira)
Pierre Villard created NIFI-11901: - Summary: Add processor version when component is details view Key: NIFI-11901 URL: https://issues.apache.org/jira/browse/NIFI-11901 Project: Apache NiFi

[GitHub] [nifi] ChrisSamo632 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
ChrisSamo632 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282306029 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchRecordTest.java:

[GitHub] [nifi] dan-s1 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
dan-s1 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282327035 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchRecordTest.java:

[GitHub] [nifi] dan-s1 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
dan-s1 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282327035 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchRecordTest.java:

[GitHub] [nifi] dan-s1 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
dan-s1 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282327035 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchRecordTest.java:

[GitHub] [nifi] ChrisSamo632 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
ChrisSamo632 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282344859 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchRecordTest.java:

[jira] [Resolved] (MINIFICPP-398) Support schema config version 4

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-398. Resolution: Invalid The heartbeat manifest contains every configurable option. >

[jira] [Updated] (MINIFICPP-386) Boostrap script should allow for alternative installation directories when building packages

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-386: --- Priority: Minor (was: Major) > Boostrap script should allow for alternative installation

[GitHub] [nifi] ChrisSamo632 commented on pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
ChrisSamo632 commented on PR #7537: URL: https://github.com/apache/nifi/pull/7537#issuecomment-1662792006 > @ChrisSamo632 Sorry by accident closed this PR and the reopened. Would it be okay to fix the test errors by placing in `setUpBeforeClass` > >

[jira] [Resolved] (MINIFICPP-300) Add attribute noinline to logging

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-300. Resolution: Won't Fix I think we have much larger perf bottlenecks than branch

[jira] [Resolved] (MINIFICPP-426) Update bootstrap to download libcurl-openssl on centos and rhel

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-426. Resolution: Invalid 3rd party libs are downloaded through cmake > Update bootstrap to

[jira] [Resolved] (MINIFICPP-420) Add max size to repository metrics

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-420. Resolution: Done Where there is a max size, it's part of the metrics. > Add max size

[jira] [Updated] (NIFI-11860) Erroneously set decimalScale when resultSetScale is 0

2023-08-02 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11860: Fix Version/s: 1.latest 2.latest > Erroneously set decimalScale when

[jira] [Resolved] (MINIFICPP-259) Readability and optimization improvement for GetTCP processor

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-259. Resolution: Fixed GetTCP was rewritten recently > Readability and optimization

[jira] [Resolved] (MINIFICPP-257) How to visualize or include the minifi c++ custom processor in NiFi UI to create a work flow?

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-257. Resolution: Done > How to visualize or include the minifi c++ custom processor in NiFi

[jira] [Resolved] (MINIFICPP-375) Make log location configurable

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-375. Resolution: Done > Make log location configurable > -- > >

[jira] [Resolved] (MINIFICPP-381) Update docs to reference the 0.4.0 configuration toolkit now that it is available

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-381. Resolution: Won't Fix > Update docs to reference the 0.4.0 configuration toolkit now

[jira] [Updated] (MINIFICPP-360) Improve ARM build procedures

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-360: --- Issue Type: Improvement (was: Bug) > Improve ARM build procedures >

[jira] [Updated] (MINIFICPP-360) Improve ARM build procedures

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-360: --- Priority: Trivial (was: Major) > Improve ARM build procedures >

[GitHub] [nifi] exceptionfactory closed pull request #7558: NIFI-11900 Added catch for IllegalStateException

2023-08-02 Thread via GitHub
exceptionfactory closed pull request #7558: NIFI-11900 Added catch for IllegalStateException URL: https://github.com/apache/nifi/pull/7558 -- 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-11900) Handle IllegalStateException in ResizeImage

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

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

2023-08-02 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11890: Status: Patch Available (was: Open) > Upgrade guava to 32.0.1-jre for nifi-toolkit

[jira] [Resolved] (NIFI-11900) Handle IllegalStateException in ResizeImage

2023-08-02 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-11900. - Fix Version/s: 2.0.0 1.24.0 Resolution: Fixed > Handle

[jira] [Resolved] (MINIFICPP-245) StringToTime doesn't lower case string rendering all SEC options invalid

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-245. Resolution: Fixed > StringToTime doesn't lower case string rendering all SEC options

[jira] [Updated] (MINIFICPP-18) Site to site transactions cannot be interrupted

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-18: -- Priority: Minor (was: Blocker) > Site to site transactions cannot be interrupted >

[jira] [Resolved] (MINIFICPP-298) Schedulers should be able to detect if portions of the graph can immediately flow

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-298. Resolution: Fixed Event driven scheduling can do this > Schedulers should be able to

[jira] [Updated] (MINIFICPP-412) Publish MiNiFi Docs to website

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-412: --- Priority: Minor (was: Major) > Publish MiNiFi Docs to website >

[jira] [Assigned] (NIFI-8606) Add Stop & Configure button to Controller Service Details dialog

2023-08-02 Thread Reynaldo Rea (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reynaldo Rea reassigned NIFI-8606: -- Assignee: Reynaldo Rea > Add Stop & Configure button to Controller Service Details dialog >

[jira] [Updated] (NIFI-11898) Handle auto-commit and commit based on driver capabilities in PutDatabaseRecord

2023-08-02 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11898: Status: Patch Available (was: In Progress) > Handle auto-commit and commit based on driver

[GitHub] [nifi] dan-s1 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
dan-s1 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282327035 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchRecordTest.java:

[jira] [Resolved] (MINIFICPP-255) ClassLoader should provide a mechanism to link classes without dlsym and load all linker flags

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-255. Resolution: Invalid Using shared libs now, no longer a problem > ClassLoader should

[jira] [Assigned] (MINIFICPP-256) ExecuteProcess script uses wrong path

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz reassigned MINIFICPP-256: -- Assignee: (was: Marc Parisi) > ExecuteProcess script uses wrong path >

[jira] [Updated] (MINIFICPP-256) ExecuteProcess script uses wrong path

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-256: --- Priority: Minor (was: Major) > ExecuteProcess script uses wrong path >

[jira] [Updated] (MINIFICPP-345) Explore combining unit tests to speed up build

2023-08-02 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-345: -- Issue Type: Improvement (was: Bug) > Explore combining unit tests to speed up build >

[jira] [Updated] (MINIFICPP-345) Explore combining unit tests to speed up build

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-345: --- Priority: Trivial (was: Minor) > Explore combining unit tests to speed up build >

[jira] [Commented] (NIFI-11860) Erroneously set decimalScale when resultSetScale is 0

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

[jira] [Updated] (NIFI-11901) Add processor version in processor details view

2023-08-02 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-11901: -- Summary: Add processor version in processor details view (was: Add processor version when

[jira] [Commented] (NIFI-11900) Handle IllegalStateException in ResizeImage

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

[GitHub] [nifi] dan-s1 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
dan-s1 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282327035 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchRecordTest.java:

[GitHub] [nifi] dan-s1 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
dan-s1 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282327035 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchRecordTest.java:

[GitHub] [nifi] dan-s1 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
dan-s1 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282327035 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchRecordTest.java:

[jira] [Resolved] (MINIFICPP-294) CURLOPT_TCP_KEEPALIVE should be removed since the base version of of libcurl does not have it on centos 6

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-294. Resolution: Won't Fix centos 6 is no longer supported > CURLOPT_TCP_KEEPALIVE should

[jira] [Resolved] (MINIFICPP-288) Push flowfiles directly to a processor once persisted to avoid relying on spills to enforce state transition

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-288. Resolution: Invalid not clear > Push flowfiles directly to a processor once persisted

[jira] [Resolved] (MINIFICPP-353) Re-enable TF and Bustache in bootstrap

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-353. Resolution: Abandoned TF is dropped in favor of python scripting, bustache is in

[GitHub] [nifi] mattyb149 opened a new pull request, #7561: NIFI-11898: Handle auto-commit and commit based on driver capabilities in PutDatabaseRecord

2023-08-02 Thread via GitHub
mattyb149 opened a new pull request, #7561: URL: https://github.com/apache/nifi/pull/7561 # Summary [NIFI-11898](https://issues.apache.org/jira/browse/NIFI-11898) This is the `main` version of PR #7560 , please see the other PR for details. # Tracking Please complete

[GitHub] [nifi] exceptionfactory commented on pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
exceptionfactory commented on PR #7537: URL: https://github.com/apache/nifi/pull/7537#issuecomment-1662802081 > > @ChrisSamo632 Sorry by accident closed this PR and the reopened. Would it be okay to fix the test errors by placing in `setUpBeforeClass` > >

[jira] [Resolved] (MINIFICPP-252) ContentRepository stream count can be replaced by an atomic hash map

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-252. Resolution: Abandoned > ContentRepository stream count can be replaced by an atomic

[jira] [Assigned] (MINIFICPP-18) Site to site transactions cannot be interrupted

2023-08-02 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink reassigned MINIFICPP-18: Assignee: (was: Marc Parisi) > Site to site transactions cannot be interrupted >

[jira] [Resolved] (MINIFICPP-13) Move third party dependencies to a tagged release prior to MiNiFi-cpp release

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-13. --- Resolution: Not A Problem Most third parties are fetched during the build now > Move

[GitHub] [nifi] pvillard31 opened a new pull request, #7563: NIFI-11901 - add processor details subtitle in processor details view

2023-08-02 Thread via GitHub
pvillard31 opened a new pull request, #7563: URL: https://github.com/apache/nifi/pull/7563 # Summary [NIFI-11901](https://issues.apache.org/jira/browse/NIFI-11901) - add processor details subtitle in processor details view # Tracking Please complete the following

[jira] [Updated] (NIFI-11901) Add processor version in processor details view

2023-08-02 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-11901: -- Fix Version/s: 1.latest 2.latest Status: Patch Available (was:

[jira] [Updated] (MINIFICPP-285) ExecuteProcess does not stop within linux

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-285: --- Priority: Minor (was: Major) > ExecuteProcess does not stop within linux >

[jira] [Assigned] (NIFI-11898) Handle auto-commit and commit based on driver capabilities in PutDatabaseRecord

2023-08-02 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-11898: --- Assignee: Matt Burgess > Handle auto-commit and commit based on driver capabilities in >

[jira] [Commented] (MINIFICPP-1817) Use magic enum library instead of SMART_ENUM macros

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17750401#comment-17750401 ] Marton Szasz commented on MINIFICPP-1817: - We should add a unit test for the new enumCast >

[jira] [Updated] (NIFI-11860) Erroneously set decimalScale when resultSetScale is 0

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

[jira] [Commented] (NIFI-11860) Erroneously set decimalScale when resultSetScale is 0

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

[GitHub] [nifi] mattyb149 closed pull request #7545: NIFI-11860 fixed bug in ResultSetRecordSet affecting decimalScale whe…

2023-08-02 Thread via GitHub
mattyb149 closed pull request #7545: NIFI-11860 fixed bug in ResultSetRecordSet affecting decimalScale whe… URL: https://github.com/apache/nifi/pull/7545 -- 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

[GitHub] [nifi] mattyb149 commented on pull request #7545: NIFI-11860 fixed bug in ResultSetRecordSet affecting decimalScale whe…

2023-08-02 Thread via GitHub
mattyb149 commented on PR #7545: URL: https://github.com/apache/nifi/pull/7545#issuecomment-1662531068 +1 LGTM, thanks for the fix! Merging to main and support/nifi-1.x -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nifi] ChrisSamo632 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
ChrisSamo632 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282108131 ##

[jira] [Updated] (NIFI-11896) QuestDB Status Repository fails to close resources on shutdown

2023-08-02 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11896: Issue Type: Bug (was: Test) > QuestDB Status Repository fails to close resources on

[jira] [Updated] (NIFI-11896) QuestDB Status Repository fails to close resources on shutdown

2023-08-02 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11896: Fix Version/s: 1.latest 2.latest > QuestDB Status Repository fails to

[GitHub] [nifi] turcsanyip commented on pull request #7489: NIFI-11823 - fix NUMERIC support in PutBigQuery

2023-08-02 Thread via GitHub
turcsanyip commented on PR #7489: URL: https://github.com/apache/nifi/pull/7489#issuecomment-1663063462 Thanks @pvillard31 for your detailed explanation! I did not check the result in the BigQuery table, just saw that `long` was successful, and that's why I thought `int` should work

[GitHub] [nifi] turcsanyip commented on a diff in pull request #7489: NIFI-11823 - fix NUMERIC support in PutBigQuery

2023-08-02 Thread via GitHub
turcsanyip commented on code in PR #7489: URL: https://github.com/apache/nifi/pull/7489#discussion_r1282483071 ## nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/bigquery/proto/ProtoUtils.java: ## @@ -17,50 +17,101 @@ package

[jira] [Updated] (MINIFICPP-2162) Remove getClassName(), use className() instead

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-2162: Fix Version/s: 0.15.0 > Remove getClassName(), use className() instead >

[jira] [Updated] (MINIFICPP-2167) Upgrade Catch2 to newer release

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-2167: Resolution: Done Status: Resolved (was: Patch Available) > Upgrade Catch2 to

[jira] [Updated] (MINIFICPP-2167) Upgrade Catch2 to newer release

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-2167: Fix Version/s: 0.15.0 > Upgrade Catch2 to newer release >

[jira] [Resolved] (MINIFICPP-2134) improve InvokeHTTP property parsing errors

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-2134. - Resolution: Done > improve InvokeHTTP property parsing errors >

[jira] [Updated] (MINIFICPP-2163) Running ctest leaves test repository files when finished

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-2163: Fix Version/s: 0.15.0 > Running ctest leaves test repository files when finished >

[jira] [Updated] (NIFI-11899) Existing nifi_bulletin metric does not reflect updated state once bulletin is resolved

2023-08-02 Thread Yolanda M. Davis (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yolanda M. Davis updated NIFI-11899: Fix Version/s: 1.latest 2.latest Status: Patch Available

[GitHub] [nifi] pvillard31 commented on a diff in pull request #7489: NIFI-11823 - fix NUMERIC support in PutBigQuery

2023-08-02 Thread via GitHub
pvillard31 commented on code in PR #7489: URL: https://github.com/apache/nifi/pull/7489#discussion_r1282394555 ## nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/bigquery/proto/ProtoUtils.java: ## @@ -17,50 +17,99 @@ package

[jira] [Assigned] (NIFI-11896) QuestDB Status Repository fails to close resources on shutdown

2023-08-02 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-11896: --- Assignee: David Handermann > QuestDB Status Repository fails to close resources on

[jira] [Updated] (NIFI-11896) QuestDB Status Repository fails to close resources on shutdown

2023-08-02 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11896: Summary: QuestDB Status Repository fails to close resources on shutdown (was:

[GitHub] [nifi] joewitt commented on pull request #7564: NIFI-11896 Correct QuestDB Status Repository Shutdown handling

2023-08-02 Thread via GitHub
joewitt commented on PR #7564: URL: https://github.com/apache/nifi/pull/7564#issuecomment-1663054829 Two full clean builds with all the trimmings worked perfectly/. And no dumpstream. Nice! -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nifi] dan-s1 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
dan-s1 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282485937 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchRecordTest.java:

[GitHub] [nifi] dan-s1 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
dan-s1 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282485937 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchRecordTest.java:

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1598: MINIFICPP-2154 Replace SecureSocketGetTCPTest with utils::net::getSSLContext tests

2023-08-02 Thread via GitHub
szaszm closed pull request #1598: MINIFICPP-2154 Replace SecureSocketGetTCPTest with utils::net::getSSLContext tests URL: https://github.com/apache/nifi-minifi-cpp/pull/1598 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1609: MINIFICPP-1817 Use magic_enum library instead of SMART_ENUM

2023-08-02 Thread via GitHub
szaszm closed pull request #1609: MINIFICPP-1817 Use magic_enum library instead of SMART_ENUM URL: https://github.com/apache/nifi-minifi-cpp/pull/1609 -- 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

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1611: MINIFICPP-2162 Use className() instead of getClassName()

2023-08-02 Thread via GitHub
szaszm closed pull request #1611: MINIFICPP-2162 Use className() instead of getClassName() URL: https://github.com/apache/nifi-minifi-cpp/pull/1611 -- 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

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1608: MINIFICPP-2163 Cleanup LogMetricsPublisherTests

2023-08-02 Thread via GitHub
szaszm closed pull request #1608: MINIFICPP-2163 Cleanup LogMetricsPublisherTests URL: https://github.com/apache/nifi-minifi-cpp/pull/1608 -- 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 #1610: MINIFICPP-2134 Do not swallow parsing exceptions

2023-08-02 Thread via GitHub
szaszm closed pull request #1610: MINIFICPP-2134 Do not swallow parsing exceptions URL: https://github.com/apache/nifi-minifi-cpp/pull/1610 -- 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] Lehel44 opened a new pull request, #7565: NIFI-11902: Fix ListHDFS closes FileSystem in first run

2023-08-02 Thread via GitHub
Lehel44 opened a new pull request, #7565: URL: https://github.com/apache/nifi/pull/7565 # Summary [NIFI-11902](https://issues.apache.org/jira/browse/NIFI-11902) # Tracking Please complete the following tracking steps

[GitHub] [nifi] YolandaMDavis opened a new pull request, #7567: NIFI-11899 - Clear bulletin metrics registry to ensure it is reset with latest bulletins

2023-08-02 Thread via GitHub
YolandaMDavis opened a new pull request, #7567: URL: https://github.com/apache/nifi/pull/7567 # Summary [NIFI-11899](https://issues.apache.org/jira/browse/NIFI-11899) The JIRA resolves an issue where the nifi_bulletin metric

[GitHub] [nifi] pvillard31 commented on pull request #7489: NIFI-11823 - fix NUMERIC support in PutBigQuery

2023-08-02 Thread via GitHub
pvillard31 commented on PR #7489: URL: https://github.com/apache/nifi/pull/7489#issuecomment-1662974374 > I can also see regression in the `testStreamingNoErrorWithDateFormat` IT test. Could you please check it? For me it constantly succeeds on main but fails on the PR branch. Good

[jira] [Assigned] (NIFI-11897) Nifi Framework Core tests for QuestDB create dumpstream output

2023-08-02 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-11897: --- Assignee: David Handermann > Nifi Framework Core tests for QuestDB create

[jira] [Updated] (NIFI-11896) QuestDB Status Repository fails to close resources on shutdown

2023-08-02 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11896: Status: Patch Available (was: In Progress) > QuestDB Status Repository fails to close

[jira] [Created] (NIFI-11902) ListHDFS closes FileSystem in OnTrigger

2023-08-02 Thread Jira
Lehel Boér created NIFI-11902: - Summary: ListHDFS closes FileSystem in OnTrigger Key: NIFI-11902 URL: https://issues.apache.org/jira/browse/NIFI-11902 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi] joewitt opened a new pull request, #7566: NIFI-11903 disable if windows

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

[jira] [Commented] (NIFI-11903) TestZookeeperStateServer does not need to run on windows

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

[GitHub] [nifi] ChrisSamo632 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
ChrisSamo632 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282661035 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchRecordTest.java:

[GitHub] [nifi] dan-s1 commented on a diff in pull request #7537: NIFI-11778 Initial check in of refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-02 Thread via GitHub
dan-s1 commented on code in PR #7537: URL: https://github.com/apache/nifi/pull/7537#discussion_r1282425054 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchRecordTest.java:

[GitHub] [nifi] exceptionfactory opened a new pull request, #7564: NIFI-11896 Correct QuestDB Status Repository Shutdown handling

2023-08-02 Thread via GitHub
exceptionfactory opened a new pull request, #7564: URL: https://github.com/apache/nifi/pull/7564 # Summary [NIFI-11896](https://issues.apache.org/jira/browse/NIFI-11896) Corrects QuestDB Status Repository shutdown handling at runtime and during unit tests. Changes include

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #7561: NIFI-11898: Handle auto-commit and commit based on driver capabilities in PutDatabaseRecord

2023-08-02 Thread via GitHub
exceptionfactory commented on code in PR #7561: URL: https://github.com/apache/nifi/pull/7561#discussion_r1282457678 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java: ## @@ -471,10 +472,19

[jira] [Resolved] (MINIFICPP-2169) PutS3Object fails on Windows

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-2169. - Resolution: Fixed > PutS3Object fails on Windows > > >

[jira] [Updated] (MINIFICPP-2169) PutS3Object fails on Windows

2023-08-02 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-2169: Fix Version/s: 0.15.0 > PutS3Object fails on Windows > >

  1   2   >