Skip to content

Commit

Permalink
CAMEL-21571: camel-mina - Upgrade to 2.2.4 and add option to configur…
Browse files Browse the repository at this point in the history
…e codec allow pattern for object serialization.
  • Loading branch information
davsclaus committed Dec 26, 2024
1 parent 3f531fd commit 8ac4532
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ac4532

Please # to comment.