This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit edc96ade1d2b576cb07f0db5403076b905e3cb4c Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Wed Sep 4 14:30:05 2024 +0200 CAMEL-21066: removed blueprint information --- docs/user-manual/modules/ROOT/pages/health-check.adoc | 2 +- docs/user-manual/modules/ROOT/pages/route-configuration.adoc | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/health-check.adoc b/docs/user-manual/modules/ROOT/pages/health-check.adoc index baefeeb1917..eea44d5cfc0 100644 --- a/docs/user-manual/modules/ROOT/pages/health-check.adoc +++ b/docs/user-manual/modules/ROOT/pages/health-check.adoc @@ -272,7 +272,7 @@ And in Spring Boot: camel.springboot.load-health-checks = true ---- -And if you use the classic Spring XML or Blueprint XML, you can enable this on `<camelContext>` as shown: +And if you use the classic Spring XML, you can enable this on `<camelContext>` as shown: [source,xml] ---- diff --git a/docs/user-manual/modules/ROOT/pages/route-configuration.adoc b/docs/user-manual/modules/ROOT/pages/route-configuration.adoc index 79f5b3de18a..d18bb3d0a8e 100644 --- a/docs/user-manual/modules/ROOT/pages/route-configuration.adoc +++ b/docs/user-manual/modules/ROOT/pages/route-configuration.adoc @@ -283,10 +283,9 @@ In this example, the route is assigned the `_yamlError_` route configuration by Routes and route configuration are not required to use the same language. For example, you can code route configurations in Java, and then use XML DSL for the routes, and they would work together. -== Route Configuration in classic Spring/Blueprint XML +== Route Configuration in classic Spring XML -When using XML DSL with `camel-spring-xml` or `camel-blueprint` -then you can code your route configurations in `<routeConfigurationContext>` snippets +When using XML DSL with `camel-spring-xml` then you can code your route configurations in `<routeConfigurationContext>` snippets in separate XML files as shown below: [source,xml]