You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2023/03/29 18:39:43 UTC

[nifi] tag HDF-3.4.1.83-1-tag deleted (was 0c2fbb72b6)

This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.4.1.83-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.4.1.83-1-tag was deleted! ***

     was 0c2fbb72b6 NIFI-7023 This closes #3991. Removed SLF4J and Log4J transitive dependencies from Zookeeper so tests log correctly. Changed template handling. Added unit tests.

This change permanently discards the following revisions:

 discard 0c2fbb72b6 NIFI-7023 This closes #3991. Removed SLF4J and Log4J transitive dependencies from Zookeeper so tests log correctly. Changed template handling. Added unit tests.
 discard 4d35a4be89 NIFI-6097 - Upgraded the fasterxml jackson version to 2.9.8. Ensure that the version is consistent across modules using a maven property defined in the root pom.
 discard 100cb8584c NIFI-6236: Update VolatileFlowFileRepository to decrement claimant counts when FlowFiles are deleted
 discard dabde21f8a NIFI-6215: Ensure that when we are swapping FlowFiles back into nifi, that we consider forward slashes or back slashes as the same path separator when determining filename
 discard 1d968837ff NIFI-6155: Ensure that any task submitted to FlowEngine catches Throwable so that the task doesn't die just die silently in the case of an unexpected error/exception
 discard f7f35a4bb4 NIFI-6105: Fix handling of arrays of records/maps in record utilities
 discard 53aa7452d1 NIFI-6105: Fix handling of arrays of records/maps in record utilities
 discard 5dcbdcfcbd NIFI-6150: Moved logic of decrementing content claims from ProcessSession.commit to the FlowFile Repository. Also updated load-balancing protocol and queue drop logic to no longer decrement content claims since the flowfile repo will handle the logic. This allows us ts to ensure that the claimant counts are decremented only if the repo is successfully updated and still before checking if the claim is still in use or not.