You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/10/05 22:41:34 UTC

[pulsar] branch master updated (b1dfd42 -> 66c3733)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from b1dfd42  Fix argument type of pulsarProducerSendCallbackProxy (#8186)
     add 66c3733  fix json deserialize byte to string bug (#8140)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/pulsar/schema/SchemaTest.java  | 56 ++++++++++++++++++++
 .../java/org/apache/pulsar/schema/Schemas.java     | 17 ++++--
 .../impl/schema/generic/GenericJsonReader.java     | 20 ++++++--
 .../impl/schema/generic/GenericJsonRecord.java     | 60 +++++++++++++++++++++-
 .../impl/schema/generic/GenericJsonSchema.java     |  4 +-
 5 files changed, 147 insertions(+), 10 deletions(-)