Siderakis

Results 73 comments of Siderakis

There are actually 3 names to consider, the field name in the proto file, the name in the generated java code (needed in order to call the method), and the...

The case that I saw breaking was when the json_name annotation was used. For example I changed Shelf from the example shelf.proto to include: `repeated string book_ids = 3 [json_name...

I released josn name support for fields in output types in v 0.2.0. input types aren't supported yet.

I like the idea of providing a setting to flatten out inputs, I'm not sure where the best place to add that option is. The actual change should be pretty...

Thanks for writing this! Can you send a PR and sign the CLA?

GRPC exposes two ways of making calls, blocking and non-blocking. You could use the blocking stub, which would look something like: final class TodoToUserSchemaModule extends SchemaModule { @SchemaModification(addField = "creator",...

Hey Mohamed, What are the reasons you would like a Go version? Currently your services (where all the business logic is) can be written in Go. The the Java code...

Hey, we are starting work on the multi-module branch. First step is extracting out rejoined-guice from the core. PRs on that brach are welcome :-)

Yes! also my coworker had a need for things to be modularized too. I'm thinking of moving everything to maven, gradle would be fine also but supporting one fully is...

@FrancoisChastel Did that answer you question? How would you like it to work? Is there something we can automate?