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 a59a378de5 Fix consumer startup failure (#12204)
add ab85403d47 rest provider interface judge modify (#12163)
No new revisions were added by this update.
Summary of changes:
.../dubbo/config/AbstractInterfaceConfig.java | 13 +++-
.../java/org/apache/dubbo/config/Constants.java | 2 +
.../org/apache/dubbo/config/ServiceConfigBase.java | 32 ++++++--
...nTest.java => ControllerServiceConfigTest.java} | 45 ++++-------
.../api/{Box.java => SpringControllerService.java} | 10 ++-
.../dubbo/rpc/protocol/rest/ServiceConfigTest.java | 91 ++++++++++++++++++++++
.../protocol/rest/mvc/SpringControllerService.java | 18 ++---
7 files changed, 161 insertions(+), 50 deletions(-)
copy
dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/{ServiceBeanTest.java
=> ControllerServiceConfigTest.java} (50%)
copy
dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/api/{Box.java
=> SpringControllerService.java} (74%)
create mode 100644
dubbo-rpc/dubbo-rpc-rest/src/test/java/org/apache/dubbo/rpc/protocol/rest/ServiceConfigTest.java
copy
dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/filter/DemoServiceImpl.java
=>
dubbo-rpc/dubbo-rpc-rest/src/test/java/org/apache/dubbo/rpc/protocol/rest/mvc/SpringControllerService.java
(71%)