This is an automated email from the ASF dual-hosted git repository.
pvillard31 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new e18682cad42 NIFI-16314 Trim trailing spaces in fragment attribute docs
(#11641)
e18682cad42 is described below
commit e18682cad4297f78678699a3ae5b83a340a33096
Author: Joe Witt <[email protected]>
AuthorDate: Tue Sep 8 01:28:09 2026 -0700
NIFI-16314 Trim trailing spaces in fragment attribute docs (#11641)
---
.../src/main/java/org/apache/nifi/processors/avro/SplitAvro.java | 2 +-
.../org/apache/nifi/processors/email/ExtractEmailAttachments.java | 4 ++--
.../java/org/apache/nifi/processors/standard/PartitionRecord.java | 2 +-
.../main/java/org/apache/nifi/processors/standard/SplitContent.java | 2 +-
.../src/main/java/org/apache/nifi/processors/standard/SplitJson.java | 2 +-
.../main/java/org/apache/nifi/processors/standard/SplitRecord.java | 2 +-
.../src/main/java/org/apache/nifi/processors/standard/SplitText.java | 2 +-
.../src/main/java/org/apache/nifi/processors/standard/SplitXml.java | 2 +-
.../main/java/org/apache/nifi/processors/standard/UnpackContent.java | 2 +-
9 files changed, 10 insertions(+), 10 deletions(-)
diff --git
a/nifi-extension-bundles/nifi-avro-bundle/nifi-avro-processors/src/main/java/org/apache/nifi/processors/avro/SplitAvro.java
b/nifi-extension-bundles/nifi-avro-bundle/nifi-avro-processors/src/main/java/org/apache/nifi/processors/avro/SplitAvro.java
index f4712a51c59..3f6bfe65cda 100644
---
a/nifi-extension-bundles/nifi-avro-bundle/nifi-avro-processors/src/main/java/org/apache/nifi/processors/avro/SplitAvro.java
+++
b/nifi-extension-bundles/nifi-avro-bundle/nifi-avro-processors/src/main/java/org/apache/nifi/processors/avro/SplitAvro.java
@@ -80,7 +80,7 @@ import static
org.apache.nifi.flowfile.attributes.FragmentAttributes.copyAttribu
description = "A one-up number that indicates the ordering of
the split FlowFiles that were created from a single parent FlowFile"),
@WritesAttribute(attribute = "fragment.count",
description = "The number of split FlowFiles generated from
the parent FlowFile"),
- @WritesAttribute(attribute = "segment.original.filename ", description
= "The filename of the parent FlowFile")
+ @WritesAttribute(attribute = "segment.original.filename", description
= "The filename of the parent FlowFile")
})
@SystemResourceConsideration(resource = SystemResource.MEMORY)
public class SplitAvro extends AbstractProcessor {
diff --git
a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/ExtractEmailAttachments.java
b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/ExtractEmailAttachments.java
index 6ea2f6505cd..5215f2b8259 100644
---
a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/ExtractEmailAttachments.java
+++
b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/ExtractEmailAttachments.java
@@ -60,8 +60,8 @@ import java.util.Set;
@InputRequirement(Requirement.INPUT_REQUIRED)
@CapabilityDescription("Extract attachments from a mime formatted email file,
splitting them into individual FlowFiles.")
@WritesAttributes({
- @WritesAttribute(attribute = "filename ", description = "The filename
of the attachment"),
- @WritesAttribute(attribute = "email.attachment.parent.filename ",
description = "The filename of the parent FlowFile"),
+ @WritesAttribute(attribute = "filename", description = "The filename
of the attachment"),
+ @WritesAttribute(attribute = "email.attachment.parent.filename",
description = "The filename of the parent FlowFile"),
@WritesAttribute(attribute = "email.attachment.parent.uuid",
description = "The UUID of the original FlowFile."),
@WritesAttribute(attribute = "mime.type", description = "The mime type
of the attachment."),
@WritesAttribute(attribute =
ExtractEmailAttachments.ATTACHMENT_HEADER_ATTRIBUTE_PREFIX + "<attachment
header name>", description = "Attachment header.")})
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PartitionRecord.java
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PartitionRecord.java
index bbf3710f1e4..e8f2558a36e 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PartitionRecord.java
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PartitionRecord.java
@@ -87,7 +87,7 @@ import java.util.stream.Stream;
+ "generated UUID added for this attribute"),
@WritesAttribute(attribute = "fragment.index", description = "A one-up
number that indicates the ordering of the partitioned FlowFiles that were
created from a single parent FlowFile"),
@WritesAttribute(attribute = "fragment.count", description = "The number
of partitioned FlowFiles generated from the parent FlowFile"),
- @WritesAttribute(attribute = "segment.original.filename ", description =
"The filename of the parent FlowFile"),
+ @WritesAttribute(attribute = "segment.original.filename", description =
"The filename of the parent FlowFile"),
@WritesAttribute(attribute = "<dynamic property name>",
description = "For each dynamic property that is added, an attribute
may be added to the FlowFile. See the description for Dynamic Properties for
more information.")
})
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitContent.java
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitContent.java
index a9b8cc44e70..a63ae62e80c 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitContent.java
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitContent.java
@@ -68,7 +68,7 @@ import java.util.concurrent.atomic.AtomicReference;
@WritesAttribute(attribute = "fragment.identifier", description = "All
split FlowFiles produced from the same parent FlowFile will have the same
randomly generated UUID added for this attribute"),
@WritesAttribute(attribute = "fragment.index", description = "A one-up
number that indicates the ordering of the split FlowFiles that were created
from a single parent FlowFile"),
@WritesAttribute(attribute = "fragment.count", description = "The number
of split FlowFiles generated from the parent FlowFile"),
- @WritesAttribute(attribute = "segment.original.filename ", description =
"The filename of the parent FlowFile")})
+ @WritesAttribute(attribute = "segment.original.filename", description =
"The filename of the parent FlowFile")})
@SeeAlso(MergeContent.class)
@SystemResourceConsideration(resource = SystemResource.MEMORY, description =
"The FlowFile with its attributes is stored in memory, not the content of the
FlowFile. If many splits are generated " +
"due to the size of the content, or how the content is configured to
be split, a two-phase approach may be necessary to avoid excessive use of
memory.")
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitJson.java
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitJson.java
index d910544f2c8..42d1d960967 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitJson.java
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitJson.java
@@ -75,7 +75,7 @@ import static
org.apache.nifi.flowfile.attributes.FragmentAttributes.copyAttribu
description = "A one-up number that indicates the ordering of
the split FlowFiles that were created from a single parent FlowFile"),
@WritesAttribute(attribute = "fragment.count",
description = "The number of split FlowFiles generated from
the parent FlowFile"),
- @WritesAttribute(attribute = "segment.original.filename ", description
= "The filename of the parent FlowFile")
+ @WritesAttribute(attribute = "segment.original.filename", description
= "The filename of the parent FlowFile")
})
@SystemResourceConsideration(resource = SystemResource.MEMORY, description =
"The entirety of the FlowFile's content (as a JsonNode object) is read into
memory, " +
"in addition to all of the generated FlowFiles representing the split
JSON. If many splits are generated due to the size of the JSON, or how the JSON
is " +
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitRecord.java
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitRecord.java
index 65e4b3a077f..4b8b0da030c 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitRecord.java
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitRecord.java
@@ -66,7 +66,7 @@ import java.util.UUID;
@WritesAttribute(attribute = "fragment.identifier", description = "All
split FlowFiles produced from the same parent FlowFile will have the same
randomly generated UUID added for this attribute"),
@WritesAttribute(attribute = "fragment.index", description = "A one-up
number that indicates the ordering of the split FlowFiles that were created
from a single parent FlowFile"),
@WritesAttribute(attribute = "fragment.count", description = "The number
of split FlowFiles generated from the parent FlowFile"),
- @WritesAttribute(attribute = "segment.original.filename ", description =
"The filename of the parent FlowFile")
+ @WritesAttribute(attribute = "segment.original.filename", description =
"The filename of the parent FlowFile")
})
@CapabilityDescription("Splits up an input FlowFile that is in a
record-oriented data format into multiple smaller FlowFiles")
public class SplitRecord extends AbstractProcessor {
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitText.java
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitText.java
index fa05fe21997..afecfd6a8ff 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitText.java
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitText.java
@@ -81,7 +81,7 @@ import java.util.concurrent.atomic.AtomicReference;
@WritesAttribute(attribute = "fragment.identifier", description = "All
split FlowFiles produced from the same parent FlowFile will have the same
randomly generated UUID added for this attribute"),
@WritesAttribute(attribute = "fragment.index", description = "A one-up
number that indicates the ordering of the split FlowFiles that were created
from a single parent FlowFile"),
@WritesAttribute(attribute = "fragment.count", description = "The number
of split FlowFiles generated from the parent FlowFile"),
- @WritesAttribute(attribute = "segment.original.filename ", description =
"The filename of the parent FlowFile")})
+ @WritesAttribute(attribute = "segment.original.filename", description =
"The filename of the parent FlowFile")})
@SeeAlso(MergeContent.class)
@SystemResourceConsideration(resource = SystemResource.MEMORY, description =
"The FlowFile with its attributes is stored in memory, not the content of the
FlowFile. If many splits are generated " +
"due to the size of the content, or how the content is configured to
be split, a two-phase approach may be necessary to avoid excessive use of
memory.")
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitXml.java
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitXml.java
index c678d191e27..7919a6eed6a 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitXml.java
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitXml.java
@@ -78,7 +78,7 @@ import static
org.apache.nifi.flowfile.attributes.FragmentAttributes.copyAttribu
description = "A one-up number that indicates the ordering of
the split FlowFiles that were created from a single parent FlowFile"),
@WritesAttribute(attribute = "fragment.count",
description = "The number of split FlowFiles generated from
the parent FlowFile"),
- @WritesAttribute(attribute = "segment.original.filename ", description
= "The filename of the parent FlowFile")
+ @WritesAttribute(attribute = "segment.original.filename", description
= "The filename of the parent FlowFile")
})
@SystemResourceConsideration(resource = SystemResource.MEMORY, description =
"The entirety of the FlowFile's content (as a Document object) is read into
memory, " +
"in addition to all of the generated FlowFiles representing the split
XML. A Document object can take approximately 10 times as much memory as the
size of " +
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/UnpackContent.java
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/UnpackContent.java
index f1a4c70dc38..5aa097ae6fb 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/UnpackContent.java
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/UnpackContent.java
@@ -103,7 +103,7 @@ import java.util.regex.Pattern;
@WritesAttribute(attribute = "fragment.index", description = "A one-up
number that indicates the ordering of the unpacked FlowFiles that were created
from a single "
+ "parent FlowFile"),
@WritesAttribute(attribute = "fragment.count", description = "The number
of unpacked FlowFiles generated from the parent FlowFile"),
- @WritesAttribute(attribute = "segment.original.filename ", description =
"The filename of the parent FlowFile. Extensions of .tar, .zip or .pkg are
removed because "
+ @WritesAttribute(attribute = "segment.original.filename", description =
"The filename of the parent FlowFile. Extensions of .tar, .zip or .pkg are
removed because "
+ "the MergeContent processor automatically adds those extensions
if it is used to rebuild the original FlowFile"),
@WritesAttribute(attribute =
UnpackContent.FILE_LAST_MODIFIED_TIME_ATTRIBUTE, description = "The date and
time that the unpacked file was last modified (tar and zip only)."),
@WritesAttribute(attribute = UnpackContent.FILE_CREATION_TIME_ATTRIBUTE,
description = "The date and time that the file was created. For encrypted zip
files this attribute" +