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 3f4a284e5fce CAMEL-23103: camel-json-patch - Deprecate
3f4a284e5fce is described below
commit 3f4a284e5fce8c1f9c5f6fa94d7d9cbb29d3a614
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Feb 28 09:06:22 2026 +0100
CAMEL-23103: camel-json-patch - Deprecate
---
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc | 3 +++
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc | 3 +++
2 files changed, 6 insertions(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
index 5cd5ca06072d..976e3747ebc4 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
@@ -174,6 +174,9 @@ Should be changed to have semicolons as shown below:
When configured a custom `IdempotentRepository` on `camel-mail` endpoint, then
Camel will now auto-start
the bean which is similar to what `camel-file` do as well.
+=== camel-json-patch
+
+The `camel-json-patch` is now deprecated - the library it uses is not active
maintained and this module does not work with Jackon 3.
== Upgrading Camel 4.17 to 4.18
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 5fb2173dc77c..6545038b6f4c 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
@@ -171,6 +171,9 @@ Should be changed to have semicolons as shown below:
orderId=$sku,total=$sum
----
+=== camel-json-patch
+
+The `camel-json-patch` is now deprecated - the library it uses is not active
maintained and this module does not work with Jackon 3.
=== camel-test-infra