Skip to content
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

Merged
merged 72 commits into from
Oct 5, 2022
Merged

Switch to fs2-data-xml #3

merged 72 commits into from
Oct 5, 2022

Conversation

rossabaker
Copy link
Member

Replaces the SAX parser with fs2-data-xml. This is a continuation of http4s/http4s-scala-xml#25.

rossabaker and others added 30 commits June 4, 2022 22:47
…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
…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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
val fs2DataVersion = "1.4.0"
val fs2DataVersion = "1.5.0"

That should the charset-related exception the tests caught before.

@armanbilge
Copy link
Member

@ybasket wdyt about just making this branch into the new main and resetting the versioning to start from 0.1 or whatever?

@ybasket
Copy link
Contributor

ybasket commented Sep 18, 2022

@ybasket wdyt about just making this branch into the new main and resetting the versioning to start from 0.1 or whatever?

@armanbilge sounds good to me.

@armanbilge armanbilge changed the base branch from series/0.23 to main September 18, 2022 15:26
build.sbt Outdated Show resolved Hide resolved
@armanbilge
Copy link
Member

Hum, seems I don't have the capability to change the default branch. @rossabaker? 😅

@ybasket
Copy link
Contributor

ybasket commented Oct 5, 2022

Merging this now to not block further development, we can still swap branches later on.

@ybasket ybasket merged commit c1d70c2 into main Oct 5, 2022
@armanbilge armanbilge deleted the fs2-data branch October 5, 2022 19:26
@rossabaker
Copy link
Member Author

Sorry, I'm confused by the branch switch request. What needs to go where?

@armanbilge
Copy link
Member

@rossabaker we want to make main the default branch, instead of series/0.23. Indeed, we want to reset the versioning and start from 0.1.

@rossabaker
Copy link
Member Author

Branch is switched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants