You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by eo...@apache.org on 2021/12/15 11:18:04 UTC

[pulsar] branch master updated (ca37e67 -> 4e89c2b)

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

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


    from ca37e67  Fix Version.h not found when CMake binary directory is customized (#13324)
     add 4e89c2b  Fix incompatibility of BacklogQuota (#13291)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/common/policies/data/BacklogQuota.java  |  9 +++
 .../policies/data/impl/BacklogQuotaImpl.java       | 77 ++++++++++++++++++++--
 .../common/policies/data/BacklogQuotaMixIn.java    | 26 --------
 .../pulsar/common/util/ObjectMapperFactory.java    |  2 -
 .../common/util/ObjectMapperFactoryTest.java       | 27 --------
 .../metadata/BacklogQuotaCompatibilityTest.java    | 60 +++++++++++++++--
 6 files changed, 135 insertions(+), 66 deletions(-)
 delete mode 100644 pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/BacklogQuotaMixIn.java