candyleer edited a comment on issue #3035: NPE Aspect
URL: https://github.com/apache/skywalking/issues/3035#issuecomment-511253485
 
 
   @wu-sheng I think the best way is do not implement `EnhancedInstance`(cause 
spring has some dependcy for interface,if we want make the program work as same 
as without), we can cache the method and path in the `static map cache`,and 
provide `do not implement EnhancedInstance` mechanism can solve some other 
problem, such as   `dubbo-conflict-plugin`(which I think it has some side 
effect if dubbo change the path class)
    so I am prepare on `do not implement EnhancedInstance` way for springmvc 
first

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


With regards,
Apache Git Services

Reply via email to