From e079280e4c812094950c47418afa552a04ec9f36 Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Fri, 15 Aug 2025 15:19:14 +0800 Subject: [PATCH] fix:replace HttpClient with HttpURLConnection for JDK 8 compatibility. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a24e42ae6..3af01953a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,4 +17,4 @@ - [fix: fix lb configuration on bootstrap step.](https://github.com/Tencent/spring-cloud-tencent/issues/1706) - [feat:support fault injection.](https://github.com/Tencent/spring-cloud-tencent/pull/1707) - [feat: support config event and monitor address list.](https://github.com/Tencent/spring-cloud-tencent/pull/1708) -- [fix:replace HttpClient with HttpURLConnection for JDK 8 compatibility.](https://github.com/Tencent/spring-cloud-tencent/pull/1708) +- [fix:replace HttpClient with HttpURLConnection for JDK 8 compatibility.](https://github.com/Tencent/spring-cloud-tencent/pull/1709)