mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
202799e6fe
Prior to this commit, Jaxb2XmlDecoder and XmlEventDecoder threw XMLStreamExceptions instead of DecodingExceptions (as the Decoder contract defines). This commit resolves this issue. Closes: gh-24778