apache / pekko-grpc

Apache Pekko gRPC
https://pekko.apache.org/
Apache License 2.0
39 stars 17 forks source link

reintroduce dependency on akka-http-cors (or pekko equivalent) #22

Closed pjfanning closed 1 year ago

pjfanning commented 1 year ago

This project has a dependency on akka-http-cors. I have opened https://github.com/lomigmegard/akka-http-cors/issues/258

I have the code updated to use Pekko in a temp fork. As a workaround, I can inline that code in this repo. When issue 258 is addressed, we can use that instead. This is better because we won't have to update our license to mention the inlined code.

mdedetrich commented 1 year ago

So a cors release has been made against pekko, see https://github.com/lomigmegard/akka-http-cors/issues/258#issuecomment-1454762806

mdedetrich commented 1 year ago

@pjfanning Just letting you know that I am working on this now