You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by xy...@apache.org on 2022/05/19 03:49:32 UTC

[pulsar] branch master updated (b3a9937bc18 -> ecd275dc21f)

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

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


    from b3a9937bc18 Make some methods in ResourceQuotasBase async. (#15605)
     add ecd275dc21f [Java Client] Fix messages sent by producers without schema cannot be decoded (#15622)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/broker/admin/AdminApi2Test.java  |  8 ++--
 .../pulsar/broker/admin/PersistentTopicsTest.java  |  2 +-
 .../RGUsageMTAggrWaitForAllMsgsTest.java           |  6 +--
 .../pulsar/broker/stats/PrometheusMetricsTest.java |  2 +-
 .../apache/pulsar/client/api/SimpleSchemaTest.java | 52 ++++++++++++++++++++--
 .../java/org/apache/pulsar/schema/SchemaTest.java  | 17 +++----
 .../org/apache/pulsar/client/impl/MessageImpl.java | 26 +++++++++--
 .../apache/pulsar/client/impl/ProducerImpl.java    | 11 +++--
 .../pulsar/client/impl/ProducerResponse.java       | 14 +++++-
 9 files changed, 109 insertions(+), 29 deletions(-)