-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to fs2-data-xml #3
Conversation
…es/0.23/sbt-http4s-org-0.13.4 Update sbt-http4s-org to 0.13.4 in series/0.23
…es/0.23/scalafmt-core-3.5.8 Update scalafmt-core to 3.5.8 in series/0.23
…es/0.23/sbt-http4s-org-0.14.2 Update sbt-http4s-org to 0.14.2 in series/0.23
…afix.conf Create .scalafix.conf
…es/0.23/sbt-http4s-org-0.14.3 Update sbt-http4s-org to 0.14.3 in series/0.23
…es/0.23/scala-library-2.12.16 Update scala-library to 2.12.16 in series/0.23
…-blocking Mark the loadXML call as blocking
Rudimentary XML generator and round-trip test
Update http4s-core, http4s-laws, ... to 0.23.14
build.sbt
Outdated
|
||
val http4sVersion = "0.23.12" | ||
val scalaXmlVersion = "2.1.0" | ||
val fs2DataVersion = "1.4.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
val fs2DataVersion = "1.4.0" | |
val fs2DataVersion = "1.5.0" |
That should the charset-related exception the tests caught before.
Executed command: sbt tlPrePrBotHook
Update sbt-http4s-org to 0.14.5
Fix XML charset decoding issues
@ybasket wdyt about just making this branch into the new |
@armanbilge sounds good to me. |
Hum, seems I don't have the capability to change the default branch. @rossabaker? 😅 |
Merging this now to not block further development, we can still swap branches later on. |
Sorry, I'm confused by the branch switch request. What needs to go where? |
@rossabaker we want to make |
Branch is switched. |
Replaces the SAX parser with fs2-data-xml. This is a continuation of http4s/http4s-scala-xml#25.