twilio-java
twilio-java copied to clipboard
A Java library for communicating with the Twilio REST API and generating TwiML.
The Runtime.getRuntime().addShutdownHook() links the current classloader to the jvm classloader. This causes a classloader leak in Tomcat redeployments with WARs. In case anyone is unaware, Tomcat loads applications in a...
### Issue Summary ResourceSet implement Iterable, but its implementation is flawed. You can only iterate through its elements once, even if you get a new iterator. ResourceSet implements Iterable and...
Bumps [jmockit](https://github.com/jmockit/jmockit1) from 1.24 to 1.49. Commits See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...
As a followup to #430, while using global setup such as `Twilio.init` is ordinary practice in some languages, it is contrary to Java standard practices and substantially interferes in standard...
# Fixes #650 Major version update. Twilio class is no longer static singleton. Make it possible to have multiple instances of Twilio within the same program. Implement new TwilioApi. Also...
# Fixes # latest version of EqualsVerifier ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [ ] I have made...
Fixes #646 I used the Intellij Lombok plugin to delombok the code. This is a proof of concept - Twilio will have to update their code generator. ### Checklist -...
### Issue Summary RequestValidator only has one example in its test, [RequestValidatorTest](https://github.com/twilio/twilio-java/blob/0e4637bb772209737e3a689665b8a07cd99b3d58/src/test/java/com/twilio/security/RequestValidatorTest.java). I'm attempting to use RequestValidator but it's not working - it says all requests that come from Twilio...
### Issue Summary Repeated calls to com.twilio.http.Response.getContent() will result in an empty string being returned for all calls after the first. The content read from the stream is not saved...
# Provide a dependency containing only types twilio-java is an "all-in" library. Using it, I can send SMS, generating TwiML etc. **Feature request** Please provide a dependency, which covers only...