Commit Graph

20 Commits

Author SHA1 Message Date
huazhongming 730695a7a2
[3.2]Use spotless to format the code (#13320)
* Use spotless to format the code

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* Support develop with JDK 21

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

---------

Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-11-07 15:40:13 +08:00
Albumen Kevin e07e5e294b
Fix get method name from invocation (#12519)
* Fix get method name from invocation

* fix compile
2023-06-13 20:25:25 +08:00
Mengyang Tang d061b29b39
Some code optimization (#11825)
* Code optimization

* Code optimization: modifier optimization, condition simplification, etc.

* Fix CI error

* Fix CI error
2023-03-16 09:43:57 +08:00
Albumen Kevin 45120670ba
Remove public modifier in configcenter, container, filter, kubernetes… (#10979) 2022-11-22 10:49:50 +08:00
灼华 f7e87c1445
Add some test cases and optimizations (#10481)
* Add some test cases and optimizations

* Rollback

* Update ClassGenerator.java
2022-08-24 10:34:16 +08:00
cheese8 dea2498718
refactor SignatureUtils and related usage (#10291) 2022-07-11 09:45:26 +08:00
ken.lj b2a4f612ec
3.0 service discovery metadata refactor (#9506) 2021-12-29 10:56:05 +08:00
ken.lj 098787a4ef
fix async call issues, rpc context and response future callback race conditions (#9464)
fixes #9461 #8602
2021-12-25 20:24:22 +08:00
Gong Dewei 5c2161aa0e
[3.0] Multi instance - multi module config/deploy and spring support (#8789)
* Add spring support for multi instance

* Fix testMultiModuleApplication

* polish ApplicationModel and so on

* destroy application when all module are removed

* Extract ApplicationDeployer and ModuleDeployer, add ModuleConfigManager, add spring support for module manage

* Fix ut

* Initialize SpringExtensionInjector

* Fix DubboHealthIndicatorTest

* Fix SpringExtensionInjector avoid using not completed Spring ApplicationContext

* Prepare application instance before refer services, fix SpringXmlConfigTest

* App index starts from 1 in each FrameworkModel

* Add ConfigScopeModelInitializer, Refactor DubboShutdownHook

* Register bean with class is change to getOrRegisterBean

* Fix ShutdownTelnetTest

* Fix missing dependency

* Fix not found ApplicationModel bean in spring context

* Add module deploy and reload test

* Put deployer to scope model attributes

* Add getDeployer() to ApplicationModel/ModuleModel
2021-09-14 10:17:07 +08:00
Albumen Kevin 1dfb114734
[3.0] Multi Instances Related Refactor (#8737)
* Refactor some ExtensionLoader usage

* Fix ut

* Refactor some ExtensionLoader usage

* Introduce Initializer for ScopeModel

* Fix ut

* Fix ut

* Add TCCL Changer

* remove some default model usage

* remove some default model usage

* Fix NPE

* Remove Hessian2 TL

* Fix NPE

* Fix NPE

* Fix Shade

* Fix DubboBootstrap init

* Fix Metadata Serialize

* Fix not support multi classloader

* Add Multi ClassLoader Test case

* Fix UT

* add ant

* Fix UT

* Fix Merge Directory
2021-09-10 14:43:34 +08:00
灼华 d386cd5f07
Adjust the acquisition of the app, group, and version value of the url (#8582)
* Adjust the acquisition of the app, group, and version value of the url

* FIX
2021-08-27 13:50:53 +08:00
Albumen Kevin 0e66de1c61
[3.0] Code reformat (#8019)
* convert files, add checker

* rename id

* tab to space

* change git attributes auto convert

* fix end new line

* fix end new line

* fix end new line

* ignore generated files

* override tomcat-embed-core version

* add ignore for codestyle/checkstyle.xml

* add ignore for codestyle/checkstyle.xml

* add rat ignore

* add suppression

* force update

* disable zk dynamic configurator
2021-06-10 20:13:39 +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
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
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
zechao zheng 8bf918ff67
add some unit test for dubbo-auth (#5547) 2020-02-01 15:39:39 +08:00
Mr.Z d5b0875a90 [WIP] support sign and auth the request (#5524) 2019-12-25 17:19:27 +08:00