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 20daa27f72c4 CAMEL-19329: Add note to upgrade guide
20daa27f72c4 is described below

commit 20daa27f72c49ad7faaff5d47db301a2d5ded6a7
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Mar 4 20:33:23 2026 +0100

    CAMEL-19329: Add note to upgrade guide
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
index 216225cd8f16..b09d70c7a458 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
@@ -228,6 +228,10 @@ This order is also the same order that UI builders like 
Camel Karavan and Kaoto
 Support for exporting to use Gradle as build tool has been removed (it was 
deprecated and not working well)
 The deprecated options `buildToool` and `gradleWrapper` has been removed.
 
+The `camel-tooling-maven` which is used for downloading JARs from Maven has 
been refactored to use
+the new https://github.com/maveniverse/mima[MIMA] project (jbang is using this 
also).
+
+
 === camel-kafka
 
 The Kafka client library has been upgraded from 3.9.1 to 4.2.0. This is a 
major version upgrade of Apache Kafka with several notable changes:

Reply via email to