sendgrid-java icon indicating copy to clipboard operation
sendgrid-java copied to clipboard

Bump the http client to apache http client 5

Open ryantomli opened this issue 1 year ago • 1 comments

The custom http client used by sendgrid-java is out of date and there is an open issue and a PR (I raised) to update it, but it doesn't seem like that repo is monitored maybe.

If someone that tends to this repo could take a look that would be helpful!

Issue: https://github.com/sendgrid/java-http-client/issues/147 PR: https://github.com/sendgrid/java-http-client/pull/148

ryantomli avatar Oct 28 '24 20:10 ryantomli

Currently, the official spedgrid-java library is not compatible with spring 6.x. According to https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide#apache-httpclient-in-resttemplate httpclient v4.x support is removed. So, we're not able to use sendgrid library in our project with the latest spring releases. Please merge!

sbarinov-pegbo avatar Dec 04 '24 15:12 sbarinov-pegbo