funky-eyes commented on code in PR #7885:
URL: https://github.com/apache/incubator-seata/pull/7885#discussion_r2649111004
##########
core/src/main/java/org/apache/seata/core/serializer/SerializerServiceLoader.java:
##########
@@ -53,8 +54,14 @@ public final class SerializerServiceLoader {
private static final Map<String, Serializer> SERIALIZER_MAP = new
HashMap<>();
+ private static final Map<String, String> SERIALIZER_ALIAS_MAP = new
HashMap<>();
+
private static final String SPLIT_CHAR = ",";
+ static {
+ SERIALIZER_ALIAS_MAP.put("fury", "fory");
Review Comment:
ok
--
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]