Haotian Zhang
|
5bb4320a86
|
fix:fix nearby router properties loading bug. (#1272)
|
7 months ago |
andrew shan
|
e5f06904b2
|
feat: add polaris router lane examples (#1260)
* feat: support lossless online/offline
* fix: add changelog
* fix: fix the code format issues
* fix: optimize RegistrationTransformer and InstanceTransformer enable logics
* fix: remove useless imports
* feat: 支持全链路灰度
* feat: add changelog
* feat: add lane router examples
* doc: update changelogs
* fix: checkstyle issues
* fix: fix the review comments for examples
* fix: ut failed
* fix: add matchLevel configuration metadata
* fix: add matchLevel defaultValue and description
---------
Co-authored-by: Haotian Zhang <skyebefreeman@qq.com>
|
7 months ago |
gzoldou
|
51fb3a1605
|
fix: fix RouterLabelRestTemplateInterceptor add response headers exception with httpclient5 (#1239)
|
9 months ago |
Haotian Zhang
|
e36f81693b
|
fix:fix rule-based router when using RestTemplate. (#1202)
|
1 year ago |
Blankjee
|
d1e4a74ac4
|
fix: dynamic routing using cookies. (#1153)
|
1 year ago |
Haotian Zhang
|
c48f94fcb5
|
fix:fix router label feign interceptor order. (#1071)
|
1 year ago |
Haotian Zhang
|
5750e510c2
|
fix:fix circuit breaker bean load order bug when using Nacos discovery. (#1050)
|
1 year ago |
Haotian Zhang
|
0ab19edb7a
|
feat:refactor SDKContext as static. (#995)
|
2 years ago |
Shanyou Yu (Sean Yu)
|
d68bf433a3
|
Feature: add AssemblyFlow to support tsf (#992)
|
2 years ago |
Haotian Zhang
|
8869e901b9
|
refactor:refactor reactor code in router module. (#959)
|
2 years ago |
Shanyou Yu (Sean Yu)
|
d18d008328
|
fix: fix nacos CircuitBreaker disable bug (#949)
|
2 years ago |
Shanyou Yu (Sean Yu)
|
d41b251514
|
fix: adapt for nacos instance (#936)
|
2 years ago |
Shanyou Yu (Sean Yu)
|
10e67a69af
|
fix: fix PolarisRouterServiceInstanceListSupplier npe with reactive feign (#927)
|
2 years ago |
Shanyou Yu (Sean Yu)
|
48dc5962da
|
feature: add ratelimit provider info and refactor ratelimit use arguments (#904)
|
2 years ago |
许路路
|
e98036ea38
|
optimize ServiceRuleManager (#877)
|
2 years ago |
Haotian Zhang
|
3f70d7bd1d
|
refactor:update to junit 5. (#866)
|
2 years ago |
Haotian Zhang
|
4ec8caa281
|
refactor:move loadbalancer to discovery module. (#846)
|
2 years ago |
Haotian Zhang
|
83b9decd3a
|
feat:support Spring Cloud 2022.0.
|
2 years ago |
dongyinuo
|
854223b3a8
|
add test 2sct polaris router (#731)
Co-authored-by: Haotian Zhang <928016560@qq.com>
|
2 years ago |
lepdou
|
26b7e3d1c3
|
change RouteArgument.buildCustom to RouteArgument.fromLabel (#749)
* change RouteArgument.buildCustom to RouteArgument.fromLabel
* add change log
|
2 years ago |
lepdou
|
e57c9a1306
|
adapt polaris-java 1.10.1 version (#746)
|
2 years ago |
DerekYRC
|
a13ddc4c01
|
code optimization & correct comment (#722)
* code optimization & correct comment
* update changelog
|
2 years ago |
weihubeats
|
ad44516d30
|
Remove deprecated method in test (#706)
|
2 years ago |
weihubeats
|
b8950e2071
|
remove deprecated method (#697)
|
2 years ago |
lingxiao,wu
|
a0737092e7
|
Optimize:optimize transfer (#636)
|
2 years ago |
lepdou
|
c472aa87ee
|
fix throw npe when router context is null (#635)
|
2 years ago |
Haotian Zhang
|
d9cf9a0301
|
feat:report the labels when using RestTemplate. (#629)
* feat:report the labels when using RestTemplate.
* fix checkstyle error.
|
2 years ago |
lepdou
|
e33f60bdaa
|
support new label expression (#627)
|
2 years ago |
lepdou
|
994f87a522
|
remove useless code for router (#626)
|
2 years ago |
lepdou
|
7ea533b0cf
|
optimize configuration conditional & optimize config data tips (#603)
|
2 years ago |
lepdou
|
0dd3cadc10
|
remove useless code for rest template router (#601)
|
2 years ago |
liuye
|
e51e4d72e1
|
Fix issue 593:When the project depends on spring-retry, executing restTemplate to call microservice and reporting NPE error (#594)
|
2 years ago |
Haotian Zhang
|
3525f53007
|
fix:fix NullPointerException error when using RestTemplate with no label. (#586)
|
2 years ago |
Haotian Zhang
|
8c9d0decb7
|
refactor:optimize project and code. (#571)
|
2 years ago |
pandaapo
|
f43dea689d
|
Report the labels in request when report the result of invocation by Feign (#556)
|
2 years ago |
Haotian Zhang
|
8484fc5f61
|
add feature-env plugin & add spring cloud gateway staining plugin. (#533)
|
2 years ago |
Haotian Zhang
|
41a991d5a2
|
optimize router label resolver spi. (#524)
* optimize router label resolver spi
* optimize router label resolver spi.
Co-authored-by: lepdou <ledouzhang@tencent.com>
|
2 years ago |
Haotian Zhang
|
aa53605159
|
add router actuator endpoint. (#523)
|
2 years ago |
Haotian Zhang
|
30644858ec
|
feat:enhance Feign and RestTemplate and support Polaris monitor. (#447)
|
2 years ago |
Haotian Zhang
|
e95901eb53
|
refactor:optimize project and code. (#407)
* refactor:optimize project and code.
* fix:fix junit error.
* fix:fix code style.
|
2 years ago |
VOPEN.XYZ
|
8334f5015a
|
Optimize starter's auto-configuration . (2021) (#396)
|
2 years ago |
lepdou
|
1ce6336f51
|
support spring cloud gateway routers (#390)
|
2 years ago |
lepdou
|
7b77cf20b2
|
optimize static metadata manager (#346)
|
2 years ago |
Haotian Zhang
|
ff25ca6975
|
feat:merge features from 1.5.x-Hoxton.SR9. (#250)
|
2 years ago |
Haotian Zhang
|
26b1a116c7
|
feat:refactor loadbalancer module as a basic module for router and circuit breaker. (#155)
|
3 years ago |
SkyeBeFreeman
|
aec7b599ae
|
feat:add switch of polaris, discovery and register.
|
3 years ago |
lepdou
|
880710e659
|
optimize router dependency
|
3 years ago |
lepdou
|
94d08337b5
|
add router example & fix router bug
|
3 years ago |
SkyeBeFreeman
|
e29d6b4b4a
|
fix:fix junit not working bug.
|
3 years ago |
skyehtzhang
|
2781270c16
|
feat:add spring cloud 2020.0.x support
|
3 years ago |