Skip to content

Commit

Permalink
NIFI-13669: Adding alternative processor suggestion in InvokeAWSGatew…
Browse files Browse the repository at this point in the history
…ayApi deprecation notice

Signed-off-by: Matt Burgess <[email protected]>

This closes #9189
  • Loading branch information
gresockj authored and mattyb149 committed Aug 21, 2024
1 parent 1f3b49b commit 49556f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"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"));
Expand Down

0 comments on commit 49556f2

Please sign in to comment.