QNJR-GROUP / EasyTransaction

A distribute transaction solution(分布式事务) unified the usage of TCC , SAGA ,FMT (seata/fescar AutoCompensation), reliable message, compensate and so on;
Apache License 2.0
2.36k stars 809 forks source link

Version 1.1.0 #80

Closed skyesx closed 6 years ago

skyesx commented 6 years ago

1、update Dubbo version to 2.6.3, and support Dubbo native spring boot style external properties 2、improve 25+% performance when using idempotent with replacing the implement of ObjectDigest 3、correct miss-spelling of CallWrapUtil

because ObjectDigest implement is replaced, so when there's an unfinished Transaction using system idempotent will report an error. we will have to wait for all the transaction finished and then update from 1.0.0 to 1.1.0