Conversation
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🤖 CI automation will test this PR automatically. 🐫 Apache Camel Committers, please review the following items:
|
|
@gnodet @davsclaus @oscerd sorry for my ignorance here ... serialization has never been my thing, so: is this still something we need? |
|
not as much anymore - we do not recommend serializing java objects and sending them over the wire - a few old components still have an option to do that like JMS with transferExchange=true|false |
No, this is a compile time annotation which helps detecting issues in serialization related code. This is very similar to |
|
@gnodet @davsclaus I wonder if we should just go ahead and remove all this serialization stuff. If it's something old, unused (and very likely unsafe), I don't see the point of having this in the code base. |
Oh, ok. Now I got it. I think we can't remove these without breaking backwards compatibility. Thanks for the explanation @gnodet and @davsclaus |
No description provided.