mattwmj commented on issue #2768: Failed to deserialize DefaultAopProxyFactory URL: https://github.com/apache/skywalking/issues/2768#issuecomment-496369625 I don't use that directly, but I use spring oauth2 and I believe that spring oauth2 stores DefaultAopProxyFactory in session store. FYI, I look into the binary bytes that serialized in the session store with attribute named 'scopedTarget.oauth2ClientContext'. It show: org.springframework.aop.framework.DefaultAopProxyFactory?鱲TP嘵 L _$EnhancedClassField_wsq I think this proves that an instance of DefaultAopProxyFactory is enhanced by Skywalking and serialized into session store by spring oauth2 and spring session.
---------------------------------------------------------------- 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
