twilio / twilio-java

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

fix: fromXml for self-closing child twiml #722

Closed bcanseco closed 1 year ago

bcanseco commented 1 year ago

Fixes

This is autogenerated output from internal PR: https://code.hq.twilio.com/twilio/yoyodyne/pull/567

XML deserialization for TwiML (added in #661) has a bug where self-closing tags can't be deserialized within parent tags.

The tests added in this PR fail for these TwiML elements, but then pass with the annotation I also added. image

Checklist