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 2019/08/25 22:13:13 UTC

[pulsar] branch master updated (dd5b4d0 -> a3609ef)

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 dd5b4d0  [docker]Fix the problem of missing dependencies less (#5034)
     add a3609ef  Consumer subscribe with AutoConsumeSchema will throw npe  (#4960)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pulsar/client/impl/MessageImpl.java |   2 +-
 .../pulsar/client/impl/PulsarClientImpl.java       |  11 +-
 .../client/impl/schema/AutoConsumeSchema.java      |  53 +++++++--
 .../tests/integration/schema/SchemaTest.java       | 121 ++++++++++++++-------
 .../pulsar/tests/integration/schema/Schemas.java   |   6 +
 5 files changed, 141 insertions(+), 52 deletions(-)