Merge branch 'stable-3.4' into stable-3.5

* stable-3.4:
  Set version to v3.4.4.1
  Set version to v3.3.10.1
  Use Log4J classes for custom logging
  Bump Gerrit to v3.4.4
  Bump Gerrit to v3.3.10
  Set global-refdb and Gerrit to 3.4.0

Change-Id: I0b588b63586127fb103c5a87f4b0738f586f5f6d
tree: 654f92bb60293f3b4153357a95cf77bdf5726c0c
  1. src/
  2. .gitignore
  3. bindings.md
  4. BUILD
  5. config.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. 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, its libModules and the different implementations of a globally shared ref-database.

Design

The design for a global ref-db interface can be found as part of the multi-site design documentation, where it first originated and was approved by the community.

Bindings

In order to consume this library, some Guice bindings need to be registered appropriately. More information in the relevant documentation.