Commit Graph

179 Commits (eb59569d350e75d5d50d33e831b67aa9f1a383da)

Author SHA1 Message Date
Freeman Lau eb59569d35 feature: support feign client custom configuration
There's a potential problem, if CircuitBreakerFactory was injected in spring's lifecycle, will possibly get the raw one(not customized). So, remove ReactiveSentinelCircuitBreakerAutoConfiguration and SentinelCircuitBreakerAutoConfiguration inner configuration class.
3 years ago
ZhangC 3edcc41099
fixup: issue#2300
Use the legacy bootstrap way in newer spring-cloud version
3 years ago
XuDaojie 9eb5233dcb update nacos-discovery default don't use NacosLoadBalancer 4 years ago
XuDaojie f0edd0f820 update nacos-dicovery.additional-spring-configuration-metadata.json 4 years ago
XuDaojie 3c769a9ba7 remove ConditionalOnLoadBalancerNacosDefault.java 4 years ago
XuDaojie 914e86fa21 remove NoneLoadBalancerCacheManager.java 4 years ago
XuDaojie eea363bda4 update ServiceInstanceListSupplier.builder() don't use withCache() 4 years ago
XuDaojie e4d467f359 update loadbalancer.nacos.enabled -> spring.cloud.loadbalancer.nacos.enabled 4 years ago
XuDaojie fbc7f9d985 add NoneLoadBalancerCacheManager 4 years ago
XuDaojie cf13c1cfe8 format code 4 years ago
XuDaojie ae5f25f22d add NacosLoadBalancer 4 years ago
theonefx 76cfd2c7fe port optimize 4 years ago
theonefx a80e9106a6 reformat 4 years ago
theonefx e8cd8f4dab reformat 4 years ago
theonefx 65fd0ebeca Adapt to the latest implementation 4 years ago
theonefx ed9d659d64 remote all hystrix,zuul,ribbon 4 years ago
theonefx de5ca9540e add spring-cloud-starter-bootstrap to compatible with spring boot bootstrap 4 years ago
theonefx da19750268 sentinel unit test pass 4 years ago
theonefx e7521c02c9 2020 build done, unit test failed 4 years ago
theonefx 1492ad5693 upgrade spring cloud version to 2020.0.1 4 years ago
theonefx d9727bb31f Use spring.cloud.version instead of the version number of each component 4 years ago
theonefx 0471b45662 Merge remote-tracking branch 'up/master' into endpoints 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
zkzlx 62398e1bc2 fixed - Unicode encoding , exclude base latin letter. 4 years ago
zkzlx a81430a965 fixed chinese garbled for nacos-config 4 years ago
zkzlx bb7afd9033 fixed chinese garbled for nacos config. 4 years ago
zkzlx 5e5e5db584 fixed chinese garbled for nacos-config 4 years ago
theonefx 3249c46dcc fix #1926 4 years ago
theonefx 38de8b0e47 remove all apache.commons 4 years ago
theonefx a05958865a remove all apache.commons 4 years ago
theonefx 69c25ee412 remove all apache.commons 4 years ago
theonefx 75a5985c3e remove all apache.commons 4 years ago
theonefx a758b45661 push temporary 4 years ago
theonefx a20c665497 update nacos client version 2 1.4.1 4 years ago
TheoneFx fe00047ea6
Merge pull request #1892 from onewe/fix/weblogic_classloader_leak
fix(NacosConfigManager): 修复weblogic中classloader泄漏问题
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
chenglu b264579012 update the Nacos instance by real group name, not use the default group name 4 years ago
ganyu.gy f64d794017 Fix bug: NPE Exception.
https://github.com/apache/dubbo/issues/7079
4 years ago
余黄彬 0567f0f4e1
Merge pull request #1878 from horizonzy/fix-nacos-heart-param
[ISSUE-#1877] Fix nacos heart beat unit, second to millisecond.
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
onewe 17b3b7f858 fix(NacosConfigManager): 格式化代码 4 years ago
onewe 0c35595b44 fix(NacosConfigManager): 修复weblogic中classloader泄漏问题
- NacosConfigManager增加销毁方法,关闭nacos相关线程池
4 years ago
horizonzy 076a1648a2 update test heart beat param value 4 years ago
horizonzy 71036479a1 update test heart beat param value 4 years ago