You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by al...@apache.org on 2022/03/15 06:53:33 UTC

[pulsar] branch master updated (f57dd8e -> 067b5ab)

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

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


    from f57dd8e  [Feature] Intercept ACK command by BrokerInterceptor. (#14616)
     add 067b5ab  Support delete schema forcefully (#14655)

No new revisions were added by this update.

Summary of changes:
 .../broker/admin/impl/SchemasResourceBase.java     |  4 ++--
 .../pulsar/broker/admin/v1/SchemasResource.java    |  3 ++-
 .../pulsar/broker/admin/v2/SchemasResource.java    |  3 ++-
 .../schema/DefaultSchemaRegistryService.java       |  2 +-
 .../broker/service/schema/SchemaRegistry.java      |  2 +-
 .../service/schema/SchemaRegistryServiceImpl.java  |  6 ++++--
 ...hemaRegistryServiceWithSchemaDataValidator.java |  4 ++--
 .../broker/service/schema/SchemaServiceTest.java   |  2 +-
 ...RegistryServiceWithSchemaDataValidatorTest.java |  9 ++++----
 .../pulsar/client/impl/SchemaDeleteTest.java       | 25 ++++++++++++++++++++++
 .../org/apache/pulsar/client/admin/Schemas.java    | 18 ++++++++++++++++
 .../pulsar/client/admin/internal/SchemasImpl.java  | 16 +++++++++++---
 .../pulsar/admin/cli/PulsarAdminToolTest.java      |  6 +++++-
 .../org/apache/pulsar/admin/cli/CmdSchemas.java    |  8 ++++++-
 14 files changed, 87 insertions(+), 21 deletions(-)