google / gson

A Java serialization/deserialization library to convert Java Objects into JSON and back
Apache License 2.0
23.13k stars 4.27k forks source link

Update to proto 4.26.1. #2662

Closed eamonnmcmanus closed 3 months ago

eamonnmcmanus commented 3 months ago

Use GeneratedMessage rather than GeneratedMessageV3 in proto tests. Proto v26.0 made a number of incompatible API changes, including changing the base class for generated proto message code.