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

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


    from 9d94860  Fix negative un-ack messages in consumer stats (#5929)
     add d6f240e  Upgrade Avro to 1.9.1 (#5938)

No new revisions were added by this update.

Summary of changes:
 distribution/server/src/assemble/LICENSE.bin.txt   | 12 +-----
 pom.xml                                            |  2 +-
 .../schema/AvroSchemaBasedCompatibilityCheck.java  |  2 +
 .../schema/JsonSchemaCompatibilityCheck.java       |  1 +
 .../validator/StructSchemaDataValidator.java       |  1 +
 .../schema/BaseAvroSchemaCompatibilityTest.java    | 24 ++++++------
 .../broker/service/schema/SchemaServiceTest.java   |  6 +--
 .../pulsar/client/impl/MessageParserTest.java      |  3 +-
 pulsar-client-go/pulsar/schemaDef_test.go          |  2 +-
 pulsar-client/pom.xml                              |  6 ---
 .../pulsar/client/impl/schema/AvroSchema.java      | 45 ++++++++--------------
 .../pulsar/client/impl/schema/StructSchema.java    | 24 +++++++++++-
 .../pulsar/client/impl/schema/AvroSchemaTest.java  | 21 +++++-----
 .../pulsar/client/impl/schema/JSONSchemaTest.java  |  1 +
 .../client/impl/schema/ProtobufSchemaTest.java     |  2 +-
 .../client/impl/schema/SchemaBuilderTest.java      |  8 ++--
 .../pulsar/client/impl/schema/SchemaInfoTest.java  |  8 ++--
 .../pulsar/client/impl/schema/SchemaTestUtils.java | 14 +++----
 pulsar-flink/pom.xml                               |  6 +++
 pulsar-proxy/pom.xml                               |  5 +++
 .../pulsar/proxy/server/ParserProxyHandler.java    |  3 +-
 pulsar-sql/presto-distribution/LICENSE             | 12 ++----
 .../pulsar/sql/presto/PulsarConnectorUtils.java    |  1 +
 site2/docs/io-quickstart.md                        |  2 +-
 tests/integration/pom.xml                          |  6 ---
 .../tests/integration/schema/SchemaTest.java       |  9 ++---
 .../pulsar/tests/integration/schema/Schemas.java   |  9 ++---
 27 files changed, 116 insertions(+), 119 deletions(-)

Reply via email to