Haotian Zhang
2c77eac8a9
fix: split contract base-package for springdoc scan ( #1807 )
...
* fix: split contract base-package for springdoc scan
When @SpringBootApplication(scanBasePackages = {"a","b"}) declares multiple
packages, PackageUtil.scanPackage returns them joined by a comma. The previous
code passed the whole comma-joined string as a single package name to
GroupedOpenApi.Builder#packagesToScan, so springdoc matched no controller and
both the Polaris and TSF consoles showed an empty API list (the single-value
case happened to be a valid package name and thus worked).
Split the string by SPLITTER before handing it to packagesToScan so each
declared package reaches springdoc as an independent entry. Add unit tests
covering multi-value scanBasePackages, single-value regression, and the
comma-separated spring.cloud.polaris.contract.base-package property.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Haotian Zhang <928016560@qq.com>
* docs: update CHANGELOG for PR #1807
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Haotian Zhang <928016560@qq.com>
---------
Signed-off-by: Haotian Zhang <928016560@qq.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 weeks ago
Haotian Zhang
90941e2de9
refactor: modify the initialization of ApplicationContextAwareUtils. ( #1778 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
2 months ago
Haotian Zhang
733f3b504a
feat: Update config server IP to 127.0.0.1 and adjust tests ( #1796 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
2 months ago
Haotian Zhang
750dd49541
refactor: optimize performance. ( #1782 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
4 months ago
shedfreewu
8ce1ebefc8
fix: fix parsing ConfigurationProperties value with RefreshScope ( #1781 )
4 months ago
Haotian Zhang
78e1a8cc78
docs:caller example supports http param transfer.
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
5 months ago
Haotian Zhang
13ee696b9f
fix:fix NPE when rate-limiting with null value. ( #1763 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
5 months ago
shedfreewu
e9f1479bcb
feat: support TagUtils, ContextToHeaderInterceptor in TSF(2021). ( #1753 )
6 months ago
Fishtail
158fd910fb
fix: fix nacos service discovery. ( #1752 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
6 months ago
Haotian Zhang
546a6072c7
feat:support async metadata transfer. ( #1744 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
6 months ago
Haotian Zhang
7414328883
refactor:optimize auto configuration. ( #1740 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
6 months ago
Fishtail
c553ccd164
feat: upgrade springdoc to 1.8.0 ( #1737 )
...
Co-authored-by: Haotian Zhang <skyebefreeman@qq.com>
7 months ago
Haotian Zhang
50aca0f968
refactor:optimize instance secure definition. ( #1717 )
9 months ago
Haotian Zhang
199331ca12
feat:Modify the annotations ( #1712 )
...
Co-authored-by: cooper30 <100362205+remedy30@users.noreply.github.com>
9 months ago
Haotian Zhang
c96d1165b7
fix:replace HttpClient with HttpURLConnection for JDK 8 compatibility. ( #1709 )
9 months ago
Haotian Zhang
81ac3a54d6
feat:support fault injection. ( #1707 )
9 months ago
Haotian Zhang
021959402c
feat: add delay interface in tsf-example. ( #1705 )
...
Co-authored-by: Fishtail <49390359+fuyuwei01@users.noreply.github.com>
9 months ago
Haotian Zhang
7007af5d90
feat: support custom quickstart circuitbreak delay time. ( #1704 )
...
Co-authored-by: Fishtail <49390359+fuyuwei01@users.noreply.github.com>
9 months ago
Haotian Zhang
ba181fc264
feat:support traffic mirroring. ( #1703 )
9 months ago
Haotian Zhang
f6efae9282
feat:support setting load balancing strategy per service. ( #1701 )
9 months ago
SkyeBeFreeman
103ecd4943
fix:fix tsf lossless not working bug.
9 months ago
Haotian Zhang
da9b66f8d8
feat: support tsf gw. ( #1697 )
...
Co-authored-by: shedfreewu <49236872+shedfreewu@users.noreply.github.com>
9 months ago
shedfreewu
322f7f2f28
feat: support spring-retry and feign config refresh and feign eager load support schema ( #1649 )
...
* feat: support spring-retry and feign config refresh and feign eager load support schema
---------
Co-authored-by: shedfreewu <shedfreewu@tencent.com>
10 months ago
Haotian Zhang
358388ad4a
docs:update maven publish.
11 months ago
Haotian Zhang
e6553f4ace
docs:update license.
11 months ago
Haotian Zhang
6f881b0cb6
feat:support stat reporting path aggregation. ( #1602 )
11 months ago
Fishtail
f8e08be92a
fix: add gateway context config example. ( #1562 )
12 months ago
Haotian Zhang
9f09a2f44f
release 2.0.1.0-2021.0.9.
12 months ago
Haotian Zhang
c7aa67dc93
docs:update quickstart caller example.
1 year ago
Haotian Zhang
60eec2fee4
docs:update JDK version configuration in GitHub Actions. ( #1510 )
1 year ago
shedfreewu
dd39bf7648
fix count circuit breaker in gateway & return 404 when context api does not match ( #1508 )
1 year ago
Haotian Zhang
79e549ea60
feat:use polaris-all for shading third-party dependencies. ( #1498 )
1 year ago
shedfreewu
b12c31619c
feat: support gateway context, feign eager-load support default value. ( #1496 )
...
Co-authored-by: Haotian Zhang <928016560@qq.com>
1 year ago
Haotian Zhang
5da0916dfa
feat:support polaris event. ( #1494 )
1 year ago
Haotian Zhang
fe8b9272ff
docs:update license.
1 year ago
Haotian Zhang
2b8d21478f
feat:support smooth upgrade from tsf. ( #1472 )
1 year ago
Haotian Zhang
2e73063184
feat:update consumer-demo.
2 years ago
Haotian Zhang
512d5a1a67
feat:support auth. ( #1460 )
2 years ago
Haotian Zhang
e89bdae432
feat:support concurrency rate limit. ( #1456 )
...
* feat:support concurrency rate limit.
* feat:support concurrency rate limit.
2 years ago
Haotian Zhang
f8ac4f53e7
feat:add admin http handler. ( #1449 )
2 years ago
Haotian Zhang
56ad6355ca
feat:upgrade api circuit breaker. ( #1440 )
...
* feat:upgrade api circuit breaker.
* feat:upgrade api circuit breaker.
* feat:upgrade api circuit breaker.
* update junit test.
2 years ago
Fishtail
dbb1a59273
fix: fix PolarisCircuitBreakerConfiguration not clear when gateway invoke by wildcard apis ( #1423 )
...
Co-authored-by: andrew shan <45474304+andrewshan@users.noreply.github.com>
2 years ago
Fishtail
545cf3f5ce
fix:fix contract reporting bug when using TSF. ( #1375 )
...
Co-authored-by: Haotian Zhang <skyebefreeman@qq.com>
2 years ago
Fishtail
64cc79be22
feat:upgrade nearby router and add namespace nearby router. ( #1374 )
...
Co-authored-by: Haotian Zhang <skyebefreeman@qq.com>
2 years ago
Fishtail
6b26a75344
feat: support TSF router. ( #1372 )
...
Co-authored-by: Haotian Zhang <skyebefreeman@qq.com>
2 years ago
Fishtail
4b5bf92f95
feat: support tsf trace demo & remove client span attributes. ( #1366 )
2 years ago
Fishtail
db91e8bc58
feat:support consul config data. ( #1365 )
2 years ago
Fishtail
1993501a30
fix: memory cost too many when using wildcard feign calls. ( #1359 )
2 years ago
Fishtail
1d593072ec
feat:support consul service update task. ( #1357 )
2 years ago
Fishtail
ef6653b126
feat: add trace report support. ( #1353 )
2 years ago