Files
gerrit/plugins
David Pursehouse 6b498cdcb2 Merge branch 'stable-2.11'
* stable-2.11:
  Remove unused imports in Helper.java
  Rename getPathSetWebLink to getPatchSetWebLink
  Improve class naming of group inclusion cache loaders
  Fix NPE when indexing changed lines
  Fix LDAP authentication for the RFC2307 server type
  Lazily lookup LDAP group memberships
  Configurable ldap.fetchMemberOfEagerly to optimize LDAP login
  Improve LDAP login times, transfer 40x less data.
  Reduce number of LDAP queries when having multiple accountBases
  Fix LDAP connection pool configuration.
  Improve method and variable names related to group inclusion caches
  Honor ldap.connectTimeout also without connection pooling
  Add config options of LDAP 'connection pooling'

Change-Id: I2498f1eaa5ecd0d44ce4140394002f70424ab2ff
2015-03-13 11:50:26 +09:00
..

If you are adding a directory here:

- Search all pom.xml files for "CORE PLUGIN LIST".
- Add the new plugin to that location.
- (optional) Thank the Maven developers for making this easy.

- Ensure the plugin's pom.xml <version> is the same as Gerrit's
  own pom.xml(s). Gerrit will only embed a plugin that has the
  same version as itself.

- Register the plugin as a submodule with git submodule.