MobilityData / gtfs-realtime-bindings

Language bindings generated from the GTFS Realtime protocol buffer spec for popular languages.
Apache License 2.0
373 stars 129 forks source link

protobuf-java version is really old #75

Closed chadselph closed 3 years ago

chadselph commented 3 years ago

The java bindings are pulling in a protobuf-java library from July 2018 that logs a bunch of warnings on Java 9+ due to using unsafe APIs. This has been fixed for a while now, so it would be nice to update to a newer version, maybe 3.14.0.

barbeau commented 3 years ago

👍 as long as the tests pass. PRs welcome! :)

chadselph commented 3 years ago

@barbeau see attached PR