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

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


    from 27e6838c3b add spring boot interceptor to copy 
header(dubbo-tag)/cookie(dubbo.tag) (#12514)
     add 27d9ce3836 Support get alibaba GenericService from spring context 
(#12585)
     add 2c82cf7dfc Use serviceKey when to metadata ServiceSubscribeEvent 
(#12586)
     add 680481ccdf Change retry times to forever (#12593)
     add f8dfbb0ccc Skip catch SkipFailbackWrapperException in NacosRegistry 
(#12594)
     add dce7b87632 Read heartbeat from util when recreate url in 
ExchangeClient (#12605)
     add 1d74057890 Bump fastjson2 from 2.0.33 to 2.0.34 (#12566)
     add 128114570e Bump spring-boot.version from 2.7.12 to 2.7.13 (#12599)
     add c95842dbb3 Bump nacos-client from 2.2.3 to 2.2.4 (#12598)
     add 457e899352 Bump spring-boot-maven-plugin from 2.7.12 to 2.7.13 (#12596)
     add 344cafacbe Bump netty4_version from 4.1.92.Final to 4.1.94.Final 
(#12595)
     add a321a0917a Bump spring-security-bom from 5.8.3 to 5.8.4 (#12597)
     add 150b19e84a Bump spring-boot-starter-test from 2.7.12 to 2.7.13 (#12601)
     add e368e89633 Bump spring-boot-dependencies from 2.7.12 to 2.7.13 (#12600)
     add 133d0061a7 remove unnecessary code (#12610)
     new da8d0cd994 Merge branch 'apache-3.2' into apache-3.3

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:
 .../com/alibaba/dubbo/rpc/service/EchoService.java |   0
 .../dubbo/rpc/service/GenericException.java        |  34 ++---
 .../alibaba/dubbo/rpc/service/GenericService.java  |   2 +-
 .../org/apache/dubbo/config/AbstractConfig.java    |   3 -
 .../apache/dubbo/config/AbstractMethodConfig.java  |   5 +-
 .../java/org/apache/dubbo/config/ModuleConfig.java |   3 -
 .../apache/dubbo/config/ReferenceConfigBase.java   |   2 +-
 .../apache/dubbo/rpc/service/GenericException.java | 141 ++-------------------
 .../java/com/alibaba/dubbo/rpc/RpcInvocation.java  |   1 +
 dubbo-config/dubbo-config-spring/pom.xml           |   2 +-
 dubbo-demo/dubbo-demo-annotation/pom.xml           |   2 +-
 dubbo-demo/dubbo-demo-api/pom.xml                  |   2 +-
 .../dubbo-demo-spring-boot-consumer/pom.xml        |   2 +-
 .../dubbo-demo-spring-boot-provider/pom.xml        |   2 +-
 dubbo-demo/dubbo-demo-spring-boot/pom.xml          |   4 +-
 dubbo-demo/dubbo-demo-xml/pom.xml                  |   2 +-
 dubbo-dependencies-bom/pom.xml                     |   8 +-
 .../report/identifier/MetadataIdentifier.java      |   4 +
 .../report/support/AbstractMetadataReport.java     |   2 +-
 .../java/org/apache/dubbo/registry/Constants.java  |   4 +-
 .../dubbo/registry/retry/AbstractRetryTask.java    |   2 +-
 .../apache/dubbo/registry/nacos/NacosRegistry.java |  23 +++-
 .../java/com/alibaba/dubbo/rpc/RpcException.java   |   0
 .../java/org/apache/dubbo/rpc/AppResponse.java     |   7 +
 .../org/apache/dubbo/rpc/filter/GenericFilter.java |   4 +-
 .../dubbo/rpc/protocol/dubbo/DubboProtocol.java    |   4 +-
 dubbo-spring-boot/pom.xml                          |   2 +-
 27 files changed, 73 insertions(+), 194 deletions(-)
 rename {dubbo-rpc/dubbo-rpc-api => 
dubbo-common}/src/main/java/com/alibaba/dubbo/rpc/service/EchoService.java 
(100%)
 rename {dubbo-rpc/dubbo-rpc-api => 
dubbo-common}/src/main/java/com/alibaba/dubbo/rpc/service/GenericException.java 
(58%)
 rename {dubbo-rpc/dubbo-rpc-api => 
dubbo-common}/src/main/java/com/alibaba/dubbo/rpc/service/GenericService.java 
(93%)
 rename {dubbo-compatible => 
dubbo-rpc/dubbo-rpc-api}/src/main/java/com/alibaba/dubbo/rpc/RpcException.java 
(100%)

Reply via email to