http4s / http4s-scala-xml-1

Backport of http4s-scala-xml to scala-xml-1.0
Apache License 2.0
0 stars 1 forks source link

Mark XML decoder as blocking #17

Closed rossabaker closed 2 years ago

rossabaker commented 2 years ago

Backport of http4s/http4s-scala-xml#28. Deprecates the old decoder and introduces a new one with an Async constraint so the blocking call can be shifted to an appropriate pool.

This is binary compatible, and source compatible if it was called implicitly (typical) and with something Async (also typical).

sjenna commented 2 years ago

Closing because this artifact has been migrated to https://github.com/http4s/http4s-scala-xml, so this repository will not receive backports.