Merged
Conversation
…cation) and NetUtils.isInvalidLocalHost(String) (#5542)
…nt, String, String, String) (#5525)
add Registry protocol listener
* Polish /#5446 : With @reference, Aop does not work * Polish /#5718 : [Infrastructure] Uprade com.alibaba.spring:spring-context-support 1.0.6 * Polish /#5446 : With @reference, Aop does not work
…properly. (#5686) * refactor directory to make cluster and invoker load balance work * add weight property in dubbo.xsd * distinguish usage of getUrl and getConsumerUrl * fix directory related UT * fix ut
* Polish /#4687 : Remove the duplicated test code in dubbo-config-spring * Polish /#4674 & /#4470 * Polish /#5093 : Revert the previous commit * Polish #5093 : [Feature] Dubbo Services generate the metadata of REST services * Polish #5306 : [Migration] Upgrade the @SInCE tags in Javadoc migration cloud native to master * Polish #5306 : [Migration] Upgrade the @SInCE tags in Javadoc migration cloud native to master * Polish #5309 : [ISSURE] The beans of Dubbo's Config can't be found on the ReferenceBean's initialization * Polish #5312 : Resolve the demos' issues of zookeeper and nacos * Polish #5313 : [Migration] migrate the code in common module from cloud-native branch to master * Polish #5316 : [Refactor] Replace @EnableDubboConfigBinding Using spring-context-support * Polish #5317 : [Refactor] Refactor ReferenceAnnotationBeanPostProcessor using Alibaba spring-context-suuport API * Polish #5321 : Remove BeanFactoryUtils * Polish #5321 : Remove AnnotatedBeanDefinitionRegistryUtils * Polish #5321 : Remove AnnotationUtils * Polish #5321 : Remove ClassUtils * Polish #5321 : Remove BeanRegistrar * Polish #5321 : Remove ObjectUtils * Polish #5321 : Remove PropertySourcesUtils * Polish #5325 : [Migration] To migrate dubbo-metadata-api from cloud-native branch * Polish #5326 : [Migration] To migrate dubbo-metadata-processor from cloud-native branch * Polish #5329 : [Feature] To add the default metadata into ServiceInstance * Polish #5339 : [Refactor] Refactor the DynamicConfiguration interface * Polish bugfix * Fixes test cases * Merge remote-tracking branch 'upstream/master' into cloud-native-2.7.5 # Conflicts: # dubbo-configcenter/dubbo-configcenter-zookeeper/src/test/java/org/apache/dubbo/configcenter/support/zookeeper/ZookeeperDynamicConfigurationTest.java # dubbo-metadata/dubbo-metadata-api/src/test/java/org/apache/dubbo/metadata/DynamicConfigurationServiceNameMappingTest.java * Merge remote-tracking branch 'upstream/master' into cloud-native-2.7.5 # Conflicts: # dubbo-configcenter/dubbo-configcenter-zookeeper/src/test/java/org/apache/dubbo/configcenter/support/zookeeper/ZookeeperDynamicConfigurationTest.java # dubbo-metadata/dubbo-metadata-api/src/test/java/org/apache/dubbo/metadata/DynamicConfigurationServiceNameMappingTest.java * Polish /#5721 : [Enhancement] Setting the default IDs for Dubbo's Config Beans * Polish /#5729 : [Optimization] To remove EnableDubboConfigBinding and EnableDubboConfigBindings * Polish /#5594 : [Feature] Add the resolver of ServiceRestMetadata based on Java Reflection * Polish /#5736 : [Feature] Introducing Conversion features * Polish /#5737 : [Feature] Introducing "dubbo-metadata-processor" module * Polish /#5594 : Change the Metadata implementation * Polish /#5594 : Fixed test cases * Polish /#5594 : Fixed test cases * Polish /#5594 : Fixed test cases * Polish /#5594 : Fixed test cases * Polish /#5594 : Fixed test cases * Polish /#5594 : Fixed test cases * Polish /#5594 : Fixed test cases * Polish /#5594 : Fixed test cases
Co-authored-by: Xin Wang <xin.victorwang@gmail.com>
* Polish /#5745 : Increasing the stack size in the start.sh * Polish /#5297 : Only one of the multiple registration centers using nacos can register * Polish /#5442 : VERSION_KEY和GROUP_KEY为空时,注册到NACOS的服务名与alibaba实现不一致,导致无法消费 * Polish /#5442 : Merge upstream/master * Polish /apache/dubbo##5239 : Mock字段注入异常 * Polish /apache/dubbo##5239 : Mock字段注入异常
* Polish /#5745 : Increasing the stack size in the start.sh * Polish /#5297 : Only one of the multiple registration centers using nacos can register * Polish /#5442 : VERSION_KEY和GROUP_KEY为空时,注册到NACOS的服务名与alibaba实现不一致,导致无法消费 * Polish /#5442 : Merge upstream/master * Polish /apache/dubbo##5239 : Mock字段注入异常 * Polish /apache/dubbo##5239 : Mock字段注入异常 * Polish /#5770 : Removing the interinal JDK API from FileSystemDynamicConfiguration * Polish /#5771 : [Enhancement] Refactor the APT test-cases implementation of dubbo-metadata-processor in Java 9+ * Bugfix for the test-cases
laddcn
pushed a commit
that referenced
this pull request
Sep 24, 2021
* improve dubbo cache and job depends * Improve dubbo cache (#1) Merge Dubbo-Spring-Boot build with Dubbo * improve dubbo version Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
XXXXX
Brief changelog
XXXXX
Verifying this change
XXXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests=false&mvn clean test-compile failsafe:integration-testto make sure unit-test and integration-test pass.