You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI, protobuf-maven-plugin can also build bindings for C++, C#, JavaScript, and Python, although I'm not sure how useful it is to have bindings for those languages end up in a Maven artifact, when they really need to get packaged and submitted to their respective languages' package repositories (although that could always get hacked into the Maven build process somehow...).
Currently each time the canonical
gtfs-realtime.proto
changes, we need to go through a manual process for each language to update the bindings:We should automate this process.
Some resources:
protobuf-maven-plugin
to automatically invokeprotoc
as part of the build process - Use protobuf-maven-plugin to compile extensions automatically OneBusAway/onebusaway-gtfs-realtime-api#17The text was updated successfully, but these errors were encountered: