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

A Java library for communicating with the Twilio REST API and generating TwiML.

Results 70 twilio-java issues
Sort by recently updated
recently updated
newest added

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

type: bug
status: help wanted

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

type: bug
status: help wanted

Bumps [jmockit](https://github.com/jmockit/jmockit1) from 1.24 to 1.49. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jmockit:jmockit&package-manager=maven&previous-version=1.24&new-version=1.49)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

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

type: twilio enhancement
status: help wanted
priority: low

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

type: docs update

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

type: community enhancement
status: help wanted

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

type: community enhancement
difficulty: unknown or n/a
status: help wanted