This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.7.x by this push: new 168d3e2 Polish and cleanup documentation 168d3e2 is described below commit 168d3e235b2a3f91d3262c106e653a349dc37707 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Aug 11 09:23:19 2021 +0200 Polish and cleanup documentation --- .../src/main/docs/modules/eips/pages/service-activator.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/service-activator.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/service-activator.adoc index cc9079c..f21cca3 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/service-activator.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/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