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

Hello, http4s-blaze #628

Merged
merged 2,368 commits into from
May 24, 2022
Merged

Hello, http4s-blaze #628

merged 2,368 commits into from
May 24, 2022

Conversation

armanbilge
Copy link
Member

This should get things operational, but I think interesting decisions lie ahead for this project.

bplommer and others added 30 commits November 3, 2021 21:30
…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
danicheg and others added 25 commits April 19, 2022 17:53
…#3707

Drain response body in `DefaultClienthttp4s/http4s#defaultOnError`
…ropwizard-prometheus

Bye-bye dropwizard, prometheus
…timeout

Use `GenTemporal` for proceeding with timeouts
@@ -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"
Copy link
Member Author

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"
Copy link
Member Author

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")
Copy link
Member Author

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.

Copy link
Member

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.

@rossabaker
Copy link
Member

I think there's more to do here eventually. For instance, two cores is weird. But this gets things started.

@rossabaker rossabaker merged commit 53f0730 into http4s:main May 24, 2022
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.

9 participants