The jar from plugin-uploadvalidator-bazel-master-stable-3.14 loads on Gerrit 3.14.1, but its manifest says Gerrit-ApiVersion: 3.0-SNAPSHOT. Looks like a stale/wrong build.
On Thursday, June 25, 2026 at 4:49:28 PM UTC-7 Aaron Smith wrote:The jar from plugin-uploadvalidator-bazel-master-stable-3.14 loads on Gerrit 3.14.1, but its manifest says Gerrit-ApiVersion: 3.0-SNAPSHOT. Looks like a stale/wrong build.Gerrit log shows this when the 3.14 plugin loads:
[2026-06-25T23:40:37.434Z] [main] INFO com.google.gerrit.server.plugins.PluginLoader : Loaded plugin uploadvalidator, version v3.0.0-rc1-330-g3558a638a9
There is also no plugin-uploadvalidator-bazel-stable-3.14 job (404).Currently running 3.13, but this may become an issue during the next upgrade.--Aaron
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/9177f252-5964-40af-a6e6-6fa1f9e5518dn%40googlegroups.com.
On Fri, Jun 26, 2026 at 9:48 AM 'Aaron Smith' via Repo and Gerrit Discussion <repo-d...@googlegroups.com> wrote:On Thursday, June 25, 2026 at 4:49:28 PM UTC-7 Aaron Smith wrote:The jar from plugin-uploadvalidator-bazel-master-stable-3.14 loads on Gerrit 3.14.1, but its manifest says Gerrit-ApiVersion: 3.0-SNAPSHOT. Looks like a stale/wrong build.Gerrit log shows this when the 3.14 plugin loads:
[2026-06-25T23:40:37.434Z] [main] INFO com.google.gerrit.server.plugins.PluginLoader : Loaded plugin uploadvalidator, version v3.0.0-rc1-330-g3558a638a9That looks like there just aren't any newer tags in the repo. Looking in the browser, I only see that v3.0.0-rc1 tag. The `-330-` part in that version means there have been 330 commits after that tag, including ones from as recently as 2 months ago, and the `3558a638a9` matches the abbreviated hash of the tip of the master branch. So I think it's working as expected, just confusing due to the single older tag in the repo.