commit | 1a4b5e0468659edea3e1c441bed57f642cee0bd4 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Wed Oct 19 23:06:29 2022 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Oct 19 23:06:29 2022 +0100 |
tree | 3ccfae1039ed8c954a3bc8dee83194544ff1178e | |
parent | 4e93669f17ca496aa44547b395b820181005824a [diff] | |
parent | 8995f0496bdebecc9f1613331e821cc44c48e459 [diff] |
Merge branch 'stable-3.5' * stable-3.5: Set version to v3.4.4.2 Set source/target release based on Gerrit v3.4 specs Change-Id: I1bb9190544cab151e26f292d411c8398f09f5da8
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.
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.
In order to consume this library, some Guice bindings need to be registered appropriately. More information in the relevant documentation.