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 79d5c96e708 Remove johnzon as a json library as it was removed as part 
of Camel v4 as it was not compatible.
79d5c96e708 is described below

commit 79d5c96e708e82caea3c8ddc485feb2d61e5e14a
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Apr 26 12:49:08 2025 +0200

    Remove johnzon as a json library as it was removed as part of Camel v4 as 
it was not compatible.
---
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc            | 7 +++++++
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc            | 3 +++
 .../user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc | 7 +++++++
 3 files changed, 17 insertions(+)

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 9fa09efecfd..0b4051ab5bd 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
@@ -4,6 +4,13 @@ This document is for helping you upgrade your Apache Camel 
application
 from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2, 
then you should follow the guides
 from both 4.0 to 4.1 and 4.1 to 4.2.
 
+== Upgrading from 4.10.4 to 4.10.5
+
+=== camel-core
+
+Removed unused `Johnzon` in `org.apache.camel.model.dataformat.JsonLibrary` 
enum as `camel-johnzon` is not supported
+in Camel v4. This removal also means `johnzon` was removed from XSD and YAML 
DSL schemas.
+
 == Upgrading from 4.10.3 to 4.10.4
 
 === Java DSL
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 b2cf29e1fda..1318d743e0f 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
@@ -21,6 +21,9 @@ The package scan classes has moved from `camel-base-engine` 
to `camel-support` J
 
 The `ExchangeHelper.copyResults` has been improved to also copy over exchange 
variables from the source to the target.
 
+Removed unused `Johnzon` in `org.apache.camel.model.dataformat.JsonLibrary` 
enum as `camel-johnzon` is not supported
+in Camel v4. This removal also means `johnzon` was removed from XSD and YAML 
DSL schemas.
+
 ==== Propagating variables in EIPs in seda/kamelet components
 
 The kamelet and seda component and EIPs such as Split, Multicast, Recipient 
List, Enrich, PollEnrich, Loop (copy mode)
diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc
index 0183892599a..2d26363cfcc 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc
@@ -4,6 +4,13 @@ This document is for helping you upgrade your Apache Camel 
application
 from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2, 
then you should follow the guides
 from both 4.0 to 4.1 and 4.1 to 4.2.
 
+== Upgrading from 4.8.4 to 4.8.7
+
+=== camel-core
+
+Removed unused `Johnzon` in `org.apache.camel.model.dataformat.JsonLibrary` 
enum as `camel-johnzon` is not supported
+in Camel v4. This removal also means `johnzon` was removed from XSD and YAML 
DSL schemas.
+
 == Upgrading from 4.8.2 to 4.8.3
 
 === camel-mina

Reply via email to