Hi Florin, > Am 06.03.2026 um 22:21 schrieb Florin Pop <[email protected]>: > > Hi there, > > we have an issue with the LateralTCP cache listener and proposing a fix for > it via https://github.com/apache/commons-jcs/pull/407 > > I need some guidance to finalize this, it is my first contribution to Open > Source. Can I have a short chat with someone from the team?
Thanks for bringing the issue to our attention and thanks for your contribution. See my comments on the PullRequest and JCS-244. I prefer to fix the problem a bit closer to its source. The code in IElementSerializer already contained the necessary asserts to handle data integrity issues. I converted the asserts to explicit shows of IOExceptions and added a test to org.apache.commons.jcs4.utils.serialization.StandardSerializerUnitTest. The problem can be reproduced on the stream/channel level. There is no need for a socket. Bye, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
