You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by th...@apache.org on 2022/10/07 18:45:08 UTC

[nifi] branch main updated (1ebeb2db7a -> 97dc4b67aa)

This is an automated email from the ASF dual-hosted git repository.

thenatog pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from 1ebeb2db7a NIFI-10610 Removed quotation from minifi-env.bat
     add 97dc4b67aa NIFI-10569 Added Maximum Thread property to HandleHttpRequest

No new revisions were added by this update.

Summary of changes:
 .../processors/standard/HandleHttpRequest.java     | 19 ++++-
 .../processors/standard/HandleHttpRequestTest.java | 78 ++++++++++++++++++
 .../standard/ITestHandleHttpRequest.java           | 94 ----------------------
 3 files changed, 96 insertions(+), 95 deletions(-)
 create mode 100644 nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/HandleHttpRequestTest.java