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
4 files changed
tree: 264939087bfbb29482ffe8c1dfda1d46f285fa17
  1. src/
  2. .gitignore
  3. BUILD
  4. Jenkinsfile
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

Gerrit interface to a global-refdb

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.

Design

The design for a global ref-db interface for Gerrit has been posted to the Gerrit Code Review project for review.