akka / akka-grpc

Akka gRPC
https://doc.akka.io/docs/akka-grpc/
Other
432 stars 123 forks source link

Investigate direct protoc artifact dependency for maven plugin #1942

Open johanandren opened 4 months ago

johanandren commented 4 months ago

Right now the protoc-jar library does it's own resolution which I think side steps maven proxy config, and the jar also includes a few dated protoc exes, if we could depend more directly on protoc exes from maven central and use those that would make it easier to use akka-grpc maven behind corporate proxies/artifact repo mirrors.

johanandren commented 4 months ago

A bit of incomplete investigation in https://github.com/akka/akka-grpc/tree/wip-maven-resolution-protoc, seems doable but a bit of work