I have the following message that used to compile successfully in 0.15.0 
(using protobuf-maven-plugin):

message TokenResponse {
>     string code = 1;
>     google.protobuf.Timestamp created_time = 2;
>     google.protobuf.Timestamp expires_time = 3;
> }
>
>  
After switching to 1.0.0 (using the same maven plugin), I get the error type 
argument com.google.protobuf.Timestamp is not within bounds of 
type-variable MType when trying to compile anything with a Timestamp in 
Java. Any ideas on what's going on?

Thanks,
Tristan

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/bbe2bc94-9a10-4554-a841-49d06d5b465d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to