LegendPei commented on code in PR #7760:
URL: https://github.com/apache/incubator-seata/pull/7760#discussion_r2571379162
##########
saga/pom.xml:
##########
@@ -48,6 +48,12 @@
<version>${project.version}</version>
</dependency>
+ <dependency>
Review Comment:
我需要一点时间来检查替换objectmapper,因为涉及到objectmapper的代码比较多;然后就是saga模块的fastjson依赖是可以删除的,因为只有`FastjsonParser`这个类使用了fastjson,把saga原先的json解析器删除后才能移除这个依赖
I need some time to check and replace the ObjectMapper, as there is a
significant amount of code involving ObjectMapper; furthermore, the dependency
on fastjson in the saga module can be removed, as only the class
`FastjsonParser` uses fastjson. This dependency can only be removed after
deleting the original json parser in saga
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]