-
Notifications
You must be signed in to change notification settings - Fork 63
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
Hello, http4s-blaze #628
Hello, http4s-blaze #628
Conversation
Update scalafmt
Non-trivial merge into 0.23
…affold-0.23 http4s/http4s# Conflicts: http4s/http4s# blaze-client/src/test/scala/org/http4s/blaze/client/BlazeClientBase.scala http4s/http4s# build.sbt http4s/http4s# client/jvm/src/test/scala/org/http4s/client/ServerScaffold.scala
http4s/http4s# Conflicts: http4s/http4s# client/src/test/scala/org/http4s/client/JettyScaffold.scala
…links Fix dead links to RFC
Tweak unused args suppressing
…2-0.23-20220429 Merge 0.22 -> 0.23
…#3707 Drain response body in `DefaultClienthttp4s/http4s#defaultOnError`
…wirl Bye-bye twirl
…ropwizard-prometheus Bye-bye dropwizard, prometheus
…timeout Use `GenTemporal` for proceeding with timeouts
Publish `http4s-client-testkit` module
@@ -3,20 +3,40 @@ import Dependencies._ | |||
|
|||
val Scala212 = "2.12.15" | |||
val Scala213 = "2.13.8" | |||
val Scala3 = "3.0.2" | |||
val Scala3 = "3.1.2" | |||
val http4sVersion = "0.23.11-473-e7e64cb-SNAPSHOT" |
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.
Blaze currently depends on some unpublished changes in http4s.
"2.13" -> "0.14.5", | ||
"3" -> "0.15.0" | ||
) | ||
ThisBuild / tlBaseVersion := "0.23" |
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.
This will bump the version for blaze's own modules, from 0.15.
url("https://github.com/ChristopherDavenport")) | ||
), | ||
startYear := Some(2014) | ||
scalafmtConfig := file(".scalafmt.blaze.conf") |
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 didn't have the heart to re-format the old or the new, so there are two separate configs now. I leave it to the maintainers to reconcile. I did sacrifice the examples, but anyway.
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'd rather reformat the old, because it moves slower than the new, but that can be done in a separate PR.
I think there's more to do here eventually. For instance, two cores is weird. But this gets things started. |
This should get things operational, but I think interesting decisions lie ahead for this project.