funky-eyes commented on code in PR #7760:
URL: https://github.com/apache/incubator-seata/pull/7760#discussion_r2562844875


##########
saga/pom.xml:
##########
@@ -48,6 +48,12 @@
             <version>${project.version}</version>
         </dependency>
 
+        <dependency>

Review Comment:
   > 
然后就是有些ObjectMapper是涉及到undolog和一些协议上的序列化,这些应该不用换吧;而且我不是很知道有哪些ObjectMapper需要替换的,因为我看它这个ObjectMapper很多都是配合着一些ObjectNode啊这些jackson里面的类用的
   > 
   > Then, some ObjectMapper involves undolog and serialization on some 
protocols, which should not be replaced; moreover, I don't quite know which 
ObjectMapper needs to be replaced, because I see that many of them are used in 
conjunction with ObjectNode and other classes in Jackson
   
   The serialization package and anything under the serialization module do not 
need to be replaced; all other code should be updated to use the unified JSON 
serialization entry point.



-- 
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]

Reply via email to