twilio-java
twilio-java copied to clipboard
A Java library for communicating with the Twilio REST API and generating TwiML.
# Fixes # Adding jdk 21 to test matrix. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [ ] I...
# Fixes # This was already (correctly) removed in https://github.com/twilio/twilio-java/pull/743/files, but it was then added again (wrongly, as not needed) in https://github.com/twilio/twilio-java/pull/741. ### Checklist - [x] I acknowledge that all...
# Fixes # This fixes the following message seen when building this project: ```sh $ mvn test [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the...
Is there Conversation Relay (WebSocket etc.) Java SDK already somewhere? To simplify writing what https://www.twilio.com/docs/voice/conversationrelay/websocket-messages describes. This repo (`twilio/twilio-java`) can write [the `` TwiML](https://www.twilio.com/docs/voice/conversationrelay/conversationrelay-noun), but does not contain DTOs and...
# Fixes # Going forward we are going to use custom deserialization classes instead of having private constructor based deserialization. `Now`: https://github.com/twilio/twilio-java/blob/9c2ba4dbc185c5576e67fbeb82ec6f4899093e79/src/main/java/com/twilio/rest/api/v2010/account/Message.java#L273 `New Changes`: Remove Constructor and use lombok annotations...
# Fixes # Added a centralized serialization so that we don't have to identify variable type in twilio-oai-generator. ### Checklist - [x] I acknowledge that all my contributions will be...
# Fixes #793 Preview for https://github.com/twilio/twilio-oai-generator/pull/657 ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [ ] I have made a...
# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...
# Fixes # Added headers in response ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [ ] I have made...