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
Merge 0.23 -> main #5673
Merge 0.23 -> main #5673
Conversation
…munit-cats-effect-2-1.0.7 Update munit-cats-effect-2 to 1.0.7 in series/0.22
…art2 Cross `Server` and ember server to JS in 0.23
…sbt-http4s-org-0.9.0 Update sbt-http4s-org to 0.9.0 in series/0.22
Merge 0.22 to 0.23
…fs2-core-3.2.3 Update fs2-core, fs2-io, ... to 3.2.3 in series/0.23
// Syntax to enable JS-cross compilation without splitting files | ||
// Nobody will actually be able to run these methods b/c they will fail to link |
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.
I hope you don't mind, I also took this opportunity to remove these shims and any deprecated methods that needed them.
server/shared/src/main/scala/org/http4s/server/staticcontent/FileService.scala
Outdated
Show resolved
Hide resolved
@@ -123,10 +125,9 @@ object Http4sPlugin extends AutoPlugin { | |||
id = subproject, | |||
name = s"Build $subproject", | |||
scalas = List(scala_212), | |||
javas = List("adoptium@8"), | |||
javas = List(JavaSpec.temurin("17")), |
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.
Nice bump 8 -> 17 :)
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.
That one's an "app". 😄
Co-authored-by: Daniel Esik <e.danicheg@yandex.ru>
…12-07 Merge 0.23 -> main
Straightforward merge except for re-synchronizing (ember-)server now that it's crossed in 0.23.