Skip to content

fix(deps): upgrade HttpClient to 5.3.1 - #227

Merged
crimson-gao merged 1 commit into
aliyun:masterfrom
sls-dev-agent:fix/httpclient-5.3.1-master
Aug 12, 2026
Merged

fix(deps): upgrade HttpClient to 5.3.1#227
crimson-gao merged 1 commit into
aliyun:masterfrom
sls-dev-agent:fix/httpclient-5.3.1-master

Conversation

@sls-dev-agent

Copy link
Copy Markdown
Contributor

Summary

  • Upgrade Apache HttpClient from 5.3 to 5.3.1.
  • Bump the SDK release version from 0.6.161 to 0.6.162.

Why

HttpClient 5.3 can throw a secondary NullPointerException while releasing a connection after DNS resolution fails with DEBUG logging enabled. This masks the original UnknownHostException. HttpClient 5.3.1 adds the missing null check and preserves the expected network error.

Verification

  • SDK unit tests: 57 passed
  • SDK package build
  • Dependency tree resolves HttpClient 5.3.1 and HttpCore 5.2.4
  • Regular and fat JAR artifacts generated for version 0.6.162

@crimson-gao
crimson-gao merged commit f0dfc23 into aliyun:master Aug 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants