seata use fastjson2 instead of fastjson

kknvjkwl  于 22天前  发布在  其他
关注(0)|答案(2)|浏览(25)

in spring cloud alibaba,some use fastjson,some use fastjson2,better to use one,now seata-all use fastjson

iyfamqjs

iyfamqjs1#

We are considering support for fastjson2, are you interested in submitting a PR

zf2sa74q

zf2sa74q2#

fastjson1 and fastjson2 have different package names, but for the same object, the expected JSON results are the same. So in your project, it is possible to have fastjson1 and fastjson2 coexist, and theoretically there should be no conflicts.

What problem are you encountering?

相关问题