You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2022/09/23 03:13:16 UTC

[rocketmq-schema-registry] branch main updated (98d7d9f -> 0f5ba89)

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

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


    from 98d7d9f  Polish the pom file and project description (#59)
     add 63e7224  optimize api
     add bbb5305  optimize api
     add 0f5ba89  Optimize SDK before 1.0.0 release

No new revisions were added by this update.

Summary of changes:
 client/pom.xml                                     |  2 +-
 common/pom.xml                                     |  2 +-
 .../registry/common/dto/GetSchemaResponse.java     | 37 +++-------------------
 .../common/dto/RegisterSchemaResponse.java         |  3 ++
 .../registry/common/dto/SchemaRecordDto.java       |  3 ++
 .../registry/common/dto/UpdateSchemaResponse.java  |  3 ++
 .../schema/registry/common/utils/StorageUtil.java  |  4 ++-
 core/pom.xml                                       |  2 +-
 .../registry/core/service/SchemaServiceImpl.java   |  4 +--
 example/pom.xml                                    |  2 +-
 .../schema/registry/example/GetSchemaDemo.java     |  5 +++
 .../schema/registry/example/UpdateSchemaDemo.java  |  3 +-
 pom.xml                                            |  2 +-
 storage-rocketmq/pom.xml                           |  2 +-
 .../registry/storage/rocketmq/RocketmqClient.java  |  4 +--
 war/pom.xml                                        |  2 +-
 16 files changed, 34 insertions(+), 46 deletions(-)