commit | b04dbe886695cd06c89c23cc2bad81cdb6bbb467 | [log] [tgz] |
---|---|---|
author | Marcin Czech <maczech@gmail.com> | Thu Oct 08 09:41:50 2020 +0200 |
committer | Luca Milanesio <luca@milanesio.org> | Tue Oct 13 23:10:14 2020 +0000 |
tree | 264939087bfbb29482ffe8c1dfda1d46f285fa17 | |
parent | f578e7b471305b1615cf622c51d362c98c5f498a [diff] |
Adopt to Gerrit Core 3.3.x Switch source and target to Java 11 to match Gerrit 3.3.x build requirements. Reuse DelegateRepository to avoid code duplication. Bump version to 3.3.0-rc0 Also bump maven-javadoc-plugin to version 3.2.0. Feature: Issue 13429 Change-Id: I60e840657f88eb1978849f3e58b82f93f06a2538
Global ref-database interface for use with Gerrit Code Review.
Enables the de-coupling between Gerrit, the multi-site plugin and the different implementations of a globally shared ref-database.
The design for a global ref-db interface for Gerrit has been posted to the Gerrit Code Review project for review.