Persi commented on a change in pull request #6905:
URL: https://github.com/apache/pulsar/pull/6905#discussion_r421938051
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/reader/JacksonJsonReader.java
##########
@@ -27,11 +27,11 @@
import java.io.IOException;
import java.io.InputStream;
-public class JsonReader<T> implements SchemaReader<T> {
+public class JacksonJsonReader<T> implements SchemaReader<T> {
Review comment:
I kept both versions and deprecated the old ones.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]