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 09a00f9 commit 3f531fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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.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
Expand Down

0 comments on commit 3f531fd

Please # to comment.