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

albumenj pushed a change to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


    from ee9d01a6e0 feat: split rpcContext (#10798)
     add 7705811ff5 Add coverage module & file lint test (#10920)
     new 260d248297 Merge branch 'apache-3.1' into apache-3.2
     new c464e55700 fix transform

The 2 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:
 Jenkinsfile.sonar                                  |   8 +-
 .../dubbo-demo-spring-boot-consumer/pom.xml        |   1 +
 .../dubbo-demo-spring-boot-provider/pom.xml        |   1 +
 dubbo-distribution/dubbo-all/pom.xml               | 240 +++++++---
 dubbo-distribution/dubbo-bom/pom.xml               | 295 +++++++++++--
 ...g.apache.dubbo.registry.client.ServiceDiscovery |   1 -
 .../metadata/rest/ServiceRestMetadataResolver.java |   3 +
 dubbo-native-plugin/pom.xml                        |   2 +-
 ...istry.client.metadata.SubscribedURLsSynthesizer |   1 -
 dubbo-test/dubbo-dependencies-all/pom.xml          | 338 ++++++++++++++
 .../dubbo-test-modules}/pom.xml                    |  26 +-
 .../java/org/apache/dubbo/dependency/FileTest.java | 491 +++++++++++++++++++++
 dubbo-test/pom.xml                                 |   2 +
 ...g.apache.dubbo.registry.client.ServiceDiscovery |   1 -
 pom.xml                                            |   8 +
 15 files changed, 1280 insertions(+), 138 deletions(-)
 delete mode 100644 
dubbo-kubernetes/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.registry.client.ServiceDiscovery
 delete mode 100644 
dubbo-registry/dubbo-registry-api/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.registry.client.metadata.SubscribedURLsSynthesizer
 create mode 100644 dubbo-test/dubbo-dependencies-all/pom.xml
 copy {dubbo-plugin/dubbo-reactive => dubbo-test/dubbo-test-modules}/pom.xml 
(73%)
 create mode 100644 
dubbo-test/dubbo-test-modules/src/test/java/org/apache/dubbo/dependency/FileTest.java
 delete mode 100644 
dubbo-xds/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.registry.client.ServiceDiscovery

Reply via email to