This repository was archived by the owner on May 14, 2025. It is now read-only.

Description
Some applications would like to have multiple deployer impls on the classpath which is not currently possible. One approach to support this is to give each deployer bean a unique name so that one can have Spring dependency inject a Map<String,Deployer> of the implemetatations. There maybe some tweeking of conditional annotations needed.