apache / incubator-seata-samples

Apache Seata(incubating) Samples for Java
https://seata.apache.org/
Apache License 2.0
2.27k stars 1.92k forks source link

Upgrade nutzboot-dubbo-seata samples #92

Open zhangthen opened 5 years ago

zhangthen commented 5 years ago

@wendal Seata will change the groupId,artifactId and package in 0.5.0 version (detail), which will be released this week, please upgrade the seata version of nutzboot-dubbo-seata samples to 0.5.0 when you are free.

I had upgrade the other samples except springcloud-jpa-seata, but nutzboot-dubbo-seata use the org.nutz:nutzboot-starter-fescar which i can't upgrade.

Looking forward to your help.

wendal commented 5 years ago

got it

wendal commented 5 years ago
// static method was removed???
io.seata.rm.datasource.DataSourceManager.get()
wendal commented 5 years ago

replace by

DefaultResourceManager.get()