You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refer: #2858
To avoid unknown exceptions caused by changes to components that nacos-client depends on due to the unified http client task, the HTTP client implementation that nacos resttemplate depends on was changed from apache to JDK.
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
…plate depends on from apache to JDk (#3322)
* fix:#3317 change the http client implementation that nacos resttemplate depends on from apache to JDk
* Use the IoUtils.closeQuietly() method to close the InputStream
* change HttpClientBeanHolder logger output object
Issue Description
Type: bug report or feature request
Describe what happened (or what feature you want)
refer: #2858
To avoid unknown exceptions caused by changes to components that nacos-client depends on due to the unified http client task, the HTTP client implementation that nacos resttemplate depends on was changed from apache to JDK.
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: