You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2019/04/29 11:39:58 UTC

[GitHub] [cxf] dkulp commented on issue #550: CXF-8028: try to fix performance for very big document in DOMUtils

dkulp commented on issue #550: CXF-8028: try to fix performance for very big document in DOMUtils
URL: https://github.com/apache/cxf/pull/550#issuecomment-487547081
 
 
   
   I believe this would be much better off using a java.lang.ClassValue to store the method (or null).   The reflection code would only happen once per class (good) and the value directly stored with the class so nothing is in a static that that would prevent garbage collection.   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services