This is an automated email from the ASF dual-hosted git repository.
exceptionfactory 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 aaa1bb824a NIFI-14678 Aligned the JoltTransformJSON tags with the Jolt
DSL names (#10034)
aaa1bb824a is described below
commit aaa1bb824a253d383e4b44b7a0261c48099967c9
Author: dan-s1 <[email protected]>
AuthorDate: Thu Jun 26 08:48:13 2025 -0400
NIFI-14678 Aligned the JoltTransformJSON tags with the Jolt DSL names
(#10034)
Signed-off-by: David Handermann <[email protected]>
---
.../main/java/org/apache/nifi/processors/jolt/JoltTransformJSON.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-processors/src/main/java/org/apache/nifi/processors/jolt/JoltTransformJSON.java
b/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-processors/src/main/java/org/apache/nifi/processors/jolt/JoltTransformJSON.java
index 94957086f6..0509466179 100644
---
a/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-processors/src/main/java/org/apache/nifi/processors/jolt/JoltTransformJSON.java
+++
b/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-processors/src/main/java/org/apache/nifi/processors/jolt/JoltTransformJSON.java
@@ -55,7 +55,7 @@ import java.util.stream.Stream;
@SideEffectFree
@SupportsBatching
-@Tags({"json", "jolt", "transform", "shiftr", "chainr", "defaultr", "removr",
"cardinality", "sort"})
+@Tags({"json", "jolt", "transform", "chainr", "shift", "default", "remove",
"cardinality", "sort"})
@InputRequirement(InputRequirement.Requirement.INPUT_REQUIRED)
@WritesAttribute(attribute = "mime.type", description = "Always set to
application/json")
@CapabilityDescription("Applies a list of Jolt specifications to either the
FlowFile JSON content or a specified FlowFile JSON attribute. "