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
Tried revving the version and removing IO Exception and mvn test succeeds... not sure what kind of refactoring would need to be done to fully support httpclient 4.5.* (?).
The text was updated successfully, but these errors were encountered:
Looks like version 4.3 made significant changes to the api- they use a builder pattern now for constructing httpclient instances, so things like DefaultHttpClient and DecompressingHttpClient are not deprecated. Will probably be a little bit of work to upgrade...
Tried revving the version and removing IO Exception and mvn test succeeds... not sure what kind of refactoring would need to be done to fully support httpclient 4.5.* (?).
The text was updated successfully, but these errors were encountered: