This is an automated email from the ASF dual-hosted git repository.
markap14 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 1259bd5 NIFI-7379: Support multiple instances of Prometheus
registries/metrics (#4229)
add 659a383 NIFI-7394: Add support for sending Multipart/FORM data to
InvokeHTTP. By using dynamic properties with a prefix naming scheme, allow
definition of the parts, including the name to give the Flowfile content part,
and optionally it's file name. After review: - change so that we can send just
the form content or just form data without the flowfile - change the content
name and content file name from dynamic properties to properties - change the
dynamic name to be an inv [...]
No new revisions were added by this update.
Summary of changes:
.../nifi/processors/standard/InvokeHTTP.java | 190 ++++++++++--
.../standard/util/TestInvokeHttpCommon.java | 320 +++++++++++++++++++--
2 files changed, 461 insertions(+), 49 deletions(-)