contrueCT commented on issue #7770:
URL:
https://github.com/apache/incubator-seata/issues/7770#issuecomment-3495788630
I'd like to work on this issue. My idea
is to change GlobalTransactionalInterceptorParser.existsAnnotation,
clazz.getMethods() to clazz.getDeclaredMethods() and filter out private methods
(as proxies can't intercept them). This would allow detection of annotations on
protected and package-private methods.
--
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]