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