This is an automated email from the ASF dual-hosted git repository.
oscerd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 75fe1e101068 CAMEL-24791: camel-slack - use obvious placeholders for
webhookUrl and token in the docs (#26546)
75fe1e101068 is described below
commit 75fe1e1010684b91c5aca0a74516fa0107d2d764
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Sep 17 11:41:47 2026 +0200
CAMEL-24791: camel-slack - use obvious placeholders for webhookUrl and
token in the docs (#26546)
Co-authored-by: Claude Opus 4.8 <[email protected]>
---
.../resources/org/apache/camel/catalog/docs/slack-component.adoc | 4 ++--
components/camel-slack/src/main/docs/slack-component.adoc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/slack-component.adoc
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/slack-component.adoc
index 6b03b92c8851..4f7350e13eab 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/slack-component.adoc
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/slack-component.adoc
@@ -63,8 +63,8 @@ parameter.
[source,xml]
----
<bean id="slack" class="org.apache.camel.component.slack.SlackComponent">
- <property name="webhookUrl"
value="https://hooks.slack.com/services/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"/>
- <property name="token"
value="xoxb-12345678901-1234567890123-xxxxxxxxxxxxxxxxxxxxxxxx"/>
+ <property name="webhookUrl"
value="https://hooks.slack.com/services/YOUR_TEAM_ID/YOUR_BOT_ID/YOUR_WEBHOOK_SECRET"/>
+ <property name="token" value="xoxb-YOUR_SLACK_APP_TOKEN"/>
</bean>
----
diff --git a/components/camel-slack/src/main/docs/slack-component.adoc
b/components/camel-slack/src/main/docs/slack-component.adoc
index 6b03b92c8851..4f7350e13eab 100644
--- a/components/camel-slack/src/main/docs/slack-component.adoc
+++ b/components/camel-slack/src/main/docs/slack-component.adoc
@@ -63,8 +63,8 @@ parameter.
[source,xml]
----
<bean id="slack" class="org.apache.camel.component.slack.SlackComponent">
- <property name="webhookUrl"
value="https://hooks.slack.com/services/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"/>
- <property name="token"
value="xoxb-12345678901-1234567890123-xxxxxxxxxxxxxxxxxxxxxxxx"/>
+ <property name="webhookUrl"
value="https://hooks.slack.com/services/YOUR_TEAM_ID/YOUR_BOT_ID/YOUR_WEBHOOK_SECRET"/>
+ <property name="token" value="xoxb-YOUR_SLACK_APP_TOKEN"/>
</bean>
----