spring-projects / spring-plugin

Apache License 2.0
444 stars 119 forks source link

Explicitly set bean target type for plugin registry definitions #28

Closed odrotbohm closed 8 years ago

odrotbohm commented 8 years ago

Spring Framework 4.3.3 (and 5.0) will introduce means to programmatically define a bean definitions target type via a ResolvableType, which allows us to communicate complex generic type structures to the container.

We should make use of that within the configuration code backing @EnablePluginRegistries to make sure multiple plugin registries can be wired by type without having to resort to explicit qualifiers.

odrotbohm commented 8 years ago

Duplicates #18.