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

github-bot pushed a change to branch dependabot/maven/grpc.version-1.63.0
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git


 discard e1ff5d5  Bump grpc.version from 1.53.0 to 1.63.0
     add a98b86a  Bump org.apache.commons:commons-lang3 from 3.8.1 to 3.14.0 
(#330)
     add 45548ad  Bump to 3.2.1-SNAPSHOT (#333)
     add 78f87c3  fix: try to fix etcd unit test failed sometimes (#312)
     add a76317d  Bump grpc.version from 1.53.0 to 1.63.0

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   (e1ff5d5)
            \
             N -- N -- N   refs/heads/dependabot/maven/grpc.version-1.63.0 
(a76317d)

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:
 .github/workflows/conformance.yml                  | 84 +++++++++++++++-------
 dobbo-doc-auto-gen/pom.xml                         |  2 +-
 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                  |  2 +-
 .../examples-provider/pom.xml                      |  2 +-
 dubbo-api-docs/dubbo-api-docs-examples/pom.xml     |  2 +-
 dubbo-api-docs/pom.xml                             |  3 +-
 .../dubbo-cluster-broadcast-1/pom.xml              |  2 +-
 .../dubbo-cluster-loadbalance-peakewma/pom.xml     |  2 +-
 .../dubbo-cluster-polaris-dubbo2/pom.xml           |  2 +-
 .../dubbo-cluster-router-mesh/pom.xml              |  2 +-
 .../dubbo-cluster-specify-address-common/pom.xml   |  2 +-
 .../dubbo-cluster-specify-address-dubbo2/pom.xml   |  2 +-
 .../dubbo-cluster-specify-address-dubbo3/pom.xml   |  2 +-
 dubbo-common-extensions/pom.xml                    |  2 +-
 .../dubbo-configcenter-consul/pom.xml              |  2 +-
 .../dubbo-configcenter-etcd/pom.xml                |  9 ++-
 .../support/etcd/EtcdDynamicConfiguration.java     |  8 ++-
 .../support/etcd/EtcdDynamicConfigurationTest.java | 23 +++---
 dubbo-cross-thread-extensions/pom.xml              |  2 +-
 dubbo-extensions-dependencies-bom/pom.xml          | 16 +++--
 .../pom.xml                                        |  3 +-
 .../dubbo-filter-polaris-ratelimit-dubbo2/pom.xml  |  3 +-
 .../dubbo-filter-polaris-dubbo2/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             |  9 ++-
 .../store/etcd/EtcdMetadataReportTest.java         | 12 ++--
 .../dubbo-metadata-rest/pom.xml                    |  2 +-
 dubbo-mock-extensions/dubbo-mock-admin/pom.xml     |  4 +-
 dubbo-mock-extensions/dubbo-mock-api/pom.xml       |  2 +-
 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-nameservice/pom.xml             |  2 +-
 .../dubbo-registry-polaris/pom.xml                 |  2 +-
 .../dubbo-registry-redis/pom.xml                   |  4 +-
 .../dubbo-registry-sofa/pom.xml                    |  2 +-
 .../dubbo-remoting-etcd3/pom.xml                   |  8 ++-
 .../dubbo/remoting/etcd/jetcd/LeaseTest.java       | 20 +++++-
 .../dubbo-remoting-grizzly/pom.xml                 |  2 +-
 .../dubbo-remoting-http/pom.xml                    |  2 +-
 .../dubbo-remoting-mina/pom.xml                    |  2 +-
 .../dubbo-remoting-p2p/pom.xml                     |  2 +-
 .../dubbo-remoting-quic/pom.xml                    |  2 +-
 .../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-native-thrift/pom.xml                |  2 +-
 dubbo-rpc-extensions/dubbo-rpc-redis/pom.xml       |  2 +-
 dubbo-rpc-extensions/dubbo-rpc-rest/pom.xml        |  2 +-
 dubbo-rpc-extensions/dubbo-rpc-rmi/pom.xml         |  2 +-
 dubbo-rpc-extensions/dubbo-rpc-rocketmq/pom.xml    |  2 +-
 dubbo-rpc-extensions/dubbo-rpc-webservice/pom.xml  |  2 +-
 .../dubbo-serialization-avro/pom.xml               |  4 +-
 .../dubbo-serialization-common/pom.xml             |  2 +-
 .../dubbo-serialization-fastjson/pom.xml           |  4 +-
 .../dubbo-serialization-fst/pom.xml                |  4 +-
 .../dubbo-serialization-fury/pom.xml               |  2 +-
 .../dubbo-serialization-gson/pom.xml               |  4 +-
 .../dubbo-serialization-jackson/pom.xml            |  4 +-
 .../dubbo-serialization-kryo/pom.xml               |  4 +-
 .../dubbo-serialization-msgpack/pom.xml            |  2 +-
 .../dubbo-serialization-native-hession/pom.xml     |  2 +-
 .../dubbo-serialization-protobuf/pom.xml           |  4 +-
 .../dubbo-serialization-protostuff/pom.xml         |  4 +-
 .../dubbo-serialization-test/pom.xml               |  2 +-
 dubbo-tag-extensions/dubbo-tag-subnets/pom.xml     |  2 +-
 pom.xml                                            |  2 +-
 test/dubbo-scenario-builder/pom.xml                |  6 +-
 test/dubbo-test-runner/pom.xml                     |  3 +-
 test/pom.xml                                       | 16 ++++-
 test/scenarios/pom.xml                             |  9 ++-
 .../dubbo-serialization-avro-test/pom.xml          | 13 ++--
 .../dubbo-serialization-fastjson-test/pom.xml      | 13 ++--
 .../dubbo-serialization-fst-test/pom.xml           | 11 ++-
 .../dubbo-serialization-gson-test/pom.xml          | 13 ++--
 .../dubbo-serialization-kryo-test/pom.xml          | 16 ++---
 .../dubbo-serialization-protobuf-test/pom.xml      | 18 ++---
 .../main/resources/spring/dubbo-demo-provider.xml  |  2 +-
 .../dubbo-serialization-protostuff-test/pom.xml    | 13 ++--
 .../dubbo-serialization-testcase/pom.xml           |  5 +-
 .../scenarios-dubbo-serialization/pom.xml          |  9 ++-
 87 files changed, 286 insertions(+), 207 deletions(-)

Reply via email to