Skip to content

Gerrit-GitBlit plugin v2.16.171.0

Compare
Choose a tag to compare
@tomaswolf tomaswolf released this 16 Mar 19:18
· 14 commits to master since this release

Gerrit 2.16 plugin integrating GitBlit 1.7.1 as a repository viewer in Gerrit.

This plugin version will not work correctly with earlier Gerrit versions.

The plugin was built against the Gerrit 2.16.7 API. It is unknown whether it would work with Gerrit versions 2.16.0-2.16.6.

Changes since v2.15.171.0:

  • Two minor bug fixes
  • Adapt to Gerrit 2.16
    • Adapt the Gitblit sources to JGit 5.1.6
    • Replace the markdown parser inside Gitblit (pegdown) by the one from Gerrit (flexmark)
  • Adapt to the PolyGerrit UI, which is the default since Gerrit 2.16
    • Change the way the plugin is configured (no more gitweb section)
    • Remove the "browse" link on a project page in the old UI; this link doesn't work in the PolyGerrit UI

WARNING: It appears that Gitblit is a dead project and no longer actively maintained. Much of the Gitblit code is old and is based on old versions of JGit, Lucene, and Wicket. I don't know for how much longer it will even be possible to keep Gitblit working with the constantly evolving Gerrit.