-
Notifications
You must be signed in to change notification settings - Fork 310
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
Add Pekko support #1781
Add Pekko support #1781
Conversation
Version 4.0.0-M1+9-2749c47c-SNAPSHOT should be published to https://s01.oss.sonatype.org/content/repositories/snapshots |
@adamw Pekko Http 1.0.0 was just released if you want to update the versions https://lists.apache.org/thread/cyl51l8xskwyzp61n9t0vcfyb1qpoj9j . A patch release of Pekko was also made (Pekko 1.0.1). |
Huge thanks for this contributions @mdedetrich! Looks good to me now, feel free to merge if you consider it complete :) |
Thanks for pushing this through! |
Before submitting pull request:
sbt compile
sbt compileDocs
sbt test
sbt scalafmt
This PR adds initial support for Pekko. Its currently built against snapshots of Pekko as well as a snapshot of sttp-shared (see softwaremill/sttp-shared#276).
Just like with sttp-shared, would be great if a snapshot could be released so that I can add support into tapir https://github.com/softwaremill/tapir