This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 bf292ff Regen for commit bebc71cf099d05abff905287fb88eb1192418c16
(#5950)
bf292ff is described below
commit bf292ff7d3afa681f5f4b4bad0b289f995e5507a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 11 11:02:30 2021 +0200
Regen for commit bebc71cf099d05abff905287fb88eb1192418c16 (#5950)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: davsclaus <[email protected]>
---
.../resources/org/apache/camel/catalog/docs/service-activator.adoc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/service-activator.adoc
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/service-activator.adoc
index cc9079c..f21cca3 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/service-activator.adoc
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/service-activator.adoc
@@ -18,8 +18,7 @@ provide a way to bind the message exchange to a Java
interface/service where the
endpoints and wires it up to the bean.
In addition you can use the xref:latest@manual:ROOT:bean-integration.adoc[Bean
Integration] to wire messages
-to a bean using annotation, or even
xref:latest@manual:ROOT:hiding-middleware.adoc[hide all the middleware]
-behind a plain Java interface.
+to a bean using annotation.
== Sample