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 19066cb40d1 Polished
19066cb40d1 is described below
commit 19066cb40d105ced75905d6e8a0b399921009e1c
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jan 22 07:48:26 2025 +0100
Polished
---
.../modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
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 463885eff88..5cbb53580a6 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
@@ -126,10 +126,6 @@ The component `camel-google-pubsub-lite` has been
deprecated following the depre
Google recommends migrating your Pub/Sub Lite service to either Google Cloud
Managed Service for Apache Kafka or Google Cloud Pub/Sub. Depending on your
choice, you should use `camel-kafka` or `camel-google-pubsub component`,
respectively.
-== camel-spring-boot
-
-The `camel-k-starter` has been removed.
-
=== camel-tracing
We have deprecated the setting of MDC `trace_id` and `span_id` in favour of
implementation specific feature. You need to check the specific
tracing/telemetry component configuration to learn how to switch from the
deprecated configuration to the new one. Most of the time you will need to
remove the `camel.main.use-mdc-logging` Camel property (or set it to `false`)
and add dependencies and configuration settings to enable the specific
component instrumentation.
@@ -143,3 +139,8 @@ The function calling feature was removed. Please use the
`camel-langchain4j-tool
The `camel-smb` component has been updated to extend `GenericFile` classes and
now supports more consumer and producer options.
The Consumer includes options for filtering, pre and post processing,
duplicate handling, directory traversal, polling, and readlocks.
The Producer includes options for writing to temporary files, writing content,
and handling existing files.
+
+== camel-spring-boot
+
+The `camel-k-starter` has been removed.
+