This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-1.1.0.19-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-1.1.0.19-1-tag was deleted! ***
was 9a01be4a4f HOTFIX-4007 NIFI-8360: Fixed an overflow issue where we
used an integer to store the number of bytes encountered when reading data and
searching for a given pattern
This change permanently discards the following revisions:
discard 9a01be4a4f HOTFIX-4007 NIFI-8360: Fixed an overflow issue where we
used an integer to store the number of bytes encountered when reading data and
searching for a given pattern
discard 9face9f392 HOTFIX-4007 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 ce353f32f9 HOTFIX-4007 NIFI-7994: Fixed ReplaceText concurrency issue