From 8ac45322ca243258922ea4f56229fedf97b63fca Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Thu, 26 Dec 2024 21:46:16 +0100 Subject: [PATCH] CAMEL-21571: camel-mina - Upgrade to 2.2.4 and add option to configure codec allow pattern for object serialization. --- .../modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc index dd2d864e321bc..d88d0e0dbb9c1 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.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.4.4 to 4.4.5 + +=== camel-mina + +If using object codec, then you should configure the `objectCodecPattern` configuration to specify +which java classes (FQN) to allow for Object serialization. You can use `*` to accept all patterns. + == Upgrading from 4.4.3 to 4.4.4 The `camel-opentelemetry` component has had significant bug fixes to handle span activation/deactivations