Croway opened a new pull request, #22438:
URL: https://github.com/apache/camel/pull/22438
Backport of #22437 to camel-4.18.x
## Summary
- Always use class-based BeanInfo cache keys instead of instance-based keys
- Introspection results depend on the class type, not the instance identity
- Instance-based keys caused cache pollution and memory leaks for ephemeral
message bodies used with OGNL expressions like `${body.name}`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]