Jeff Fang
Jeff Fang
MacOS, installed with `brew install protop`, v0.9.0 Run `protop init`, get error: ``` Error: LinkageError occurred while loading main class io.protop.cli.ProtopCli java.lang.UnsupportedClassVersionError: io/protop/cli/ProtopCli has been compiled by a more recent...
The Gradle command hangs infinitely without any response: `./gradlew clean bufBuild --no-build-cache` **This only happens after I upgraded protobuf-java from version `3.24.4` to `3.25.1`** My project info: - uses `protobuf-gradle-plugin`...
Any plan to support other google well-known types such as `google.type.Money`, for example, can maps to JSR 354 money api http://javamoney.github.io/
Currently I am looking at code first gRPC with JSON as payload instead of protobuf. For example: https://grpc.io/blog/grpc-with-json/ But soon realise I can't find tooling to test my application unless...