skybber opened a new pull request #117: URL: https://github.com/apache/deltaspike/pull/117
Class.getMethond(name, args) is expensive operation, that is used intensively on start, when DeltaspikeProxyFactory generates new proxies. It was used even for checks of public abstract methods of proxy's base class, but this methods cannot be overridden. This patch collects all leave methods and skips them in the check. -- 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: [email protected]
