delei commented on issue #951:
URL: https://github.com/apache/fesod/issues/951#issuecomment-4988424575

   ## About the CGLIB library
   
   As discussed in issue #531 , and the approach based on the 
`SAXParserFactory` class.
   I suggest we try using [byte-buddy](https://github.com/raphw/byte-buddy) as 
an alternative to cglib, but there are a few points to consider:
   
   - Design a well-structured API that enables users to select the supported 
ASM framework.
   - Ensure that there is no significant performance loss.
   - A transition period is needed.
   
   I believe our ultimate goal is not to remove support for cglib entirely, but 
to replace the default implementation. Ultimately, users will be able to choose 
from a range of supported ASM frameworks.


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