-
Notifications
You must be signed in to change notification settings - Fork 124
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
Feat/grpc transcoding #1834
base: main
Are you sure you want to change the base?
Feat/grpc transcoding #1834
Conversation
Hi @WayneWang12, Thank you for your contribution! We really value the time you've taken to put this together. We see that you have signed the Lightbend Contributors License Agreement before, however, the CLA has changed since you last signed it. |
Hi @WayneWang12, Thank you for your contribution! We really value the time you've taken to put this together. We see that you have signed the Lightbend Contributors License Agreement before, however, the CLA has changed since you last signed it. |
weird blocking issue scalapb/ScalaPB#1583 |
Hi @WayneWang12, Thank you for your contribution! We really value the time you've taken to put this together. We see that you have signed the Lightbend Contributors License Agreement before, however, the CLA has changed since you last signed it. |
2 similar comments
Hi @WayneWang12, Thank you for your contribution! We really value the time you've taken to put this together. We see that you have signed the Lightbend Contributors License Agreement before, however, the CLA has changed since you last signed it. |
Hi @WayneWang12, Thank you for your contribution! We really value the time you've taken to put this together. We see that you have signed the Lightbend Contributors License Agreement before, however, the CLA has changed since you last signed it. |
I think this is ready to go, the implementation itself is stable enough to review, while I'm still working on adding more tests and documentations. |
Nice to see work here but just so you know: we don't quite have the bandwidth to properly keep up with reviewing this PR right now, so don't think of it as something that will get merged soon. |
That's understandable, just knowing you guys are interested on this is enough. |
Hi @WayneWang12, Thank you for your contribution! We really value the time you've taken to put this together. We see that you have signed the Lightbend Contributors License Agreement before, however, the CLA has changed since you last signed it. |
6148f60
to
82d4ea1
Compare
* guava dependency to 32.0.1 to address CVE-2023-2976 * protobuf-java 3.24.0, which is what grpc-protobuf:1.58.0 brings in * plugin-tester-java wasn't setting protoc version when inside sbt * workaround for ScalaPB EnumType issue, because of ScalaPB issue 1557 * not sure, but parallelExecution false * tests with invalid endpoints not working * Don't use assert * bump: sbt-paradox-dependencies 0.2.4 * cycle between grpc-core and grpc-util
* and Akka HTTP 10.6.0
* docs: gradle config that works from quickstarts * Simplify plugin tester gradle setup
46dde02
to
63bf370
Compare
I think these two are the remaining blocker, but it's hard to solve due I'm lacking relative experience, so any help or suggestion was appreciate. |
inherit the work from #1583 since it's likely abandoned