Commit Graph

136 Commits

Author SHA1 Message Date
Albumen Kevin 8bc9257f4e
Migrate master bugfix (#7927) 2021-06-01 14:14:35 +08:00
passer 67e2cf7bd5
add unit test for TraceTelnetHandler (#7909) 2021-05-29 17:14:56 +08:00
passer 537755bf1b
[3.0] Add unit test for CountTelnetHandler (#7845)
* [3.0] Add unit test for CountTelnetHandler (#7842)

* Optimize CountTelnetHandlerTest (#7842)
2021-05-28 09:32:02 +08:00
passer 3a8f44eb38
Optimize InvokeTelnetHandler code format (#7839) 2021-05-23 21:15:31 +08:00
Albumen Kevin 60c55b83bc
[3.0] Seperate RpcContext to client and server (#7556) 2021-05-10 16:10:31 +08:00
ken.lj 70a9245715 [3.0] fix service discovery implementation and introduce ClusterFiIlter (#7388) 2021-03-24 15:24:36 +08:00
ken.lj 552112ed01 Revert "3.0 enhancement, do not merge (#7381)" (#7387)
This reverts commit d6c9bf69e0.
2021-03-24 15:24:36 +08:00
ken.lj d541548d15 3.0 enhancement, do not merge (#7381) 2021-03-24 15:24:36 +08:00
Albumen Kevin 50786a20e4
[UT] Fix unit-test cases in 3.0 (#7175) 2021-02-19 17:56:54 +08:00
ken.lj 33e39a1379 fix service discovery registry url check logic during offline/online 2021-01-21 16:10:49 +08:00
ken.lj 43e5edaefe
merge k8s feature (#7104) 2021-01-15 23:48:28 +08:00
ken.lj c4815f5602
3.0 migration rule enhancment(#7086) 2021-01-07 16:39:06 +08:00
ken.lj 9351a415e2
Online&offline support app address (#6982) 2020-12-03 23:36:40 +08:00
ken.lj ca62d8352d service discovery 2020-08-04 14:47:54 +08:00
Siqu Chen bbacab0b32
Enhancement, support Map auto recognize in PojoUtils (#6106)
Fix #5939
2020-06-30 15:36:08 +08:00
Mercy Ma 9769a1dc7e
[Enhancement] Adding a build tools module for Apache License (#6060)
* Polish apache/dubbo#6058 : [Enhancement] Adding a build tools module for Apache License

* Polish apache/dubbo#6058 : [Enhancement] Adding a build tools module for Apache License

* Polish apache/dubbo#6058 : [Enhancement] Adding a build tools module for Apache License
2020-04-26 16:19:23 +08:00
Huang YunKun b60acc5e52
fix unit test for qos module (#5962) 2020-04-02 14:20:57 +08:00
Hinsteny Hisoka 95426f9b01
use QOS command to check if app service is ready (#5873) 2020-04-01 23:10:29 +08:00
Lei Jiang f3d57cd5b9
Add version command in qos module. (#5935) 2020-04-01 16:01:00 +08:00
Albumen Kevin cefe7c37e9
fix unit test for windows platform (#5913) 2020-03-26 13:50:03 +08:00
zechao zheng d55f062fe7
fix the key name to hide the accessKeyId and secretAccessKey (#5878)
Co-authored-by: 郑泽超 <zhengzechao@qiyi.com>
2020-03-17 11:15:10 +08:00
xylsh b5cc276c25
fix wrong telnet command package(#5690) (#5815) 2020-03-07 23:16:40 +08:00
Huang YunKun 7b92414ef3
extracting duplicate code in CountTelnetHandler (#5824) 2020-03-05 21:01:28 +08:00
ken.lj c783e55ec9
mrege 2.7.5-release into master branch (#5642) 2020-02-28 16:50:52 +08:00
LiosWong 3d329736f9
fix: spelling incorrect (#5749) 2020-02-25 23:54:53 -06:00
AndyXu 89e1b94f10
Fix SelectTelnetHandler.telnet IndexOutOfBoundsException 2020-02-08 20:39:16 +08:00
zechao zheng 8bf918ff67
add some unit test for dubbo-auth (#5547) 2020-02-01 15:39:39 +08:00
withthewind ed7be11af9
constant names should be all uppercase, separated by underscores (#5356) 2020-02-01 14:58:09 +08:00
Mr.Z d5b0875a90 [WIP] support sign and auth the request (#5524) 2019-12-25 17:19:27 +08:00
ken.lj f89a1a8dad
Some changes encompass ExtensionLoader, AsyncResult and ServiceMetadata (#5494) 2019-12-17 13:56:59 +08:00
hengyunabc 1cd9b6aada fix netty server Option.SO_REUSEADDR config. (#5473) 2019-12-13 09:32:35 +08:00
ken.lj 0d7c639d23 fix checkstyle, add missed Apache License Header 2019-11-26 14:18:38 +08:00
ken.lj b576bb770c fix UTs 2019-11-21 20:30:17 +08:00
ken.lj cb5d18346d make UTs work 2019-11-19 09:45:32 +08:00
James Xu 3f1307da01 Clean up CommandHelper class and add its private ctor (#5265) 2019-11-18 22:54:43 +08:00
Mercy Ma ec16ba4aef
[Refactor] Refactor the DynamicConfiguration interface #5339 (#5340)
* Polish apache/dubbo#5306 : [Migration] Upgrade the @since tags in Javadoc migration cloud native to master

* Polish apache/dubbo#5306 : [Migration] Upgrade the @since tags in Javadoc migration cloud native to master

* Polish apache/dubbo#5309 : [ISSURE] The beans of Dubbo's Config can't be found on the ReferenceBean's initialization

* Polish apache/dubbo#5312 : Resolve the demos' issues of zookeeper and nacos

* Polish apache/dubbo#5313 : [Migration] migrate the code in common module from cloud-native branch to master

* Polish apache/dubbo#5316 : [Refactor] Replace @EnableDubboConfigBinding Using spring-context-support

* Polish apache/dubbo#5317 : [Refactor] Refactor ReferenceAnnotationBeanPostProcessor using Alibaba spring-context-suuport API

* Polish apache/dubbo#5321 : Remove BeanFactoryUtils

* Polish apache/dubbo#5321 : Remove AnnotatedBeanDefinitionRegistryUtils

* Polish apache/dubbo#5321 : Remove AnnotationUtils

* Polish apache/dubbo#5321 : Remove ClassUtils

* Polish apache/dubbo#5321 : Remove BeanRegistrar

* Polish apache/dubbo#5321 : Remove ObjectUtils

* Polish apache/dubbo#5321 : Remove PropertySourcesUtils

* Polish apache/dubbo#5325 : [Migration] To migrate dubbo-metadata-api from cloud-native branch

* Polish apache/dubbo#5326 : [Migration] To migrate dubbo-metadata-processor from cloud-native branch

* Polish apache/dubbo#5329 : [Feature] To add the default metadata into ServiceInstance

* Polish apache/dubbo#5339 : [Refactor] Refactor the DynamicConfiguration interface
2019-11-18 17:22:25 +08:00
ken.lj b133782e4e repackage ServiceConfigBase and ReferenceConfigBase 2019-11-12 13:07:14 +08:00
ken.lj b0cf97ebc3 add config module back and remove bootstrap module 2019-11-08 18:14:43 +08:00
ken.lj 02eabd6369 generic codec & bootstrap api 2019-11-03 13:26:07 +08:00
ken.lj 1090348566 Merge branch 'merge-3.x'
# Conflicts:
#	dubbo-common/src/main/java/org/apache/dubbo/common/URL.java
#	dubbo-common/src/main/java/org/apache/dubbo/rpc/model/ServiceMetadata.java
#	dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos/command/impl/Offline.java
#	dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos/command/impl/Online.java
#	dubbo-plugin/dubbo-qos/src/test/java/org/apache/dubbo/qos/command/impl/LsTest.java
#	dubbo-plugin/dubbo-qos/src/test/java/org/apache/dubbo/qos/command/impl/OfflineTest.java
#	dubbo-plugin/dubbo-qos/src/test/java/org/apache/dubbo/qos/command/impl/OnlineTest.java
#	dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/RpcInvocation.java
#	dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/filter/GenericImplFilter.java
2019-10-31 16:33:21 +08:00
ken.lj cea3de7b38 Refactor, revert ReferenceConfigCache package change 2019-10-31 16:23:11 +08:00
ken.lj 3b4b67b61a Refactor ServiceConfig package 2019-10-29 19:05:49 +08:00
ken.lj ffd7f9edd5 resolve conflicts after merged master 2019-10-29 17:09:45 +08:00
ken.lj 3e78bd8867 Replace ServiceLoader with Dubbo ExtensionLoader 2019-10-21 21:19:36 +08:00
ken.lj 21871c77ca fix UT compile issues 2019-10-14 20:52:49 +08:00
ken.lj 66fbd3202a Rewrite UTs 2019-10-14 15:59:44 +08:00
ken.lj 1be3c999d1 Refactor: Config Application and Bootstrap 2019-10-12 21:17:35 +08:00
cvictory b797852fb3 fix unit test for online and offline 2019-10-12 14:56:00 +08:00
ken.lj 62e204e424 Merge branch 'cloud-native' into master-merged-performance-cloudnative 2019-10-10 21:15:18 +08:00
cvictory 288aa4a417 refactor online and offline 2019-10-10 15:11:36 +08:00