This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-1.1.0.8-3-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-1.1.0.8-3-tag was deleted! ***
was 10c3c0501e HOTFIX-3458 Fix merge issues in pom-s
This change permanently discards the following revisions:
discard 10c3c0501e HOTFIX-3458 Fix merge issues in pom-s
discard 7e39505a22 HOTFIX-3458 NIFI-7799: Relogin with Kerberos on connect
exception in DBCPConnectionPool (#4519)
discard 34973317a0 HOTFIX-3458 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
discard e93ef9f9f2 HOTFIX-3292 NIFI-7635:
StandardConfigurationContext.getProperty() gets the property descriptor and its
default value from the component itself
discard c9560ca1fe HOTFIX-3163 NIFI-7527 AbstractKuduProcessorrefresh TGT
deadlock fix: Redesigned locking.
discard 6b81f52b81 HOTFIX-3163 NIFI-7453 In PutKudu creating a new Kudu client
when refreshing TGT
discard fe8f2770ad HOTFIX-3163 NIFI-7321 - Allow NiFi admins to configure
whether Jetty will send the Jetty server version in responses. Fixed a
checkstyle error. Added property to nifi.properties. Changed property to a
variable that is set with the pom.xml. Added setting the version variable to
another HTTPConfiguration to fix the version being sent in docs context. Fixed
typo error.