File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616| HTTP 客户端 | 版本 | 配置值 | 状态 | 说明 |
1717| ------------| ------| --------| ------| ------|
18- | Apache HttpClient 5.x | 5.5 | ` HttpComponents ` | ⭐ 推荐 | 最新稳定版本 |
18+ | Apache HttpClient 5.x | 5.6.3 | ` HttpComponents ` | ⭐ 推荐 | 最新稳定版本 |
1919| Apache HttpClient 4.x | 4.5.13 | ` HttpClient ` | ✅ 支持 | 向后兼容 |
2020| OkHttp | 4.12.0 | ` OkHttp ` | ✅ 支持 | 需自行添加依赖 |
2121| Jodd-http | 6.3.0 | ` JoddHttp ` | ✅ 支持 | 需自行添加依赖 |
Original file line number Diff line number Diff line change 138138
139139 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
140140 <httpclient .version>4.5.13</httpclient .version>
141- <httpclient5 .version>5.5.2 </httpclient5 .version>
141+ <httpclient5 .version>5.6.3 </httpclient5 .version>
142142 <jetty .version>9.4.57.v20241219</jetty .version> <!-- 这个不能用10以上的版本,不支持jdk8-->
143143 <bouncycastle .version>1.84</bouncycastle .version>
144144 <spring-data-redis .version>2.3.3.RELEASE</spring-data-redis .version>
You can’t perform that action at this time.
0 commit comments