This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a change to branch NIFI-11972-RC1
in repository https://gitbox.apache.org/repos/asf/nifi.git
at 97c6f97865 NIFI-11972-RC1 prepare for next development iteration
This branch includes the following new commits:
new 6e9ad73052 NIFI-11971: Ensure that if we do not write any bytes to a
file after calling ProcessSession.write() that we set content claim's length to
0 when closing OutputStream; otherwise it remains -1, which causes issues,
since the length will later be added to the offset to determine the position in
the ste stream
new 7d82b94c66 NIFI-11971: Ensure that when creating a new content claim
that we always treat an existing claim length of -1 as 0, to ensure that we
never add -1 to our offset
new dec043e590 NIFI-11972-RC1 prepare release nifi-1.23.2-RC1
new 97c6f97865 NIFI-11972-RC1 prepare for next development iteration
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.