This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-1.1.0.15-2-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-1.1.0.15-2-tag was deleted! ***
was d862814ada HOTFIX-3845 Fix backport issues
This change permanently discards the following revisions:
discard d862814ada HOTFIX-3845 Fix backport issues
discard 70ec6d34e8 HOTFIX-3845 NIFI-8175: Add WindowsEventLogReader controller
service
discard 8cf65d2d1a HOTFIX-3625 NIFI-7992: Periodically check disk usage for
content repo to see if backpressure should be applied. Log progress in
background task. Improve performance of background cleanup task by not using an
ArrayList Iterator and constantly calling remove but instead wait until the end
of our cleanup loop and then removed from the list all elements that should be
removed in a single update
discard f13424f35f HOTFIX-3625 NIFI-7994: Fixed ReplaceText concurrency issue