This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
from 34257bf [Dubbo-10014]fix serialization of attachments in protobuf.
fix issue #10014 and #10307 (#136)
add 02b5d98 prepare for 1.0.2 release
add 89597f7 fix pom
add ee60f4a update dubbo version
add d973452 add compiler release
new 15670da Merge remote-tracking branch 'apache/master' into
apache-master
The 1 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:
dubbo-api-docs/dubbo-api-docs-annotations/pom.xml | 2 +-
dubbo-api-docs/dubbo-api-docs-core/pom.xml | 2 +-
.../dubbo-api-docs-examples/examples-api/pom.xml | 2 +-
.../examples-provider-sca/pom.xml | 4 ++--
.../dubbo-api-docs-examples/examples-provider/pom.xml | 4 ++--
dubbo-api-docs/dubbo-api-docs-examples/pom.xml | 2 +-
dubbo-api-docs/pom.xml | 6 +++---
.../dubbo-cluster-broadcast-1/pom.xml | 2 +-
.../dubbo-cluster-loadbalance-peakewma/pom.xml | 2 +-
.../cluster/loadbalance/AbstractLoadBalanceTest.java | 7 +++----
.../dubbo-cluster-specify-address-dubbo2/pom.xml | 2 +-
.../dubbo-cluster-specify-address-dubbo3/pom.xml | 2 +-
.../dubbo-configcenter-consul/pom.xml | 2 +-
.../dubbo-configcenter-etcd/pom.xml | 4 ++--
dubbo-extensions-dependencies-bom/pom.xml | 4 ++--
dubbo-filter-extensions/dubbo-filter-seata/pom.xml | 2 +-
.../dubbo-metadata-report-consul/pom.xml | 4 ++--
.../dubbo-metadata-report-etcd/pom.xml | 4 ++--
.../dubbo-registry-consul/pom.xml | 2 +-
dubbo-registry-extensions/dubbo-registry-dns/pom.xml | 2 +-
dubbo-registry-extensions/dubbo-registry-etcd3/pom.xml | 4 ++--
.../dubbo-registry-kubernetes/pom.xml | 2 +-
dubbo-registry-extensions/dubbo-registry-redis/pom.xml | 4 ++--
dubbo-registry-extensions/dubbo-registry-sofa/pom.xml | 2 +-
dubbo-registry-extensions/dubbo-registry-xds/pom.xml | 2 +-
dubbo-remoting-extensions/dubbo-remoting-etcd3/pom.xml | 2 +-
.../dubbo-remoting-grizzly/pom.xml | 2 +-
dubbo-remoting-extensions/dubbo-remoting-mina/pom.xml | 2 +-
dubbo-remoting-extensions/dubbo-remoting-p2p/pom.xml | 2 +-
dubbo-remoting-extensions/dubbo-remoting-quic/pom.xml | 2 +-
dubbo-remoting-extensions/dubbo-remoting-redis/pom.xml | 2 +-
dubbo-rpc-extensions/dubbo-rpc-hessian/pom.xml | 4 ++--
dubbo-rpc-extensions/dubbo-rpc-http/pom.xml | 2 +-
dubbo-rpc-extensions/dubbo-rpc-memcached/pom.xml | 2 +-
dubbo-rpc-extensions/dubbo-rpc-native-thrift/pom.xml | 2 +-
dubbo-rpc-extensions/dubbo-rpc-redis/pom.xml | 2 +-
dubbo-rpc-extensions/dubbo-rpc-rmi/pom.xml | 2 +-
dubbo-rpc-extensions/dubbo-rpc-webservice/pom.xml | 2 +-
.../dubbo-serialization-avro/pom.xml | 2 +-
.../dubbo-serialization-fastjson/pom.xml | 2 +-
.../dubbo-serialization-fst/pom.xml | 2 +-
.../dubbo-serialization-gson/pom.xml | 2 +-
.../dubbo-serialization-kryo/pom.xml | 2 +-
.../dubbo-serialization-msgpack/pom.xml | 2 +-
.../dubbo-serialization-native-hession/pom.xml | 2 +-
.../dubbo-serialization-protobuf/pom.xml | 2 +-
.../dubbo-serialization-protostuff/pom.xml | 2 +-
.../dubbo-serialization-test/pom.xml | 12 ++++++------
pom.xml | 18 +++++++++++++++++-
.../dubbo-serialization-avro-test/pom.xml | 2 +-
.../dubbo-serialization-fastjson-test/pom.xml | 2 +-
.../dubbo-serialization-fst-test/pom.xml | 2 +-
.../dubbo-serialization-gson-test/pom.xml | 2 +-
.../dubbo-serialization-kryo-test/pom.xml | 2 +-
.../dubbo-serialization-protobuf-test/pom.xml | 2 +-
.../dubbo-serialization-protostuff-test/pom.xml | 2 +-
56 files changed, 90 insertions(+), 75 deletions(-)