This is an automated email from the ASF dual-hosted git repository.
yong pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from d75fc6c Revert the jetty-alpn-java-client changes in
lib/presot/license
new dab6014 [Broker] Fix read schema compatibility strategy priority
(#13938)
new beb15d2 Trim configuration value string which contains blank prefix
or suffix string (#13984)
new 87a3be2 KeyShared stickyHashRange subscription: prevent stuck
subscription in case of consumer restart (#14014)
new bd6ef46 [Schema] Fix parse BigDecimal (#14019)
The 4 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:
conf/broker.conf | 8 +-
.../apache/pulsar/broker/ServiceConfiguration.java | 11 +-
.../apache/pulsar/broker/admin/AdminResource.java | 15 +++
.../pulsar/broker/admin/impl/NamespacesBase.java | 11 +-
.../broker/admin/impl/SchemasResourceBase.java | 42 ++-----
.../pulsar/broker/service/AbstractTopic.java | 18 +--
...istentStickyKeyDispatcherMultipleConsumers.java | 1 +
.../broker/admin/AdminApiSchemaAutoUpdateTest.java | 21 ++--
.../pulsar/broker/admin/AdminApiSchemaTest.java | 53 +++++++++
.../client/api/KeySharedSubscriptionTest.java | 129 +++++++++++++++++++++
.../SchemaCompatibilityCheckTest.java | 6 +-
.../SchemaTypeCompatibilityCheckTest.java | 8 +-
.../pulsar/common/policies/data/Policies.java | 3 +-
.../policies/data/SchemaCompatibilityStrategy.java | 5 +-
.../pulsar/client/impl/schema/AvroSchema.java | 9 +-
.../pulsar/client/impl/schema/util/SchemaUtil.java | 2 +-
.../pulsar/client/impl/schema/AvroSchemaTest.java | 23 +++-
.../org/apache/pulsar/common/util/FieldParser.java | 8 +-
.../apache/pulsar/common/util/FieldParserTest.java | 40 +++++++
19 files changed, 326 insertions(+), 87 deletions(-)