YangSiJun528 opened a new pull request, #740:
URL: https://github.com/apache/fesod/pull/740

   ## Purpose of the pull request
   
   Closes #729
   
   Fixes converter isolation bug where custom converters registered in one 
`ExcelWriter` or `ExcelReader` instance would leak to other instances.
   
   ## What's changed?
   
   - Modified `DefaultConverterLoader.loadDefaultWriteConverter()` and 
`DefaultConverterLoader.loadAllConverter()` to return unmodifiable map
   - Modified `AbstractWriteHolder` and `AbstractReadHolder` to create mutable 
copies from the unmodifiable maps
   - Added `ConverterIsolationTest` to verify converters are properly isolated 
between instances
   


-- 
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]

Reply via email to