-
-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Description
Depending on field names and ordering, some fields are at times left out, probably when reading in proto message (since this can be reproduced also by writing the same content with c++ compiled proto interface and reading in with Jackson).
Attached JUnit test case with two ways to work around the problem (JsonPropertyOrder annotation or leaving out a nested object value).
Tested with version 2.8.7 (and same problems in previous versions too, but I haven't run this exact test with any other version).
TestProto.java.txt