HuGuirong
|
796d18a941
|
Update documentation and code comment links
|
3 years ago |
theonefx
|
ca49df5ca4
|
add dependency of commons
|
4 years ago |
theonefx
|
4356f1be49
|
fix #2157
|
4 years ago |
theonefx
|
4d697bb294
|
fix #2157
|
4 years ago |
theonefx
|
d69f66cc3e
|
avoid defult router impact DubboMetadataService works
|
4 years ago |
theonefx
|
5f7ddab58e
|
avoid defult router impact DubboMetadataService works
|
4 years ago |
theonefx
|
374964d8dc
|
add router url when urls is not empty
|
4 years ago |
theonefx
|
3009b162a0
|
add a router to make sure that use revision when invoke DubboMetadataService
|
4 years ago |
theonefx
|
c448027f34
|
add spring-cloud-starter-bootstrap to compatible with spring boot bootstrap
|
4 years ago |
theonefx
|
fb9521b2e6
|
remove unused code;
make sure param not lost, so that different param calculate different revision.
|
4 years ago |
theonefx
|
e4f2f4150c
|
init DubboCloudRegistry when subscribe or unsubscribe
|
4 years ago |
theonefx
|
df2bced6f2
|
optimize dubbo registry
|
4 years ago |
theonefx
|
479540c835
|
optimize dubbo registry
|
4 years ago |
TheoneFx
|
55b3336b6c
|
Merge pull request #1992 from DHBin/master
修复dubbo使用服务分组和分组聚合获取不到url
|
4 years ago |
theonefx
|
cf71b7aa26
|
add more log
|
4 years ago |
theonefx
|
f816114122
|
re subscribe when failed
|
4 years ago |
theonefx
|
3d5eaefe1c
|
resolve @order not effect when handle ServiceInstanceChangedEvent
|
4 years ago |
TheoneFx
|
4bb797407a
|
Merge pull request #1860 from griswold1991/master
Fix ConcurrentModificationException while EventDispatcher.run after '…
|
4 years ago |
chris
|
3ad550f211
|
bugfix invokers metadata tag error
|
4 years ago |
dhb
|
fd1deaa475
|
fix dubbo service group and service merger cannot obtain urls
|
4 years ago |
theonefx
|
ee1e5d36ef
|
Use spring.cloud.version instead of the version number of each component
|
4 years ago |
theonefx
|
6924f0c3be
|
add service instance change event listener order
|
4 years ago |
theonefx
|
8542756d90
|
dubbo endpoint
|
4 years ago |
theonefx
|
4a2f90f13e
|
dubbo endpoint
|
4 years ago |
theonefx
|
dfa7747579
|
add dubbo and nacos endpoint
|
4 years ago |
TheoneFx
|
dec10f17fe
|
Merge pull request #1903 from github-ganyu/master
Fix bug: NPE Exception.
|
4 years ago |
theonefx
|
eea48c73cc
|
refactor method and class name
|
4 years ago |
theonefx
|
6c0edee13e
|
use starting status in eureka when first registry
|
4 years ago |
theonefx
|
fd8a6a6f6c
|
#1805 use twice registry of dubbo
|
4 years ago |
ganyu.gy
|
f64d794017
|
Fix bug: NPE Exception.
https://github.com/apache/dubbo/issues/7079
|
4 years ago |
TheoneFx
|
4dd45a4709
|
Merge pull request #1531 from zkzlx/config
[fix & enhance issue #1492 #1506 #1257 #1578 ]Improved nacos configuration parsing,
|
4 years ago |
wangmin
|
770382b36a
|
Fix ConcurrentModificationException while EventDispatcher.run after 'received push data' from Nacos
|
4 years ago |
eden-yuan
|
c19bd51584
|
不应该使用类实例访问静态成员\不应该直接使用不确定的值调用equals容易空指针\final static应该使用大写命名并且使用下划线
|
4 years ago |
zkzlx
|
359b3ea522
|
Merge remote-tracking branch 'origin/master' into config
# Conflicts:
# spring-cloud-alibaba-starters/spring-cloud-starter-alibaba-seata/src/main/java/com/alibaba/cloud/seata/feign/hystrix/SeataHystrixConcurrencyStrategy.java
|
4 years ago |
yuhuangbin
|
5fe709436f
|
Adapt to Spring Cloud version Hoxton.SR8
|
4 years ago |
yuhuangbin
|
d96fb26ce4
|
Merge remote-tracking branch 'origin/master'
|
4 years ago |
yuhuangbin
|
4c43240bc1
|
nacos discovery enhance
|
4 years ago |
mercyblitz
|
a192c17ede
|
Remove spring-cloud-starter-dubbo-gateway
|
4 years ago |
mercyblitz
|
8941c175ed
|
Remove useless dependency
|
4 years ago |
mercyblitz
|
5cd6c0f1e7
|
Fix the code style issues
|
4 years ago |
mercyblitz
|
a61f523d78
|
Merge remote-tracking branch 'upstream/master'
|
4 years ago |
mercyblitz
|
c419c1ef5d
|
Polish alibaba/spring-cloud-alibaba#1529 : spring-cloud-starter-dubbo消费者订阅服务时No provider available from registry localhost:9090
|
4 years ago |
mercyblitz
|
9b4975ad2a
|
Polish alibaba/spring-cloud-alibaba#1529 : spring-cloud-starter-dubbo消费者订阅服务时No provider available from registry localhost:9090
|
4 years ago |
yuhuangbin
|
436e608c84
|
fix code style
|
4 years ago |
mercyblitz
|
c0bcd52381
|
Polish alibaba/spring-cloud-alibaba#1661 : [Feature] Introducing Dubbo Gateway
|
5 years ago |
mercyblitz
|
098919807b
|
Polish alibaba/spring-cloud-alibaba#1611 : When openfeign and dubbo coexist, DubboServiceAutoConfiguration.primaryPropertyResolver configuration causes openfeign call to fail #728
|
5 years ago |
zkzlx
|
5135916175
|
[enhance issue #1492 ]Improved nacos configuration parsing, based on PropertySourceLoader---check
|
5 years ago |
jwf1173
|
5d462252f5
|
修复未指定dubbo.protocol.port时,dubbo服务调用报错问题
|
5 years ago |
Ooo0oO0o0oO
|
d11a922cf2
|
format import
|
5 years ago |
Ooo0oO0o0oO
|
fd92414609
|
fix the issue SpringCloudRegistryFactory always create registry instance
|
5 years ago |