This is an automated email from the ASF dual-hosted git repository.
acosentino 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 4a582c27d86d Doc corrections (#19749)
4a582c27d86d is described below
commit 4a582c27d86d5702d37446a6d99d1bc344aad463
Author: Andreas Jonsson <[email protected]>
AuthorDate: Wed Oct 29 10:48:02 2025 +0100
Doc corrections (#19749)
* Headings out of sync
* Headings out of sync
* Headings out of sync
* Headings out of sync
---
.../modules/ROOT/pages/camel-3x-upgrade-guide-3_15.adoc | 2 +-
.../modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc | 2 +-
.../modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc | 6 +++---
.../modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc | 2 +-
.../modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc | 8 ++++----
.../modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc | 2 +-
6 files changed, 11 insertions(+), 11 deletions(-)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_15.adoc
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_15.adoc
index 870268fe326c..b0de3d4550ff 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_15.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_15.adoc
@@ -98,7 +98,7 @@ The Spring Boot auto-configuration names has also been renamed
| camel.dataformat.zipfile | camel.dataformat.zip-file
|====
-==== Message History
+=== Message History
The message history output has changed to include source column, which refers
to the Java class/XML file
from the DSL the message was at the given time. (line precise error reporting).
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
index ea657ee09778..81b3f0fc3192 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
@@ -410,7 +410,7 @@ All the solr headers has been renamed to use `CamelSolr` as
prefix, such as `ope
There are some API breaking changes with
`org.apache.camel.test.infra.XXX.services..XXXContainerService`, they do not
have anymore a constructor accessible, you need to use
`org.apache.camel.test.infra.XXX.services.XXXServiceFactory.createLocalService`
-== camel-spring-boot
+=== camel-spring-boot
The `camel-k-starter` has been removed.
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc
index 2a5d2d07b286..3d43fa6885b2 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc
@@ -233,7 +233,7 @@ There is one single exception for ServiceNow Metadata
Extension since it is used
More details could be found in CAMEL-22013.
-== camel-spring-boot
+=== camel-spring-boot
Upgraded to Spring Boot 3.5.0.
@@ -243,14 +243,14 @@ The `camel-jetty-starter` has been deprecated in favor of
`camel-platform-http-s
The `camel-undertow-starter` has been deprecated in favor of
`camel-platform-http-starter` to use the HTTP server from Spring Boot.
-== camel-langchain4j-tokenizer
+=== camel-langchain4j-tokenizer
The code was upgraded to LangChain4j version 1.0.0, which brings a few
breaking changes:
- By default, tokenization now uses segment sizes
- To tokenize by tokens, the model used in the system must be provided
-== Known regressions
+=== Known regressions
On Windows, Camel Jbang export is no more working out of the box. A workaround
consists in providing `--maven-wrapper=false`.
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc
index 715c4a9fcf03..2916b55932ca 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc
@@ -95,7 +95,7 @@ so this can be configured globally.
Also, most of the components above supports using a header to provide a custom
template, then this must now be turned on via `allowTemplateFromHeader=true` on
the endpoint or component.
-== Camel Spring Boot
+=== Camel Spring Boot
Remove the deprecated `camel.springboot.xxx` configuration syntax. Use
`camel.main.xxx` syntax
which is standard across all runtimes.
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
index 94738578bf7c..74c030444a1f 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
@@ -267,9 +267,9 @@ Removed `token` from the URI's path in favor of setting it
through a `token` que
Deprecated support for the old Swagger 2.0 spec. Only OpenAPI v3 specs is
supported from Camel 4.5 onwards.
-== Camel Spring Boot
+=== Camel Spring Boot
-=== Ordering of BOM imports
+==== Ordering of BOM imports
When using Camel on Spring Boot, it's recommended to use BOMs to import Camel
and Spring dependencies.
In Camel 4.4 onwards we changed the order to let Camel be first as shown below:
@@ -301,14 +301,14 @@ In Camel 4.4 onwards we changed the order to let Camel be
first as shown below:
In previous versions, then we would have `spring-boot-dependencies` before
`camel-spring-boot-bom`. However, to better
align and ensure Camel starters are using supported dependencies, then it's
recommended to let Camel be first.
-=== Auto Configuration
+==== Auto Configuration
The route controller configuration has been moved from general main to its own
group.
All keys started with `camel.springboot.routesController` should be renamed to
`camel.routecontroller.`, for example
`camel.springboot.routeControllerBackOffDelay` should be renamed to
`camel.routecontroller.backOffDelay`.
And the option `camel.springboot.routeControllerSuperviseEnabled` has been
renamed to `camel.routecontroller.enabled`.
-=== Routes Collector
+==== Routes Collector
Camel Spring Boot will not honor the `camel.springboot.includeNonSingletons`
option (default false). This means
that only singleton `RouteBuilder` beans is added by default. Previously then
prototype scoped beans would be added as well.
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
index 06bbdd78923c..8bcfe9773750 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
@@ -44,7 +44,7 @@ The `SupervisingRouteController` has now been pre-configured
to report `DOWN` du
giving up starting a route. It is the `UnhealthyOnExhausted` and
`UnhealthyOnRestarting` options that have been changed to be default `true`.
To have previous behavior, you can set these options to `false`.
-== camel-cloud
+=== camel-cloud
The camel-cloud component has been deprecated.