From 3f531fd9966990179cc22a1d2202ce7076a80ce6 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Thu, 26 Dec 2024 21:35:32 +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_10.adoc | 4 ++++ .../modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc | 7 +++++++ 2 files changed, 11 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 fe30dd9391c15..c69e7440a403e 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 @@ -18,6 +18,10 @@ The `camel-jgroups-cluster-service-starter` in Camel Spring Boot has been remove The camel-jbang commands for `camel-k` has been removed. +=== 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. === camel-google-pubsub-lite 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 4951161f31d67..0183892599a70 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.2 to 4.8.3 + +=== 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.8.1 to 4.8.2 === camel-management