funky-eyes commented on issue #6235: URL: https://github.com/apache/incubator-seata/issues/6235#issuecomment-1876397212
高版本中BusinessActionContextParameter和TwoPhaseBusinessAction推荐都放在实现类中,接口上的做法后续将会废除,由于TwoPhaseBusinessAction注解被加到了实现类和接口上,导致因为父类和子类的TwoPhaseBusinessAction注解对应的方法是相同的一个,其对应的重写方法被没有BusinessActionContextParameter注解的方法覆盖,导致了BusinessActionContextParameter失效的问题 In the high version BusinessActionContextParameter and TwoPhaseBusinessAction recommendations are placed in the implementation class, the practice on the interface will be abolished later, because TwoPhaseBusinessAction annotations are added to the implementation class and interface, resulting in the same method as the TwoPhaseBusinessAction annotations of the parent class and the child class, the corresponding override method is not BusinessActionContextParameter annotation method coverage, resulting in BusinessActionContextParameter failure -- 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]
