wanghongzhou opened a new pull request, #6566:
URL: https://github.com/apache/incubator-seata/pull/6566

   <!-- Please make sure you have read and understood the contributing 
guidelines -->
   
   - [x] I have registered the PR [changes](../changes).
   
   ### Ⅰ. Description of this PR
   
   This PR introduces changes related to the `exposeProxy` attribute handling.
   
   ### Ⅱ. Does this pull request fix one issue?
   
   Yes, this pull request addresses the issue reported in 
[6562](https://github.com/apache/incubator-seata/issues/6562)
   
   ### Ⅲ. Why don't you add test cases (unit test/integration test)?
   
   As this PR is primarily about configuring the `exposeProxy` attribute, which 
is more of a configuration change rather than functional changes in the code 
logic, adding test cases does not apply directly.
   
   ### Ⅳ. Describe how to verify it
   
   To verify the changes introduced by this PR, follow these steps:
   1. Review the modifications made in the codebase, particularly the addition 
of the `exposeProxy` attribute.
   2. Ensure that the new attribute is properly configured and its value is 
correctly reflected in the relevant components.
   3. Validate the behavior of the application to confirm that the 
`exposeProxy` attribute is functioning as expected.
   
   ### Ⅴ. Special notes for reviews
   
   The changes made in this PR primarily focus on adding support for 
configuring the `exposeProxy` attribute. It ensures that the `exposeProxy` 
setting is correctly applied in the context of the `GlobalTransactionScanner` 
to facilitate the proper functioning of annotations like 
`@GlobalTransactional`. The `exposeProxy` attribute allows obtaining the proxy 
object, enabling annotations to function correctly in scenarios where method 
calls within the same class are involved.
   
   


-- 
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: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to