codingapi / tx-lcn

LCN distributed transaction framework, compatible with dubbo, spring cloud and Motan framework, supports various relational databases
https://www.codingapi.com
Apache License 2.0
4.21k stars 1.46k forks source link

项目不兼容最新的2.7.1的dubbo-spring-boot版本 #417

Open zhonghang1993 opened 5 years ago

zhonghang1993 commented 5 years ago

你们demo提供的是dubbo-spring-boot的0.2.X的版本,我用的是最新2.7.1的版本 https://github.com/apache/dubbo-spring-boot-project/branches

<dependency>
            <groupId>org.apache.dubbo</groupId>
            <artifactId>dubbo-spring-boot-starter</artifactId>
            <version>2.7.1</version>
</dependency>

但是引入了提供的包,就rpc调用异常,移除就正常,能否兼容适配一下2.7.1的版本?

<dependency>
            <groupId>com.codingapi.txlcn</groupId>
            <artifactId>txlcn-tc</artifactId>
            <version>5.0.2.RELEASE</version>
</dependency>
HeisenbergDong commented 4 years ago

遇到了同样的问题