Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #1

Open
wants to merge 1,222 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
1222 commits
Select commit Hold shift + click to select a range
ad82467
improve the code that RegistryDirectory.java#destroyUnusedInvokers an…
zhongxiongzeng May 31, 2021
6270c47
Optimize qos server to be compatible with linux epoll (#7910)
BurningCN May 31, 2021
5b7b42c
Limit the maximum number of lines for the clear command (#7911)
BurningCN May 31, 2021
4af7d63
Add test case for ServerStatusChecker (#7889)
xiaoheng1 May 31, 2021
11d33fb
Fix dubbo-bom (#7915)
icankeep May 31, 2021
3963ba8
Extract common logic for HttpProcessHandler to optimize it (#7918)
BurningCN May 31, 2021
af80a89
Add test cases for dubbo-registry-zookeeper (#7921) (#7922)
icankeep May 31, 2021
75cda93
ssl support ciphers&protocols (#7740)
owen200008 May 31, 2021
6491954
Disable ZkDynamicConfigTest (#7930)
AlbumenJ May 31, 2021
3f671c3
the forbidden change to false must depend on invokerUrls isNotEmpty. …
horizonzy May 31, 2021
9a86bb7
Application-granular service registration and discovery are compatibl…
xiaoheng1 May 31, 2021
09dcf41
fix multiple registry onEvent not triggered. (#7440)
zonghaishang May 31, 2021
c52835a
ConfigCenterConfig add constructor with address param as RegistryConf…
horizonzy May 31, 2021
2755cc8
add override annotation (#7940)
xiaoheng1 Jun 1, 2021
2a9f25f
Cache the parsed result of the HelpCommand and HelpTelnetHandler (#7919)
BurningCN Jun 1, 2021
b5a5d74
Fix DubboProtocol is not directly used externally (#7924)
xiaoheng1 Jun 1, 2021
8d66c83
Add unit test for PublishMetadata, Version command (#7906)
BurningCN Jun 1, 2021
41d36a2
Replace list with set in ExtensionLoader (#7926)
icankeep Jun 1, 2021
ab4ced5
DubboProtocol#INSTANCE should not be initialized in the constructor (…
xiaoheng1 Jun 2, 2021
e18d4d0
Consider the status of forbidden when checking that the registry is a…
HelloSmallSnail Jun 3, 2021
a799dd9
Use constants instead of literals (#7962)
BurningCN Jun 3, 2021
dd36381
Fill conditionKeys collections when necessary (#7462)
BurningCN Jun 3, 2021
683aed9
logs are stored using a Set replace with Queue (#7956)
icankeep Jun 3, 2021
4c2d925
Adjust constant name (#7958)
BurningCN Jun 3, 2021
9f6b536
Fix the bug that calling the unregisterServiceInstance method in the …
BurningCN Jun 3, 2021
3894047
add test case for DubboProtocol (#7917)
xiaoheng1 Jun 3, 2021
8deb821
Fix license (#7977)
AlbumenJ Jun 4, 2021
388d2bd
Add generics to avoid forced conversion (#7964)
BurningCN Jun 4, 2021
744d302
add unit test for ScheduledCompletableFuture (#7963)
BurningCN Jun 6, 2021
b24fe70
Add InfraAdapterTest (#7984)
BurningCN Jun 7, 2021
2a36678
Keep the ProviderURLMergeProcessor API unchanged and change the confi…
CrazyHZM Jun 7, 2021
c644689
upgrade nacos to 1.4.2 (#7996)
chickenlj Jun 7, 2021
57c60c2
Add unit test for ConsumerContextClusterInterceptor(#7972)
icankeep Jun 7, 2021
9892958
Add unit test for ZoneAwareClusterInterceptor (#7974)
icankeep Jun 7, 2021
bfcf003
[ISSUE #7943]Handle illegal characters uniformly (#7970)
haoyann Jun 7, 2021
e8581fd
[LFUCache]Add frequency of key and delete the empty cache queue (#7967)
iiweniiang Jun 7, 2021
722839e
fix: Support Lazy annotation issue#829 (#7981)
pinxiong Jun 7, 2021
c8d176f
Add test case for ExecutorRepository (#7994)
xiaoheng1 Jun 7, 2021
12ea3d6
prepare 2.7.12 release
AlbumenJ Jun 7, 2021
275ac51
De-duplicate the filter returned by the getActivateExtension method (…
xiaoheng1 Jun 8, 2021
6f9beb6
Merge remote-tracking branch 'apache/master' into 2.7.12-release
AlbumenJ Jun 8, 2021
e8eeddb
Fix ut for AbstractConfigTest
AlbumenJ Jun 8, 2021
ab4de5c
Add test case for URL (#8006)
BurningCN Jun 8, 2021
ed88f43
Optimize URL#addParameters method to reuse existing methods (#8005)
BurningCN Jun 8, 2021
95e83e9
Optimize DubboProtocol code and extract constants (#8004)
xiaoheng1 Jun 8, 2021
56367d5
feat: Add testcase for DubboService#parameters to verify issue#3072 (…
pinxiong Jun 8, 2021
badbbb4
Fix spring spi extension keeps printing warn log during starting. (#6…
chickenlj Jun 8, 2021
4a3502a
Add unit test for common module (#8000)
BurningCN Jun 8, 2021
584ab28
Fix duplicated import (#8015)
AlbumenJ Jun 9, 2021
149d1f6
support <dubbo:annotation> element tag in xml when using legacy names…
xiaoduanayu Jun 9, 2021
153a67b
Merge remote-tracking branch 'dubbo_rem/master'
lovepoem Jun 10, 2021
ebd9b4b
增加redisRegistry consumer侧的服务探活逻辑 (#7929)
lkxiaolou Jun 10, 2021
e6f39cd
Fix urls may be null, and NullPointerException will be thrown in Conf…
skyguard1 Jun 10, 2021
ade452f
fix #8022 Optimize the ThreadPoolStatusCheckerTest test case (#8023)
xiaoheng1 Jun 10, 2021
bc73169
Merge branch '2.7.12-release' into apache-master
AlbumenJ Jun 11, 2021
50d88d7
upgrade to 2.7.13-SNAPSHOT
AlbumenJ Jun 11, 2021
ba4d88e
Add the file parameter to MetadataReportBuilder (#8031)
BurningCN Jun 15, 2021
222bf15
[Dubbo-6720] fix bug same interface unexport and export fail. also su…
owen200008 Jun 15, 2021
a7697f8
fix multi-registry bug (#8034)
xiaoheng1 Jun 15, 2021
cfe3bab
Remove redundant code in ServiceConfig#checkAndUpdateSubConfigs metho…
BurningCN Jun 15, 2021
8892a36
Optimize StatusTelnetHandler code and extract constants (#8041)
xiaoheng1 Jun 15, 2021
943d27b
Ignore invalid MetadataReportConfig (#8068)
kylixs Jun 16, 2021
b16a404
optimize generic filter (#8067)
goodjava Jun 18, 2021
d16d0e1
Remove needless toString convert (#8092)
AlbumenJ Jun 18, 2021
1c6e042
add cache for scan result. (#7477) (#8057)
zhangjiezhang Jun 21, 2021
271921a
EventPublishingServiceDiscovery add error log (#8066)
lkxiaolou Jun 21, 2021
3caddb0
remove redundant class: \common\utils\ClassHelper.java (#8084)
zhongxiongzeng Jun 21, 2021
c8cefee
improve the code of URLStrParser.java (#8085)
zhongxiongzeng Jun 21, 2021
b194bb0
Add tests for reference tag attribute (#8114)
kylixs Jun 23, 2021
35bc823
Merge remote-tracking branch 'dubbo_rem/master'
lovepoem Jun 24, 2021
eb9917e
Fix the issue that the ReferenceConfigCache#destroy method does not c…
BurningCN Jun 24, 2021
fd4ae9b
Tests transaction of callback method #8098 (#8120)
kylixs Jun 24, 2021
99ccb57
annotation cannt be serializable,so change to String (#7908)
jingxiang Jun 24, 2021
11b9936
Delay export server should print stack trace if there are exception o…
AvengerEug Jun 28, 2021
af3c52d
generic serialization decode need use readObject() (#8141)
owen200008 Jun 28, 2021
21b08f0
Add a default value to accessKeyId (#8136)
24kpure Jun 30, 2021
9f65071
Merge remote-tracking branch 'dubbo_rem/master'
Jul 2, 2021
c5a4597
use service name mapping key to avoid logic conflict. (#8184)
horizonzy Jul 2, 2021
b419a17
Merge remote-tracking branch 'dubbo_rem/master'
lovepoem Jul 7, 2021
11e15f2
disable telnet by default and fix ut, reset resources (#8239)
chickenlj Jul 9, 2021
34a4922
for compatible nacos server lower version, we should check the respon…
horizonzy Jul 11, 2021
0c1a9c6
Ut telnet handler adapter test (#8258)
dgzpg Jul 11, 2021
3548eab
Enhance metadata report config. (#8268)
horizonzy Jul 12, 2021
989ee68
Merge remote-tracking branch 'dubbo_rem/master'
lovepoem Jul 12, 2021
daf6f25
Set specific serializer for native hessian and hessian rpc protocol (…
chickenlj Jul 13, 2021
ad61a06
Merge remote-tracking branch 'dubbo_rem/master'
lovepoem Jul 13, 2021
352a0df
Compatible with curator5 (#8264)
horizonzy Jul 13, 2021
17e86ce
Merge remote-tracking branch 'dubbo_rem/master'
Jul 15, 2021
41e989b
optimize ShortestResponseLoadBalance active param (#8318)
24kpure Jul 23, 2021
2f9115f
Merge remote-tracking branch 'dubbo_rem/master'
lovepoem Jul 26, 2021
b142cdb
fix String.format lack of arg which is from BroadcastClusterInvoker l…
xiaoheng1 Jul 27, 2021
d82ce47
fix instance change event name format problem. (#8346)
horizonzy Jul 27, 2021
ffabb89
change alibaba_spring_context_support_version to 1.0.11 (#8217)
zrlw Jul 27, 2021
bfa4b3b
fix migrationRule bug (#8358)
xiaoheng1 Jul 27, 2021
ca794b6
throw exception on path+version not found when decoding request (#8357)
chickenlj Jul 27, 2021
d89027f
Merge remote-tracking branch 'dubbo_rem/master'
lovepoem Jul 30, 2021
9810c5e
Fix the test case of HessianProtocol does not pass on some machines.
xiaoheng1 Jul 30, 2021
b4d9f44
fix bug
xiaoheng1 Jul 30, 2021
46dc478
update pom
xiaoheng1 Jul 30, 2021
9c49efe
[Dubbo-8172]Not shuwdown ExecutorService when DefaultFuture. closeCha…
zhangyz-hd Aug 1, 2021
fc2808b
[2.7] Add Dynamic Configuration Override Support For ServiceDiscovery…
AlbumenJ Aug 3, 2021
1f64a03
update pom (#8429)
xiaoheng1 Aug 5, 2021
321789d
Upgrade dependencies (#8391)
haoyann Aug 6, 2021
e9d7372
Merge remote-tracking branch 'dubbo_rem/master'
lovepoem Aug 12, 2021
c269589
solve the curator 5.0.0 testingServer npe.
Webster-Yang Aug 13, 2021
27d834f
refactor MethodConfig by using mocking object created by Mockito (#8446)
wx930910 Aug 15, 2021
6acd5a2
fix #8378 parameter convert error (#8379)
24kpure Aug 15, 2021
d4cd753
Merge remote-tracking branch 'dubbo_rem/master'
lovepoem Aug 18, 2021
c22d746
Fix the issue of taking the zone parameter value in ZoneAwareClusterI…
BurningCN Aug 23, 2021
4420118
add code (#8537)
owen200008 Aug 23, 2021
fd80172
Fix mock:true configuration. (#8554)
changfubai Aug 23, 2021
4c8a54e
Fix on branch master, consumer invoke timeout cause NPE. (#8587)
wangchengming666 Aug 25, 2021
6eaa230
Merge remote-tracking branch 'dubbo_rem/master'
lovepoem Aug 26, 2021
58d9f1a
Merge branch 'master' of https://github.com/lovepoem/dubbo
lovepoem Aug 26, 2021
04f4fee
on branch 2.7.x, fix issue #8611, use HTTPS (#8632)
wangchengming666 Sep 3, 2021
7d95364
fix issue-8387 on master (#8624)
changfubai Sep 3, 2021
485aac1
[master] fix ignored interface name matches method (#8629)
zrlw Sep 8, 2021
2667985
2.7.13 fix add serialize check switch (#8648)
owen200008 Sep 8, 2021
233be16
[master] Simplify and unify local address getting method (#8679)
zrlw Sep 8, 2021
abb2109
fix random assertions (#8702)
zrlw Sep 8, 2021
d3773a7
fix issue-8715 on master: failback retries=0 should only invoke once …
changfubai Sep 11, 2021
b7fa549
fix issue-8726 on master: improve code readability (#8749)
changfubai Sep 12, 2021
55dec92
close client immediately when destroy unused invoker (#8756)
zrlw Sep 12, 2021
e63a7be
fix destroy NullPointerException and doOverrideIfNecessary (#8683)
zrlw Sep 12, 2021
05b2032
[2.7] Update Hessian Lite Version (#8780)
AlbumenJ Sep 12, 2021
2f93930
[master] DefaultFuture turn off logging optimization for Channel(issu…
stone-98 Sep 12, 2021
f8f6995
Use MapUtils instead of AttachmentsAdapter (#8772)
Sep 14, 2021
921e113
[2.7] Change default step to FORCE_INTERFACE (#8836)
AlbumenJ Sep 17, 2021
5313bee
fix StringIndexOutOfBoundsException at addParam() (#8801)
zrlw Sep 20, 2021
e39e494
[master] do not show the warning at first replaceWithLazyClient() (#8…
zrlw Sep 20, 2021
039525a
[master] add zookeeper node data created event check (#8834)
zrlw Sep 21, 2021
6dc1730
fix #8770: provider remove @Lazy support. (#8854)
changfubai Sep 21, 2021
47053e5
[master] Remove useless code. (#8858)
stone-98 Sep 21, 2021
15d16f6
fix NPE (#8837)
zrlw Sep 21, 2021
f175e98
fix #8855 remove @Service in java doc and comment (#8856)
changfubai Sep 21, 2021
db17589
[2.7.x] Fix CountDownLatch not being released(#8845) (#8862)
stone-98 Sep 21, 2021
d1644b7
[master] add destroy() calling to close tomcat server port (#8921)
zrlw Sep 26, 2021
4af5925
MultipleRegistry remove duplicate URL (#8899)
wangchengming666 Sep 27, 2021
b3120b5
reset the client value of LazyConnectExchangeClient after close (#8882)
zrlw Sep 27, 2021
881fd1f
fix #8339, remove duplicate validation (#8903)
wangchengming666 Sep 27, 2021
a38e4fb
catch handler.caught() throwable of MultiMessageHandler (#8931)
zrlw Sep 27, 2021
9409f5f
[master] Fix remove duplicate method (#8925)
wangchengming666 Sep 28, 2021
01ccaf4
Nacos unsub support and RegistryDirectory destroy (#8907)
owen200008 Sep 28, 2021
11e04fb
[Dubbo-5961] Improve consistent hashing load balancing with a new alg…
laddcn Sep 28, 2021
7be2ab1
optimise compile error message in jdk compiler.(#8942) (#8943)
vio-lin Sep 30, 2021
1cf911d
[master] Fix #8240, on branch master, when provider and consumer stop…
wangchengming666 Sep 30, 2021
1cec28d
add latch waiting for registration finished (#8960)
zrlw Sep 30, 2021
3c7aeee
add some unit test for AvailableClusterInvoker (#8972)
wangchengming666 Oct 8, 2021
91e5aea
fix #7808, add some unit test for MetricsConfig (#8977)
wangchengming666 Oct 9, 2021
a88e6bf
override removeFailedRegisteredTask and removeFailedSubscribedTask fo…
zrlw Oct 9, 2021
acd3fc2
update curator version to 4.2.0 for zk 3.4.13 (#8995)
zrlw Oct 9, 2021
c43f29a
[2.7] update xstream version (#9103)
AlbumenJ Oct 23, 2021
990c082
[master] fix Corrupted STDOUT issue of maven-surefire-plugin (#9090)
zrlw Oct 23, 2021
f05d086
Modified the warm-up function from y=x to y=x^2 and make the warm-up …
steverao Oct 25, 2021
ef2de54
update jetcd to be compatible with maven-surefire-plugin (#9107)
zrlw Oct 25, 2021
beb97e4
change getRegistries return type to HashSet for unique (#9016)
zrlw Oct 27, 2021
3b6d8b8
fix potential NPE in URLBuilder.java (#9060)
r1-12king Oct 27, 2021
d52dd47
issue #8325, use the provider side parameters (#9147)
wangchengming666 Oct 28, 2021
5dcf575
upgrade to jedis 3.7.0 (#9178)
gkorland Nov 4, 2021
44ae001
[Master]Fix netty ssl file leak (#9197)
haoyann Nov 9, 2021
ae6c6a9
Fix netty server ssl context file leak (#9246)
haoyann Nov 10, 2021
e05494d
[master] revert AbstractConfiguratorListener#genConfiguratorsFromRawR…
zrlw Nov 18, 2021
ebe225a
[2.7] Fix issue where dead connections would not be reconnected. (#9327)
stone-98 Nov 28, 2021
a0d48d2
[master]optimize some code metrics filter (#9357)
wangchengming666 Dec 6, 2021
7cb6bff
fix: Update the version of log4j for bug fixes (#9378)
pinxiong Dec 13, 2021
9cfb1ae
Fix DubboConfigEarlyInitializationPostProcessor registered twice in S…
gitchenjh Dec 15, 2021
c0b7f95
Check before use to avoid possible NPE in MetadataInfo (#9420)
wangchengming666 Dec 16, 2021
1296ff8
[master] Optimize some code for DubboConfigEarlyRegistrationPostProce…
gitchenjh Dec 16, 2021
578bfcb
Improve the readability of the getOrder method (#9361)
tianshuang Dec 16, 2021
daeeeb7
upgrade log4j2 to 2.16.0 (#9433)
wuwen5 Dec 17, 2021
63e714a
dubbo-spring-boot-actuator compatible with Spring Boot Actuator 2.6.x…
gitchenjh Dec 17, 2021
8cc9579
upgrade log4j2 version to 2.17.0 (#9444)
CrazyHZM Dec 20, 2021
55672e4
[2.7] Update Hessian Lite version (#9456)
AlbumenJ Dec 21, 2021
0d9b094
[2.7] Fix pond ignore in URLStrParser (#9465)
AlbumenJ Dec 22, 2021
767620a
[2.7] Prepare Dubbo 2.7.15 Release
AlbumenJ Dec 22, 2021
2fc9e27
update to 2.7.16-SNAPSHOT
AlbumenJ Dec 29, 2021
8240ea2
Fix callback timeout (#9463)
wuwen5 Jan 12, 2022
6c75300
fixes #9086 to solve race condition issue. (#9588)
zrlw Jan 21, 2022
322a49e
dubbo-demo-xml-consumer use correct metadata-report address (#9511)
liufarui Jan 23, 2022
430d439
Fix the problem that static routing does not work (#9512)
wuwen5 Jan 23, 2022
e6148ac
fix: Fix the problem of wrong number of retries in failback mode (#9525)
juzi214032 Jan 23, 2022
01a0d55
bugfix parameters don't put into methodParameters (#9599)
warmonipa Jan 24, 2022
7aa6ea2
fix getAttchments return copy map problem. (#9571)
horizonzy Jan 29, 2022
2341677
Bugfix - ExtensionLoader can not inject by type properly. (#9187)
warmonipa Feb 6, 2022
2646c9d
feat: consumer support specify serialization type (#9550)
jessin20161124 Feb 6, 2022
5bc4e91
netty4_extend (#9702)
owen200008 Feb 25, 2022
ed2c2ad
fix bug lazy client share_executor is null (#9701)
owen200008 Feb 25, 2022
6fe17e7
Fix concurrent modification exception of stated urls (#9779)
chickenlj Mar 15, 2022
3401474
set registry id to metada (#9782)
chickenlj Mar 15, 2022
d5bcbcf
[ISSUE #9721] add memory limited linked blocking queue (#9722)
loongs-zhang Mar 15, 2022
7c177fa
Revert "[ISSUE #9721] add memory limited linked blocking queue (#9722…
chickenlj Mar 15, 2022
7cf49db
fix #9582, potential of fork cluster caused by timeout(#9613)
codeimport Mar 15, 2022
a5b1d17
add a new method for getting the number of consumer service addresses…
hadley0828 Mar 16, 2022
fc2d4d7
fix weight cannot work properly on multi-registry scenario (#9787)
chickenlj Mar 16, 2022
da4f5f2
upgrade logging jars due to security issues (#9791)
pjfanning Mar 16, 2022
1222676
fix stubevent can't work (#9825)
xxxcrel Mar 23, 2022
3a8e5e6
Remove params type size check in MapTypeBuilder (#9848)
wangchengming666 Apr 1, 2022
c5c1bad
Fix The first element of the queue cannot be deleted when an exceptio…
106umao May 7, 2022
beb96b4
fix issue#9922, merge the provider side parameters exclude tag (#9933)
zhaoguhong May 9, 2022
c25284e
remove redundant volatile on initialized (#9926)
sunshujie1990 May 9, 2022
edd3d28
fix #10059, fix ZookeeperDynamicConfiguration remove cache listener m…
wangchengming666 Jun 6, 2022
8d9e252
fix #9910, metadata-report support a separate configuration username …
zhaoguhong Jun 14, 2022
9efe21a
Fix can't authenticate by username and password when use Nacos (#9941)
xxxcrel Jun 14, 2022
d6460f5
Fix service was offline without re-registration due to network jitter…
icodening Jun 22, 2022
f931f2f
upgrade fastjson (#10189)
wangchengming666 Jun 22, 2022
2a758e2
Adjusted the code to make it cleaner. (#10208)
Bo-Qiu Jun 24, 2022
f1ca2b4
feat: telnet invoke command with context argument. (#9974)
stonelion Jun 27, 2022
c1a76a0
typo: WhellTimer.Woker run method typo. (#10226)
Bentley-William Jun 28, 2022
cd6b63d
Revert "[LFUCache]Add frequency of key and delete the empty cache que…
zhaoguhong Jun 29, 2022
7a0c805
fix memory leak (#10231)
icodening Jun 29, 2022
bbcb26c
Standard code comment format. (#10251)
kefate Jul 1, 2022
2323dc8
Release 2.7.16
AlbumenJ Jul 1, 2022
3ec1bee
update to 2.7.17-SNAPSHOT
AlbumenJ Jul 6, 2022
787d26d
Interrupt current thread when InterruptException occur (#10164)
happytimor Jul 11, 2022
cac4750
[2.7] Remove to rpcInvocation string (#10460)
AlbumenJ Aug 15, 2022
8b580d0
[2.7] Fix Nacos aggregate listen (#10467)
AlbumenJ Aug 16, 2022
cc04c11
Release 2.7.17
AlbumenJ Aug 16, 2022
66e5d08
Fix pom configuration
AlbumenJ Aug 16, 2022
d8f9768
Merge branch 'apache-master' into 2.7.17-release
AlbumenJ Aug 16, 2022
b5b478c
update to 2.7.18-SNAPSHOT
AlbumenJ Aug 23, 2022
81fabc7
Remove useless toString in Timeout Filter (#10531)
AlbumenJ Sep 2, 2022
bcf9764
Fixes #9913, rmi protocol supoort group and version (#9951)
xielongfei Sep 8, 2022
688177f
[2.7] Update hessian version (#10630)
AlbumenJ Sep 16, 2022
c676fb9
Fix PojoUtils support localdatetime,lcaldate,localtime serializable a…
wuwen5 Sep 22, 2022
2969a54
fix optimize if null instanceof before (#10674)
JiHongYuan Sep 27, 2022
b4386f9
add fleet project file to .gitignore
kimmking Oct 16, 2022
1a9eda5
Fix dubbo service name bug (#11038)
hujun-w-2 Nov 28, 2022
37689d9
Cherry pick #9340
AlbumenJ Nov 28, 2022
3e8c759
Prepare 2.7.19 release
AlbumenJ Nov 28, 2022
d6341d9
bump to 2.7.20-SNAPSHOT
AlbumenJ Dec 13, 2022
326fb72
Fix Nacos ServiceName error (#11180)
AlbumenJ Dec 21, 2022
bf29eb5
Add router fail fast option (Backport #9388) (#11188)
AlbumenJ Dec 21, 2022
6200a89
Prepare 2.7.20 release
AlbumenJ Dec 21, 2022
6f4011f
Bump to 2.7.21-SNAPSHOT
AlbumenJ Dec 30, 2022
7ea1efe
Merge remote-tracking branch 'dubbo_rem/master'
lovepoem Jan 1, 2023
6104444
Update list
AlbumenJ Jan 12, 2023
1f40fde
Prepare 2.7.21 release
AlbumenJ Jan 12, 2023
4e80ee5
Update NOTICE
AlbumenJ Jan 13, 2023
3f3060a
Bump to 2.7.22-SNAPSHOT
AlbumenJ Jan 21, 2023
4f664f0
Add serializable check for pojo (#11430)
AlbumenJ Feb 1, 2023
15b8a63
Prepare 2.7.22 release
AlbumenJ Feb 1, 2023
d8e7b53
Merge branch 'master' of https://github.com/lovepoem/dubbo
lovepoem Feb 18, 2023
98b530f
Bump to 2.7.23-SNAPSHOT
AlbumenJ Mar 25, 2023
d1f0f0a
Reject if response do not match any request (#11882)
AlbumenJ Mar 25, 2023
80aef49
Prepare 2.7.23 release
AlbumenJ Mar 25, 2023
a3a578f
Bump to 2.7.24-SNAPSHOT
AlbumenJ Apr 18, 2023
96292bc
Merge branch 'master' of https://github.com/lovepoem/dubbo
lovepoem May 16, 2023
e1a7991
Fix When serialization fails, the code value in org.apache.dubbo.rpc.…
xuziyang May 17, 2023
1f84cdc
Merge remote-tracking branch 'dubbo_rem/master'
lovepoem May 31, 2023
36cef60
fix
wxbty Jan 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump to 2.7.23-SNAPSHOT
  • Loading branch information
AlbumenJ committed Mar 25, 2023
commit 98b530f356f02a13d22f1612697c8e0c96162807
2 changes: 1 addition & 1 deletion dubbo-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<mortbay_jetty_version>6.1.26</mortbay_jetty_version>
<portlet_version>2.0</portlet_version>
<maven_flatten_version>1.1.0</maven_flatten_version>
<revision>2.7.22</revision>
<revision>2.7.23-SNAPSHOT</revision>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<packaging>pom</packaging>

<properties>
<revision>2.7.22</revision>
<revision>2.7.23-SNAPSHOT</revision>
<maven_flatten_version>1.1.0</maven_flatten_version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<arguments />
<checkstyle.skip>true</checkstyle.skip>
<rat.skip>true</rat.skip>
<revision>2.7.22</revision>
<revision>2.7.23-SNAPSHOT</revision>
</properties>

<modules>
Expand Down