Albumen Kevin
f0d16c6c70
Prepare 3.0.12 release
2022-09-20 15:32:14 +08:00
huazhongming
37b205bd11
fix timeout type cast exception ( #10644 )
...
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2022-09-20 15:27:22 +08:00
Albumen Kevin
89ef73d023
Fix NPE when using tri as metadata service protocol ( #10639 )
2022-09-19 15:58:36 +08:00
Albumen Kevin
8f7d1f37ec
Fix ContextFilter not cleanup thread ( #10615 )
2022-09-19 15:11:51 +08:00
Albumen Kevin
c674d8d825
Fix broadcast context being cleared ( #10619 )
2022-09-19 14:47:49 +08:00
Albumen Kevin
a5ba4633a2
Update hessian-lite version ( #10629 )
2022-09-16 11:24:03 +08:00
ken.lj
7eabceeb94
fixes #10541 , save subscribed dataIds for unsubscription. ( #10573 )
2022-09-09 11:25:08 +08:00
huazhongming
72326f42ba
Local references support mergeable ( #9645 )
...
Fix https://github.com/apache/dubbo/issues/8777
2022-09-08 10:08:33 +08:00
Albumen Kevin
4579d74218
Remove unused import
2022-09-02 11:15:02 +08:00
Albumen Kevin
af0d2d2b58
Remove useless toString in Timeout Filter ( #10530 )
2022-09-02 11:03:24 +08:00
Owen.Cai
33cb8c6116
Init deadlock ( #10503 )
...
* try fix deadlock
* change code style
* change code style
* commit private
2022-08-25 15:41:33 +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
Albumen Kevin
c326da7a03
prepare for next release
2022-08-23 10:05:20 +08:00
Albumen Kevin
8354db26cf
Merge branch '3.0.11-release' into apache-3.0
2022-08-23 10:04:50 +08:00
Albumen Kevin
29d5436889
Protect 3.1 branch
2022-08-22 19:06:15 +08:00
FUNKYE
a7ced36999
optimize AccessLogFilter ( #10488 )
2022-08-22 16:08:38 +08:00
Albumen Kevin
e4abc7a4ee
Merge branch 'apache-3.0' into 3.0.11-release
2022-08-17 21:44:58 +08:00
Albumen Kevin
4da708f3df
[3.0] Fix Executor rewrite ( #10478 )
...
* [3.0] Fix Executor rewrite
* fix init
2022-08-17 21:43:32 +08:00
Owen.Cai
bd3af98410
generic_exception_support_transfer ( #10382 )
...
* generic_exception_support_transfer
* fix getmessage bug
* fastjson parse no message
* generic exception add uts
* fix null check
* add header & delete auther info
2022-08-17 21:28:26 +08:00
CuttleFish
670bc915e5
Fix the bug that mock invoker cannot handle the methods which return Type is CompletableFuture. For issue #10473 ( #10472 )
...
* Fix the bug that when mocking and InvokeMode is Future,the result cannot be processed correctly
* fix checkstyle problem
2022-08-17 16:23:27 +08:00
Albumen Kevin
5081fe15b3
Merge branch 'apache-3.0' into 3.0.11-release
2022-08-16 17:42:11 +08:00
Andy Cheung
fabff5720c
Backport of 'Fix bug of always rejecting in MemorySafeLinkedBlockingQueue'. ( #10471 )
2022-08-16 17:39:18 +08:00
Albumen Kevin
2505bd4faa
release 3.0.11
2022-08-16 16:50:15 +08:00
Albumen Kevin
43c4033e11
[3.0] Fix Nacos aggregate listen ( #10468 )
...
* [3.0] Fix Nacos aggregate listen
* fix empty
* rename
2022-08-16 16:36:01 +08:00
Albumen Kevin
51529c34c5
Fix transient init ( #10462 )
2022-08-15 16:04:42 +08:00
Albumen Kevin
c84b745bb1
DisableCircularReferenceDetect for fastjson impl ( #10447 )
2022-08-15 11:11:56 +08:00
灼华
6822b2301c
Try to get it from the cache before generating the referenceKey ( #10173 )
2022-08-15 10:04:03 +08:00
jk-tonycui
af041d321f
add default interval for retries of saving properties ( #10412 )
2022-08-15 09:59:32 +08:00
yshuoo
9b6c463598
Up dev issue#10388 ( #10414 )
...
* issue#10388
* issue#10388
* 格式化
* 格式化
* 回退对readme的修改
* change to queue
Co-authored-by: keshi.ys <keshi.ys@alibaba-inc.com>
2022-08-15 09:58:56 +08:00
灼华
6b095f1c68
Fix npe ( #10457 )
2022-08-15 09:45:35 +08:00
huangjikun
438519cb71
fixed ServiceBeanNameBuilder same version/group conflict ( #10454 ) ( #10455 )
...
* fixed ServiceBeanNameBuilder same version/group conflict (#10454 )
* fixed ServiceBeanNameBuilder same version/group conflict (#10454 )
2022-08-15 09:44:50 +08:00
灼华
b3f533d726
Optimize the logic of zkDataListener ( #10445 )
2022-08-12 15:35:18 +08:00
Tianjc
01deaf9a0d
Update MemoryStatusChecker.java ( #10442 )
...
Alarm when spare memory < 2M,not <2K
2022-08-12 14:38:38 +08:00
stone lion
4d0f9f4f48
refactor: inspect protocol classes ( #10444 )
2022-08-12 14:38:15 +08:00
Albumen Kevin
5961683f5b
Fix nacos removeServiceAppMappingListener ( #10439 )
2022-08-11 11:55:53 +08:00
Albumen Kevin
f66527a73a
Remove to rpcInvocation string ( #10441 )
2022-08-11 11:54:57 +08:00
chenziqiang666
fc02eaf1cb
fix for issue#10213 ( #10413 )
...
* fix for issue#10213
replace Assertions with Assumptions
* fix for issue#10213
remove sout
2022-08-10 14:17:54 +08:00
yshuoo
f5c5dfd2ff
fix issue 10425 ( #10432 )
...
Co-authored-by: keshi.ys <keshi.ys@alibaba-inc.com>
2022-08-10 10:05:02 +08:00
Albumen Kevin
1bc5e623c0
Fix protocol unable to specify from ConsumerConfig ( #10418 )
2022-08-09 09:55:59 +08:00
Albumen Kevin
ed73fdeed0
Fix triple unexport remove ( #10417 )
2022-08-09 09:55:47 +08:00
Andy Cheung
4b55862f86
Update version and remove '#' in command. ( #10411 )
2022-08-07 10:35:37 +08:00
ken.lj
2400afc6fb
catch possible exception ( #10409 )
2022-08-07 10:32:48 +08:00
Albumen Kevin
a4052563b7
[3.0] Set ACL Provider ( #10404 )
...
* [3.0] Set ACL Provider
* fix compile
2022-08-04 15:30:25 +08:00
xuweiwei
d240c831de
Remove `Dubbo Spring Boot` info when start application ( #10400 )
2022-08-02 17:35:43 +08:00
灼华
dcb2d703fb
Optimize the logic of ConfigConfigurationAdapter to get prefixed meta… ( #10389 )
...
* Optimize the logic of ConfigConfigurationAdapter to get prefixed metadata
* Remove unused import
* Rollback
* Rollback
2022-08-01 14:41:47 +08:00
stone lion
469a0b3c63
refactor: inspect code of protocol classes. ( #10390 )
...
* refactor: inspect code of protocol classes.
* refactor: inspect code of protocol classes.
2022-08-01 14:33:02 +08:00
Owen.Cai
4b31978481
Cache file add module name ( #10338 )
...
* cache_file_add_module_name & support config file cache
* add application name for file name
* fix compile bug & meta report support file cache
* meta report support config file cache
* fix compile bug
* change param name to enableFileCached
* rename from enableFileCached to enableFileCache
2022-08-01 11:01:57 +08:00
Owen.Cai
4195838c68
fix_delete_error_exporter ( #10383 )
2022-07-29 11:41:41 +08:00
chenziqiang666
196374dca3
Expand on the common tools and methods of JSON ( #10370 )
...
* extend JsonUtils
* add license
2022-07-28 11:28:14 +08:00
Albumen Kevin
7da45152d0
Fix pom revision ( #10376 )
2022-07-28 11:25:58 +08:00