This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-1.1.0.22-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-1.1.0.22-1-tag was deleted! ***
was 0cd63b7175 HOTFIX-4095 NIFI-7527 AbstractKuduProcessorrefresh TGT
deadlock fix: Redesigned locking.
This change permanently discards the following revisions:
discard 0cd63b7175 HOTFIX-4095 NIFI-7527 AbstractKuduProcessorrefresh TGT
deadlock fix: Redesigned locking.
discard da6fadbdd9 HOTFIX-4095 NIFI-7453 In PutKudu creating a new Kudu client
when refreshing TGT NIFI-7453 Creating a new Kudu client when refreshing TGT in
KerberosPasswordUser as well. (Applied to KerberosKeytabUser only before.)
NIFI-7453 Safely closing old Kudu client before creating a new one. NIFI-7453
Visibility adjustment.
discard d75cafbf66 HOTFIX-4095 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 c8eab3e4d9 HOTFIX-4095 NIFI-7994: Fixed ReplaceText concurrency issue