java-http-clients
java-http-clients copied to clipboard
I'd like to use `JsonBodyHandler.java` - a nice little class. But this repo has no explicit license agreement 😞
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.0 to 2.12.7.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I understand that this project is stale and this might be talking to a void, etc... However, apparently the class [JsonBodyHandler.java](https://github.com/mjg123/java-http-clients/blob/master/src/main/java/com/twilio/JsonBodyHandler.java) is referenced [in Twilio's article about making HTTP requests...
Do you think a good idea to comment that any http connection need to be closed? And the other issue I see is that in the http client code, do...