This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-2.0.1.4-3-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-2.0.1.4-3-tag was deleted! ***
was 1ec04edcaa HOTFIX-3733 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)
This change permanently discards the following revisions:
discard 1ec04edcaa HOTFIX-3733 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 b87acba817 HOTFIX-3733: NIFI-8027 In AbstractExecuteSQL make 'SQL
Pre-Query' and 'SQL Post-Query' properties support escaping semicolons to allow
them be part of statements.
discard 05f6f9f5a6 HOTFIX-3733: NIFI-7994: Fixed ReplaceText concurrency issue
discard 1363b0e3d3 HOTFIX-3733: 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