From 18b59a6f55b50096870e2f263b2540ea9e12c5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Thu, 21 May 2026 10:39:11 +0200 Subject: [PATCH] Fix one title in upgrade guide to 4.21 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Pupier --- .../modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc index a2845e96d0838..299dbf0c11f21 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc @@ -18,7 +18,7 @@ See the xref:camel-upgrade-recipes-tool.adoc[documentation] page for details. The library used for Camel Grok component has been migrated from no more maintained `io.krakens:java-grok` to its fork `io.github.whatap:java-grok`. It implies small differences listed https://github.com/whatap/java-grok#what-is-different-from-iokrakensjava-grok[here]. -=== camel-coreand camel-paho-mqtt5 are +=== camel-core The `camel-api` module now has an optional dependency on `org.jspecify:jspecify` for null safety annotations (`@NullMarked`, `@Nullable`). The dependency is `true`, so it is not pulled transitively