Update Gerrit plugin to support modern systems.
Review Request #15080 — Created May 28, 2026 and updated — Latest diff uploaded
Our plugin which adds necessary APIs to Gerrit was woefully out of date.
I recently landed a PR contribution that brought us up to 2.16
compatibility, but even that was extremely old. This change updates our
plugin to run with all non-EOL Gerrit instances (3.12 or newer).
Built the plugin and loaded it into a Gerrit 3.14 container. Connected
Review Board to a repo and was able to use all features (pre- and
post-commit, diff loading).