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

duhengforever pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-schema-registry.git


    from 7a91cf5  Merge pull request #32 from MatrixHB/optimize_compati
     new 6550b74  simplify schema record id to user
     new dc59249  Merge branch 'main' into simplify-schema-record-id
     new ad990f1  Merge pull request #26 from ferrirW/simplify-schema-record-id

The 64 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:
 .gitignore                                         |   1 -
 README.md                                          |  18 +++++++
 client/pom.xml                                     |   2 +-
 .../client/serde/avro/AvroDeserializer.java        |   3 +-
 .../registry/client/serde/avro/AvroSerializer.java |   5 +-
 .../client/serde/GenericAvroSerdeTest.java         |   3 +-
 .../client/serde/SpecificAvroSerdeTest.java        |   3 +-
 common/pom.xml                                     |   2 +-
 .../registry/common/dto/DeleteSchemeResponse.java  |   7 +--
 .../registry/common/dto/GetSchemaResponse.java     |  12 ++---
 .../common/dto/RegisterSchemaResponse.java         |   7 +--
 .../registry/common/dto/UpdateSchemaResponse.java  |   7 +--
 .../schema/registry/common/utils/CommonUtil.java   |  12 +++++
 .../common/utils/SnowFlakeIdGenerator.java         |  53 ++++++++++++++-------
 core/pom.xml                                       |   2 +-
 .../registry/core/service/SchemaServiceImpl.java   |  13 +++--
 docs/id.png                                        | Bin 0 -> 13737 bytes
 example/pom.xml                                    |   2 +-
 .../schema/registry/example/DeleteSchemaDemo.java  |   4 +-
 .../registry/example/RegisterSchemaDemo.java       |   2 +-
 .../schema/registry/example/UpdateSchemaDemo.java  |   3 +-
 pom.xml                                            |   2 +-
 storage-rocketmq/pom.xml                           |   2 +-
 tools/avro-tools-1.11.0.jar                        | Bin 0 -> 57471241 bytes
 war/pom.xml                                        |   2 +-
 25 files changed, 104 insertions(+), 63 deletions(-)
 create mode 100644 docs/id.png
 create mode 100755 tools/avro-tools-1.11.0.jar

Reply via email to