utafrali opened a new pull request, #893: URL: https://github.com/apache/fesod/pull/893
## Purpose Closes #648 ## What's changed? The global custom converters weren't being inherited by child write holders. The parent holder wasn't storing which custom converters it had, so there was nothing to pass down when initializing child holders. Added a `customConverterList` field to track custom converters and updated the initialization logic to apply inherited converters when building the converter map. Also added a test to verify the behavior works correctly. ## Checklist - [x] Read Contributor Guide - [x] Documentation/comments added - [x] Unit tests with passing cases -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
