This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/test/scenarios/scenarios-dubbo-serialization/dubbo-serialization-protostuff-test/org.springframework-spring-framework-bom-4.3.29.RELEASE
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
omit f5e1788 Bump spring-framework-bom
add 4c7b5a2 bump to 1.0.3-SNAPSHOT
add 916aa2d Revert build-tools version
add 00fb109 Update pom.xml
add 0a61a91 Fix protobuf json serialize object attachments (#143)
add 8bb6e01 Bump protobuf-java (#144)
add 470ebfc Bump protobuf-java from 3.11.0 to 3.16.3 in
/dubbo-mock-extensions (#145)
add 62d3ae2 Bump spring-framework-bom
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f5e1788)
\
N -- N -- N
refs/heads/dependabot/maven/test/scenarios/scenarios-dubbo-serialization/dubbo-serialization-protostuff-test/org.springframework-spring-framework-bom-4.3.29.RELEASE
(62d3ae2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../dubbo-configcenter-consul/pom.xml | 2 +-
.../dubbo-configcenter-etcd/pom.xml | 4 +-
dubbo-extensions-dependencies-bom/pom.xml | 2 +-
dubbo-filter-extensions/dubbo-filter-seata/pom.xml | 2 +-
.../dubbo-metadata-report-consul/pom.xml | 4 +-
.../dubbo-metadata-report-etcd/pom.xml | 4 +-
dubbo-mock-extensions/pom.xml | 2 +-
.../dubbo-registry-consul/pom.xml | 2 +-
.../dubbo-registry-dns/pom.xml | 2 +-
.../dubbo-registry-etcd3/pom.xml | 4 +-
.../dubbo-registry-redis/pom.xml | 4 +-
.../dubbo-registry-sofa/pom.xml | 2 +-
.../dubbo-remoting-etcd3/pom.xml | 2 +-
.../dubbo-remoting-grizzly/pom.xml | 2 +-
.../dubbo-remoting-mina/pom.xml | 2 +-
.../dubbo-remoting-p2p/pom.xml | 2 +-
.../dubbo-remoting-redis/pom.xml | 2 +-
dubbo-rpc-extensions/dubbo-rpc-hessian/pom.xml | 4 +-
dubbo-rpc-extensions/dubbo-rpc-memcached/pom.xml | 2 +-
dubbo-rpc-extensions/dubbo-rpc-redis/pom.xml | 2 +-
.../dubbo-serialization-msgpack/pom.xml | 2 +-
.../dubbo-serialization-native-hession/pom.xml | 2 +-
.../dubbo-serialization-protobuf/pom.xml | 2 +-
.../support/GenericProtobufJsonObjectInput.java | 9 +-
.../support/GenericProtobufJsonObjectOutput.java | 7 +-
.../protobuf/support/ProtobufAttachmentUtils.java | 102 ++++++++++++---------
.../serialize/protobuf/support/ProtobufUtils.java | 23 ++++-
.../src/main/proto/MapValue.proto | 5 +
pom.xml | 2 +-
29 files changed, 119 insertions(+), 87 deletions(-)