gerrit/gerrit-pgm
David Pursehouse 7c3651832a Init: Catch NoClassDefFoundError when initializing plugins
The InitStep interface was moved to a different package in 2.11.

If the plugins folder contains a plugin that was built against API
version 2.10 or earlier, and implements the InitStep interface, this
will cause NoClassDefFoundError to be raised when initializing the
plugin.

Catch the error and display a warning message, instead of failing
with a stack trace.

Add newlines on existing warning messages.

Change-Id: I3b3839987d5f821beb085008fabbca4196860fd8
2015-04-09 12:08:41 +09:00
..
src Init: Catch NoClassDefFoundError when initializing plugins 2015-04-09 12:08:41 +09:00
BUCK Merge branch 'stable-2.10' into stable-2.11 2015-03-16 14:10:54 +09:00