apache / pekko-grpc

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

add new compatibility test #228

Closed pjfanning closed 9 months ago

pjfanning commented 9 months ago

https://github.com/apache/incubator-pekko-grpc/tree/1.0.x/sbt-plugin/src/sbt-test/gen-scala-server/06-compatibility-plugins

this test doesn't work with newer versions of protobuf - see https://github.com/protocolbuffers/protobuf-javascript/issues/127

the idea is to remove it to allow us to proceed with io.grpc and protobuf upgrades

this issue is about replacing it

raboof commented 9 months ago

switched to go in #222