gerrit/gerrit-war/src/main
Luca Milanesio 62cc3503b9 Support for loading Guice modules from /lib
Gerrit already has "pluggable" features that need to be installed
at the early stages of the bootstrap phase and cannot be "unplugged"
as plugins do.

Attendees at the recent hackathon in Mountain View decided to
call this new entities "LibModules", and configure them in the
gerrit.config as follows:

  [gerrit]
    installModule = com.googlesource.gerrit.libmodule.MyModule
    installModule = com.example.abc.OurSpecialSauceModule

Change-Id: Id8bf1a2e88b14c8e9125f20cb10a041d47799100
2016-11-18 14:26:47 -08:00
..
java/com/google/gerrit/httpd Support for loading Guice modules from /lib 2016-11-18 14:26:47 -08:00
resources HostKeyProvider: Use AbstractFileKeyPairProvider 2016-02-24 06:54:33 +00:00
webapp Fix Gerrit plugins under Tomcat by avoiding Guice static filter 2013-08-12 18:53:43 +00:00