twilio / twilio-java

A Java library for communicating with the Twilio REST API and generating TwiML.
MIT License
484 stars 425 forks source link

Any plan for a Java 11+ version? #673

Closed jflebeau closed 2 years ago

jflebeau commented 2 years ago

A Java 11+ version of the SDK could drop the dependency to apache httpclient and use Java HttpClient instead.

childish-sambino commented 2 years ago

Since Java 8 will still be receiving security updates for another 3 years, we are not wanting to maintain multiple code bases for Java 8 and Java 11+ in the interim. I suspect a larger number of customers are using Java 8, but have not pulled the data in a while. Once we drop support for Java 8 (could very well be further out than 3 years given adoption/migration), I'm totally in favor of dropping the apache httpclient dependency.

rakatyal commented 2 years ago

Closing due to lack of activity.