This is an automated email from the ASF dual-hosted git repository.
mattyb149 pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 49556f208a NIFI-13669: Adding alternative processor suggestion in
InvokeAWSGatewayApi deprecation notice
49556f208a is described below
commit 49556f208abd006372b7f61efdf5d847f0229735
Author: Joe Gresock <[email protected]>
AuthorDate: Wed Aug 21 05:29:32 2024 -0400
NIFI-13669: Adding alternative processor suggestion in InvokeAWSGatewayApi
deprecation notice
Signed-off-by: Matt Burgess <[email protected]>
This closes #9189
---
.../java/org/apache/nifi/processors/aws/wag/InvokeAWSGatewayApi.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/wag/InvokeAWSGatewayApi.java
b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/wag/InvokeAWSGatewayApi.java
index 0caa9f68b6..151e4e84bc 100644
---
a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/wag/InvokeAWSGatewayApi.java
+++
b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/wag/InvokeAWSGatewayApi.java
@@ -72,7 +72,7 @@ import java.util.concurrent.TimeUnit;
"Send request header "
+ "with a key matching the Dynamic Property Key and a value created by
evaluating the Attribute Expression Language set in the value "
+ "of the Dynamic Property.")
-@DeprecationNotice(reason = "Planned for removal in NiFi 2.0")
+@DeprecationNotice(reason = "Planned for removal in NiFi 2.0. InvokeHTTP is
the preferred alternative processor.")
public class InvokeAWSGatewayApi extends AbstractAWSGatewayApiProcessor {
private static final Set<String> IDEMPOTENT_METHODS = new
HashSet<>(Arrays.asList("GET", "HEAD", "OPTIONS"));