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

penghui pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from b6b0b0e  Clean up the metadata of the non-persistent partitioned 
topics. (#12910)
     new f06db55  [managedledger] NPE on OpAddEntry while ManagedLedger is 
closing (#12364)
     new e1b1a98f [docs] Fix doc for pulsar-admin bookies cmd (#12542)
     new d342f35  Remove unused listeners if it have no listeners. (#12654)
     new dfd9607  [pulsar-perf]Support listenerThreads configuration. (#12892)
     new 3a6b009  [Schema] Fix pulsar use json or avro primitive schema. 
(#12886)
     new 23b4823  [Java Client] Avoid IllegalStateException in ClientCnx debug 
logs (#12899)
     new 3832439  [broker] Fix topic policy listener deleted by mistake. 
(#12904)
     new d038faa  Fix log level config for pulsar-admin, pulsar-client and 
pulsar-perf (#12915)
     new adc91b5  [CI] Replace deprecated "adopt" distribution with "temurin" 
(#12945)
     new aba36c2  [Broker] Correct param of delete method for v1 topic (#12936)
     new a84632a  [function] pulsar admin exposes secrets for function (#12950)
     new b8d2baf  Fix wrong isEmpty method of ConcurrentOpenLongPairRangeSet 
(#12953)
     new affd256  Use JDK default security provider when Conscrypt isn't 
available (#12938)
     new 4522fc1  Fix NPE in checkSubscriptionTypesEnable (#12961)

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci-build-macos.yaml              |   2 +-
 .github/workflows/ci-cpp.yaml                      |   2 +-
 .../ci-integration-backwards-compatibility.yaml    |   2 +-
 .github/workflows/ci-integration-cli.yaml          |   2 +-
 .github/workflows/ci-integration-function.yaml     |   2 +-
 .github/workflows/ci-integration-messaging.yaml    |   2 +-
 .github/workflows/ci-integration-process.yaml      |   2 +-
 .github/workflows/ci-integration-schema.yaml       |   2 +-
 .github/workflows/ci-integration-sql.yaml          |   2 +-
 .github/workflows/ci-integration-standalone.yaml   |   2 +-
 .github/workflows/ci-integration-thread.yaml       |   2 +-
 .../ci-integration-tiered-filesystem.yaml          |   2 +-
 .../workflows/ci-integration-tiered-jcloud.yaml    |   2 +-
 .github/workflows/ci-integration-transaction.yaml  |   2 +-
 .github/workflows/ci-license.yaml                  |   2 +-
 .github/workflows/ci-maven-cache-update.yaml       |   2 +-
 .github/workflows/ci-pulsar-website-build.yaml     |   2 +-
 .github/workflows/ci-shade-test.yaml               |   2 +-
 .github/workflows/ci-unit-broker-broker-gp1.yaml   |   2 +-
 .github/workflows/ci-unit-broker-broker-gp2.yaml   |   2 +-
 .github/workflows/ci-unit-broker-client-api.yaml   |   2 +-
 .github/workflows/ci-unit-broker-client-impl.yaml  |   2 +-
 .github/workflows/ci-unit-broker-jdk8.yaml         |   2 +-
 .github/workflows/ci-unit-broker-other.yaml        |   2 +-
 .github/workflows/ci-unit-proxy.yaml               |   2 +-
 .github/workflows/ci-unit.yaml                     |   2 +-
 bin/pulsar-admin-common.sh                         |   2 +
 bin/pulsar-client                                  |   2 +
 bin/pulsar-perf                                    |   4 +
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |   1 +
 .../pulsar/broker/admin/v1/PersistentTopics.java   |  10 +-
 .../SystemTopicBasedTopicPoliciesService.java      |  21 +++-
 .../broker/service/persistent/PersistentTopic.java |  23 ++--
 .../SystemTopicBasedTopicPoliciesServiceTest.java  |  60 ++++++++-
 .../java/org/apache/pulsar/schema/SchemaTest.java  | 138 +++++++++++++++++++++
 .../org/apache/pulsar/admin/cli/CmdBookies.java    |   4 +-
 .../org/apache/pulsar/admin/cli/CmdFunctions.java  |  12 ++
 .../org/apache/pulsar/client/impl/ClientCnx.java   |  10 +-
 .../client/impl/schema/AutoConsumeSchema.java      |  29 ++++-
 .../pulsar/client/impl/schema/SchemaUtils.java     |  21 ++--
 .../org/apache/pulsar/common/naming/TopicName.java |   8 ++
 .../apache/pulsar/common/util/SecurityUtility.java |  11 +-
 .../ConcurrentOpenLongPairRangeSet.java            |  12 +-
 .../ConcurrentOpenLongPairRangeSetTest.java        |  13 ++
 .../pulsar/testclient/PerformanceConsumer.java     |   5 +
 .../pulsar/testclient/PerformanceReader.java       |   5 +
 46 files changed, 376 insertions(+), 67 deletions(-)

Reply via email to