finefuture commented on code in PR #13786:
URL: https://github.com/apache/dubbo/pull/13786#discussion_r1517222797
##########
dubbo-remoting/dubbo-remoting-http12/src/main/java/org/apache/dubbo/remoting/http12/message/codec/JsonCodecFactory.java:
##########
@@ -27,9 +27,11 @@
@Activate
public final class JsonCodecFactory implements HttpMessageEncoderFactory,
HttpMessageDecoderFactory {
+ public static final JsonCodec instance = new JsonCodec();
Review Comment:
it has been restored.
--
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]