Files
spring-plugin/core
Oliver Gierke ad017e83cd #19 - Exceptions on plugin lookup can now be submitted lazily.
Introduced overloads on PluginRegistry which instead of taking an exception instance immediately (which requires instance creation beforehand) now accept a Supplier<E> so that the exception creation can actually be delayed until it's really needed.

Deprecated the old methods taking exception instances directly.
2016-01-28 10:24:15 +01:00
..
2012-02-21 16:04:32 +01:00