Skip to content

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

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

fix(deps): upgrade HttpClient to 5.3.1#226
crimson-gao merged 1 commit into
aliyun:non-fastjsonfrom
sls-dev-agent:fix/httpclient-5.3.1

Conversation

@sls-dev-agent

Copy link
Copy Markdown
Contributor

Summary

  • Upgrade Apache HttpClient from 5.3 to 5.3.1.
  • Publish the patch as 0.6.161-non-fastjson.1.
  • Update the recommended non-fastjson version in user documentation.

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: 160 passed
  • SDK package build
  • Dependency tree and normal/fat JAR inspection
  • Producer invalid-endpoint error-path verification

@crimson-gao
crimson-gao merged commit ca7183d into aliyun:non-fastjson Aug 12, 2026
3 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