commit | 78be3dff190b00f7ecf21c5dad05a148acd7f031 | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Mon Nov 16 22:20:28 2020 +0100 |
committer | David Ostrovsky <david@ostrovsky.org> | Thu Feb 04 20:51:50 2021 +0100 |
tree | 59e319a14bd3751ad336b10f680dc76f168db020 | |
parent | 0dd31a062fc798a4349e65bba70a16905cf39e31 [diff] |
Bump guice version to 5.0 beta-1 Guice 5.0 added some new features: [1]. Most important for us are: o Added Java 15 support (updated asm and bug fixes). o Removed cglib as a core dependency. o Removed no-aop build variant. Given that the no-aop variant is removed, the previous change that switched to this distribution flavor is reverted: I4a052850d14. Here is the relevant section from the release notes about no-AOP guice version: Using Guice no-AOP version If you were using Guice no-aop version, simply switch to the standard version of Guice. Older Guice with no-aop does not use runtime bytecode generation and starting with this release runtime bytecode generation is enabled by default and can be disabled by setting -Dguice_bytecode_gen_option=DISABLED. [1] https://github.com/google/guice/releases/tag/5.0.0-BETA-1 Change-Id: Ia0ea96e67a25e7c27f71f3bc0070cacdb28b5ad8
Gerrit is a code review and project management tool for Git based projects.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.
For information about how to install and use Gerrit, refer to the documentation.
Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.
Please report bugs on the issue tracker.
Gerrit is the work of hundreds of contributors. We appreciate your help!
Please read the contribution guidelines.
Note that we do not accept Pull Requests via the Github mirror.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Bazel and run the following:
git clone --recurse-submodules https://gerrit.googlesource.com/gerrit cd gerrit && bazel build release
The instruction how to configure GerritForge/BinTray repositories is here
On Debian/Ubuntu run:
apt-get update & apt-get install gerrit=<version>-<release>
NOTE: release is a counter that starts with 1 and indicates the number of packages that have been released with the same version of the software.
On CentOS/RedHat run:
yum clean all && yum install gerrit-<version>[-<release>]
On Fedora run:
dnf clean all && dnf install gerrit-<version>[-<release>]
Docker images of Gerrit are available on DockerHub
To run a CentOS 8 based Gerrit image:
docker run -p 8080:8080 gerritcodereview/gerrit[:version]-centos8
To run a Ubuntu 20.04 based Gerrit image:
docker run -p 8080:8080 gerritcodereview/gerrit[:version]-ubuntu20
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.