joewitt commented on code in PR #8120:
URL: https://github.com/apache/nifi/pull/8120#discussion_r1414551223
##########
nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PutSlack.java:
##########
@@ -66,6 +67,13 @@
@DynamicProperty(name = "A JSON object to add to Slack's \"attachments\" JSON
payload.", value = "JSON-formatted string to add to Slack's payload JSON
appended to the \"attachments\" JSON array.",
expressionLanguageScope = ExpressionLanguageScope.FLOWFILE_ATTRIBUTES,
description = "Converts the contents of each value specified by the
Dynamic Property's value to JSON and appends it to the payload being sent to
Slack.")
+@DeprecationNotice(
Review Comment:
Agreed. There shouldn't be anything deprecated on 2.x for a while. But
another PR should deprecate these for the support branch. And this PR should
remove them. Then the migration guide/component mapping guide for 2.x updated.
This is cool though
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]