Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.15.0
-
None
-
Unknown
Description
We should only store the serialized body. And for headers it should only be primitive types. The reason is that headers can be used by components to store transient objects to allow access to JPA entity manager / HTTP servlet requests etc.
Its really only the body we want to serialize. And the headers which are primitive types, and String etc.
Attachments
Issue Links
- is required by
-
CAMEL-8388 camel-jpa - Do not store CamelEntityManager as a header
- Resolved