java-http-clients icon indicating copy to clipboard operation
java-http-clients copied to clipboard

Results 4 java-http-clients issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.11.0&new-version=2.12.7.1)](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...

dependencies

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...