This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-2.0.1.6-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-2.0.1.6-1-tag was deleted! ***
was 242e3d5efd HOTFIX-3928 Fix regression after hwx.registry.version bump
This change permanently discards the following revisions:
discard 242e3d5efd HOTFIX-3928 Fix regression after hwx.registry.version bump
discard a0d81423e1 HOTFIX-3928 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 6ee377a053 HOTFIX-3928 NIFI-7994: Fixed ReplaceText concurrency issue
discard 4d82dcc246 HOTFIX-3928 Update hwx.registry.version to 0.8.1.7.1.5.0-257
discard 506d5a1a3a HOTFIX-3613 NIFI-7954 Wrapping HBase_*_ClientService calls
in getUgi().doAs() (#4629)
discard 22754311b0 HOTFIX-3613 NIFI-7984 Use UGI doAs in DeleteHDFS (#4622)
discard b3f8b8101e HOTFIX-3613 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