This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit b9f94848f820eb2c54440e3889f1b156d0dd81c7 Author: Federico Mariani <[email protected]> AuthorDate: Mon Apr 13 11:23:02 2026 +0200 docs: remove incorrect Jackson 2.21 claim from arangodb section --- docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc | 4 ---- 1 file changed, 4 deletions(-) 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 11f8749ddeae..cb2b33f8ee1c 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 @@ -491,10 +491,6 @@ config.setHost("localhost"); config.setPort(8529); ---- -Additionally, the `RESULT_CLASS_TYPE` header for `FIND_DOCUMENT_BY_KEY` no longer accepts `String.class` -to retrieve documents. Use the appropriate document type (e.g., `BaseDocument.class`) instead, as Jackson 2.21 -no longer coerces JSON objects into plain Strings. - === camel-as2 Some public constants were deprecated:
