Albumen Kevin
767620aedd
[2.7] Prepare Dubbo 2.7.15 Release
2021-12-22 13:39:09 +08:00
Albumen Kevin
0d9b09488e
[2.7] Fix pond ignore in URLStrParser ( #9465 )
2021-12-22 13:27:16 +08:00
Albumen Kevin
55672e430a
[2.7] Update Hessian Lite version ( #9456 )
2021-12-21 14:10:48 +08:00
huazhongming
8cc9579c77
upgrade log4j2 version to 2.17.0 ( #9444 )
2021-12-20 13:45:49 +08:00
gitchenjh
63e714a5c2
dubbo-spring-boot-actuator compatible with Spring Boot Actuator 2.6.x ( #9394 ) ( #9437 )
2021-12-17 15:44:37 +08:00
wuwen
daeeeb76e9
upgrade log4j2 to 2.16.0 ( #9433 )
2021-12-17 14:00:57 +08:00
Poison
578bfcb48c
Improve the readability of the getOrder method ( #9361 )
...
`Ordered.LOWEST_PRECEDENCE + 1` is equal to `Ordered.HIGHEST_PRECEDENCE`, using `Ordered.HIGHEST_PRECEDENCE` is more readable.
2021-12-16 16:14:09 +08:00
gitchenjh
1296ff8061
[master] Optimize some code for DubboConfigEarlyRegistrationPostProcessor ( #9397 ) ( #9414 )
2021-12-16 14:58:16 +08:00
Wang Chengming
c0b7f9583b
Check before use to avoid possible NPE in MetadataInfo ( #9420 )
2021-12-16 14:56:29 +08:00
gitchenjh
9cfb1ae7ac
Fix DubboConfigEarlyInitializationPostProcessor registered twice in Spring Framework ( #9397 )
...
fixes #9370
2021-12-15 14:25:17 +08:00
Pin Xiong
7cb6bff605
fix: Update the version of log4j for bug fixes ( #9378 )
2021-12-13 10:44:59 +08:00
Wang Chengming
a0d48d2f66
[master]optimize some code metrics filter ( #9357 )
...
* optimze of MetricsFilter
* optimize of MetricsFilter
2021-12-06 13:31:47 +08:00
stone 98
ebe225a32d
[2.7] Fix issue where dead connections would not be reconnected. ( #9327 )
2021-11-28 23:19:24 +08:00
zrlw
e05494dea8
[master] revert AbstractConfiguratorListener#genConfiguratorsFromRawRule ( #9249 )
...
* ignore event content parse failure
* support single ip
* revert genConfiguratorsFromRawRule
2021-11-18 20:09:45 +08:00
haoyann
ae6c6a9a9a
Fix netty server ssl context file leak ( #9246 )
2021-11-10 13:40:37 +08:00
haoyann
44ae0016b2
[Master]Fix netty ssl file leak ( #9197 )
...
* fix netty ssl file leak
* remove useless code
2021-11-09 10:35:32 +08:00
Guy Korland
5dcf575439
upgrade to jedis 3.7.0 ( #9178 )
2021-11-04 16:57:53 +08:00
Wang Chengming
d52dd47682
issue #8325 , use the provider side parameters ( #9147 )
...
fixes #8325
2021-10-28 15:57:34 +08:00
guilin
3b6d8b87ca
fix potential NPE in URLBuilder.java ( #9060 )
...
fixes #8196
2021-10-27 20:15:42 +08:00
zrlw
beb97e4f92
change getRegistries return type to HashSet for unique ( #9016 )
2021-10-27 20:10:44 +08:00
zrlw
ef2de54e29
update jetcd to be compatible with maven-surefire-plugin ( #9107 )
2021-10-25 12:52:38 +08:00
Steve Rao
f05d0863af
Modified the warm-up function from y=x to y=x^2 and make the warm-up process smoother ( #9104 )
2021-10-25 12:52:12 +08:00
zrlw
990c08244a
[master] fix Corrupted STDOUT issue of maven-surefire-plugin ( #9090 )
...
* fix Corrupted STDOUT issue of maven-surefire-plugin
* keep failsafe version same with surefire
* recover maven_deploy_version
2021-10-23 22:28:56 +08:00
Albumen Kevin
c43f29a23a
[2.7] update xstream version ( #9103 )
...
* [2.7] update xstream version
* update pom
2021-10-23 22:22:58 +08:00
zrlw
acd3fc204d
update curator version to 4.2.0 for zk 3.4.13 ( #8995 )
2021-10-09 16:00:21 +08:00
zrlw
a88e6bfc79
override removeFailedRegisteredTask and removeFailedSubscribedTask for ( #8982 )
...
testRecover
2021-10-09 15:48:56 +08:00
Wang Chengming
91e5aea7bc
fix #7808 , add some unit test for MetricsConfig ( #8977 )
2021-10-09 15:46:38 +08:00
Wang Chengming
3c7aeee520
add some unit test for AvailableClusterInvoker ( #8972 )
2021-10-08 23:42:11 +08:00
zrlw
1cec28d1dc
add latch waiting for registration finished ( #8960 )
2021-09-30 10:19:56 +08:00
Wang Chengming
1cf911d27d
[master] Fix #8240 , on branch master, when provider and consumer stop cause NPE ( #8927 )
...
* fix #8240 : on branch master, when provider and consumer stop cause NPE
* fix #8240 : on branch master, when provider and consumer stop cause NPE
* fix #8240 : on branch master, when provider and consumer stop cause NPE
* fix #8240 : on branch master, when provider and consumer stop cause NPE
* fix #8240 : on branch master, when provider and consumer stop cause NPE
* fix #8240 : on branch master, when provider and consumer stop cause NPE
* fix #8240 : on branch master, when provider and consumer stop cause NPE
2021-09-30 10:16:41 +08:00
violin
7be2ab1380
optimise compile error message in jdk compiler.( #8942 ) ( #8943 )
...
* optimise compile error message in jdk compiler.(#8942 )
* update with comment.
* fix maven compile error.
* code format and field name.
2021-09-30 10:13:41 +08:00
Lei Jiang
11e04fb6d3
[Dubbo-5961] Improve consistent hashing load balancing with a new algorithm #5989 ( #8916 )
...
* Improve ConsistentHashLoadBalance
* Modify test case
* modify codes
* Modify concurrent problems
* Modify Codes
2021-09-28 17:53:11 +08:00
Owen.Cai
01ccaf46c0
Nacos unsub support and RegistryDirectory destroy ( #8907 )
...
* nacos_unsub_support & destroy RegistryDirectory
* delete idea import use *
* nacos_unsub_support & destroy RegistryDirectory(#8895 )
* delete idea import use *
* change description for code
2021-09-28 17:50:45 +08:00
Wang Chengming
9409f5f1ec
[master] Fix remove duplicate method ( #8925 )
...
* remove duplicate method on DubboBootstrap#destroy()
* remove duplicate method on DubboBootstrap#destroy()
2021-09-28 17:46:02 +08:00
zrlw
a38e4fb9ed
catch handler.caught() throwable of MultiMessageHandler ( #8931 )
2021-09-27 19:47:28 +08:00
Wang Chengming
881fd1f2d4
fix #8339 , remove duplicate validation ( #8903 )
2021-09-27 19:10:32 +08:00
zrlw
b3120b5dfb
reset the client value of LazyConnectExchangeClient after close ( #8882 )
2021-09-27 19:04:48 +08:00
Wang Chengming
4af59252c1
MultipleRegistry remove duplicate URL ( #8899 )
2021-09-27 19:00:20 +08:00
zrlw
d1644b760d
[master] add destroy() calling to close tomcat server port ( #8921 )
...
* add destroy() calling to close tomcat server port
* improve javadoc for isPortInUsed()
2021-09-26 23:27:38 +08:00
candy
db175899d7
[2.7.x] Fix CountDownLatch not being released( #8845 ) ( #8862 )
2021-09-22 00:06:31 +08:00
changfu
f175e9843a
fix #8855 remove @Service in java doc and comment ( #8856 )
...
* fix #8855 remove @Service in java doc and comment
* recovery wrong fix
2021-09-22 00:05:40 +08:00
zrlw
15d16f629a
fix NPE ( #8837 )
2021-09-22 00:01:36 +08:00
candy
47053e5a41
[master] Remove useless code. ( #8858 )
2021-09-21 23:57:16 +08:00
changfu
6dc1730695
fix #8770 : provider remove @Lazy support. ( #8854 )
2021-09-21 23:51:48 +08:00
zrlw
039525adfc
[master] add zookeeper node data created event check ( #8834 )
...
* add zookeeper node data created event check
* add NodeCreated process
* add missed else condition
2021-09-21 23:42:44 +08:00
zrlw
e39e4945c2
[master] do not show the warning at first replaceWithLazyClient() ( #8815 )
...
* not warning at first replaceWithLazyClient()
* fix UT test_counter_error
* fix LazyConnectExchangeClient
* fix ReferenceCountExchangeClientTest
* change warning period variable name
* change variable name warningPeriod
2021-09-20 23:15:23 +08:00
zrlw
5313beec34
fix StringIndexOutOfBoundsException at addParam() ( #8801 )
2021-09-20 23:02:50 +08:00
Albumen Kevin
921e113fb7
[2.7] Change default step to FORCE_INTERFACE ( #8836 )
2021-09-17 20:25:55 +08:00
yizhenqiang
f8f6995b56
Use MapUtils instead of AttachmentsAdapter ( #8772 )
...
* Use MapUtils instead of AttachmentsAdapter
2021-09-14 12:40:39 +08:00
candy
2f93930c83
[master] DefaultFuture turn off logging optimization for Channel(issue #8695 ) ( #8778 )
2021-09-13 00:04:27 +08:00