Haotian Zhang
7bed37f6fa
fix: prepend context-path to contract reporter API paths ( #1803 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
5 days ago
Haotian Zhang
89f11674ad
chore: remove codecov.yml
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
2 weeks ago
Haotian Zhang
105b21e081
test: add unit tests for ConfigurationModifier and fix TsfConsul report logic ( #1802 )
...
* test: add unit tests for ConfigurationModifier and fix TsfConsul report logic
- Disable report when only TsfConsul is enabled in ConfigurationModifier
- Add comprehensive unit tests for ConfigurationModifier
- Fix test issues with lenient mocking and localFile -> local datasource type
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Haotian Zhang <928016560@qq.com>
* fix: replace hardcoded IP 10.0.0.1 with 127.0.0.1 in tests
CI hardcoded IP detection rejects non-loopback IPs. Use 127.0.0.1 with
different ports to distinguish addresses in test cases.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Haotian Zhang <928016560@qq.com>
* fix: replace leading spaces with tabs to pass checkstyle
Fix 11 lines with mixed tab+space indentation that violated
the RegexpSinglelineJava checkstyle rule.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Haotian Zhang <928016560@qq.com>
* fix: correct PR number in CHANGELOG from #1801 to #1802
Co-Authored-By: Claude Opus 4.6 <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.6 <noreply@anthropic.com>
2 weeks ago
shedfreewu
d16e0afac4
feat: refactor Feign eager load, add LoadBalancer warm-up, and fix gateway trailing slash compatibility ( #1800 )
3 weeks ago
Haotian Zhang
2ce72028b3
feat: support enable/disable cloud location provider via configuration. ( #1799 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Haotian Zhang <928016560@qq.com>
4 weeks ago
Haotian Zhang
90941e2de9
refactor: modify the initialization of ApplicationContextAwareUtils. ( #1778 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
4 weeks ago
Haotian Zhang
8a6bf4be38
feat: Support Polaris config env value and add related tests ( #1797 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
1 month 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>
1 month ago
Haotian Zhang
8308a9f172
feat: Add config address to report client url conversion. ( #1795 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
1 month ago
Haotian Zhang
4e89086c31
chore: Ignore .arthas/ and .codebuddy/ directories
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
1 month ago
shedfreewu
d493e31dca
begin 2.1.2.0.
1 month ago
Haotian Zhang
a470c6a13e
release 2.1.1.0-2021.0.9.
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
2 months ago
shedfreewu
fb520f82fe
feat: server span support preferIpv6 in tsf. ( #1790 )
2 months ago
Fishtail
b47ea4d759
fix: fix lane router property name. ( #1789 )
3 months ago
Fishtail
27fc828960
fix: fix NPE when application context is null ( #1787 )
3 months ago
shedfreewu
4651fc917e
fix: kafka lane support dynamic lane tag. ( #1784 )
3 months ago
Fishtail
2c9979b392
feat: support traffic warmup lane router ( #1785 )
...
Co-authored-by: Haotian Zhang <skyebefreeman@qq.com>
3 months ago
Haotian Zhang
c650b5e6b5
fix:fix cb rule no update bug. ( #1786 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
Co-authored-by: shedfreewu <49236872+shedfreewu@users.noreply.github.com>
3 months ago
Fishtail
f7dc3aa9b9
fix: fix NacosDiscoveryRegistryAutoConfiguration and PolarisAuthAutoConfiguration still initiation when polaris disabled. ( #1783 )
...
Co-authored-by: Haotian Zhang <skyebefreeman@qq.com>
3 months ago
Haotian Zhang
750dd49541
refactor: optimize performance. ( #1782 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
3 months ago
shedfreewu
8ce1ebefc8
fix: fix parsing ConfigurationProperties value with RefreshScope ( #1781 )
3 months ago
Haotian Zhang
939f0f4386
refactor:optimize metadata context operation. ( #1773 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
3 months ago
shedfreewu
3ac69d593c
fix: ApplicationContextAwareUtils may not be ready in postProcessAfterInitialization. ( #1779 )
3 months ago
shedfreewu
93de1d4892
feat: support kafka lane. ( #1765 )
3 months ago
Fishtail
7bfa6e19f9
fix: beautify ServicesEagerLoadSmartLifecycle logging. ( #1774 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
4 months ago
Fishtail
cf39c5bedd
feat: add new key for java agent nacos discovery. ( #1768 )
4 months ago
Haotian Zhang
ffbe8749a5
feat:support body store switch. ( #1771 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
4 months ago
shedfreewu
ad0f40f645
fix: get source service name from upstream application meta in getServerPreSpanAttributes & set custom tag in current server span in tsf. ( #1767 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
4 months ago
Haotian Zhang
78e1a8cc78
docs:caller example supports http param transfer.
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
4 months ago
Haotian Zhang
13ee696b9f
fix:fix NPE when rate-limiting with null value. ( #1763 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
4 months ago
shedfreewu
787c6a5dd7
fix: send unit header in gw. ( #1759 )
4 months ago
Haotian Zhang
0ca3cb9363
deps:Bump Maven to 3.9.11.
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
4 months ago
Haotian Zhang
9df132a1ff
deps:Bump actions/checkout and apache/skywalking-eyes versions.
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
4 months ago
KIRA-Zee
ef38c8dcdc
fix:Replace with String inside @ConditionalOnClass to fix #1749 . ( #1755 )
...
Co-authored-by: KIRA_Z <1176382673@qq.com>
Co-authored-by: Haotian Zhang <skyebefreeman@qq.com>
4 months ago
Haotian Zhang
625e0e327c
deps:upgrade GitHub Actions to v5. ( #1757 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
4 months ago
shedfreewu
e9f1479bcb
feat: support TagUtils, ContextToHeaderInterceptor in TSF(2021). ( #1753 )
5 months ago
Fishtail
158fd910fb
fix: fix nacos service discovery. ( #1752 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
5 months ago
shedfreewu
3c3a7668c8
fix: fix get gateway config in tsf ipv6. ( #1747 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
# Conflicts:
# CHANGELOG.md
5 months ago
shedfreewu
3e0e108ad2
fix: fix multiple bugs in tsf. ( #1746 )
5 months ago
shedfreewu
685ca0f336
fix: tsf gateway config support tsf-data-access. ( #1745 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
# Conflicts:
# CHANGELOG.md
5 months ago
Haotian Zhang
546a6072c7
feat:support async metadata transfer. ( #1744 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
5 months ago
Haotian Zhang
040a21d6f5
feat:revert polaris-java version.
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
5 months ago
Haotian Zhang
99ec4c59ce
refactor:optimize config locate. ( #1742 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
5 months ago
Haotian Zhang
7414328883
refactor:optimize auto configuration. ( #1740 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
5 months ago
Fishtail
c553ccd164
feat: upgrade springdoc to 1.8.0 ( #1737 )
...
Co-authored-by: Haotian Zhang <skyebefreeman@qq.com>
5 months ago
Haotian Zhang
84eb3335e4
begin 2.1.1.0.
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
5 months ago
Haotian Zhang
0da938a712
release 2.1.0.0-2021.0.9.
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
5 months ago
Haotian Zhang
b17cba3fb9
docs:update GitHub Actions with not running when modifying .md files.
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
7 months ago
Haotian Zhang
764975efad
feat:compatible metadata transfer with TSF SDK version 1.x. ( #1736 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
7 months ago
Haotian Zhang
78a937f961
test:add junit tests to sct-gw-plugin. ( #1732 )
...
Signed-off-by: Haotian Zhang <928016560@qq.com>
7 months ago