StephenFaust commented on issue #6568: URL: https://github.com/apache/incubator-seata/issues/6568#issuecomment-2126330437
<img width="734" alt="image" src="https://github.com/apache/incubator-seata/assets/76416760/45db8498-80ec-42ae-aa12-abc43f07bbcc"> 在我的bean使用原型模式 <img width="888" alt="image" src="https://github.com/apache/incubator-seata/assets/76416760/35a4d7a0-d3d0-490f-9e1b-b7f5daaead64"> 容器启动的时候,由于proxyed_set中没有beanName所以可以正常代理成功 <img width="836" alt="image" src="https://github.com/apache/incubator-seata/assets/76416760/ab35bbce-f379-41c4-adf7-6455daebe1e5"> 当我再次从容器获取该bean时,由于使用原型模式,因此,会返回一个新的对象,即需要重新代理它,但是由于proxyed_set已经包含该beanName,因此会直接返回,所以最好我得到的是一个未被代理的原始对象 -- 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]
