This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-1.1.0.20-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-1.1.0.20-1-tag was deleted! ***
was de8ba26415 HOTFIX-4044 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 nam [...]
This change permanently discards the following revisions:
discard de8ba26415 HOTFIX-4044 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 nam [...]
discard aa3a2a6171 HOTFIX-4044 NIFI-8054: Updated ReflectionUtils to use a
WeakHashMap for the mapping of annotations to methods with that annotation.
This way, the ReflectionUtils class will not hold a reference to Classes that
are no longer referenced elsewhere. (#4694)
discard c125cdd057 HOTFIX-4044 NIFI-7994: Fixed ReplaceText concurrency issue
discard c34dcaec16 HOTFIX-4044 NIFI-7683: Fixed bug that resulted in a byte[]
being allocated and held onto by a member variable that was unprotected. This
caused the byte array to be modified by two different threads concurrently,
which can potentially cause corruption of FlowFile's data