#1 - Restructuring of internals to fix ordering not being applied.

Introduced PluginRegistrySupport base class to make sure we create a copy of the plugin list on first access to it as otherwise the sorting calls get lost in the proxy created by the AbstractTypeAwareSupport.

Removed MutablePluginRegistry interfaces and implementation along the way as it causes more bad than good currently and there doesn't seem to be a real need for it.
This commit is contained in:
Oliver Gierke
2012-10-26 12:49:31 +02:00
parent a4daad6d59
commit c0e01afed2
11 changed files with 201 additions and 199 deletions

View File

@@ -44,7 +44,7 @@
</modules>
<properties>
<spring.version>3.0.7.RELEASE</spring.version>
<spring.version>3.1.2.RELEASE</spring.version>
</properties>
<developers>