mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Merge pull request #1098 from slievrly/cglib
bugfix: SeataBeanPostProcessor can't use cglib proxy
This commit is contained in:
commit
1afc7cbbc1
@ -22,7 +22,7 @@ import org.springframework.beans.factory.config.BeanPostProcessor;
|
|||||||
/**
|
/**
|
||||||
* @author xiaojing
|
* @author xiaojing
|
||||||
*/
|
*/
|
||||||
final class SeataBeanPostProcessor implements BeanPostProcessor {
|
public class SeataBeanPostProcessor implements BeanPostProcessor {
|
||||||
|
|
||||||
private final SeataFeignObjectWrapper seataFeignObjectWrapper;
|
private final SeataFeignObjectWrapper seataFeignObjectWrapper;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user