Hi I have multiple services that are based on the information provided to the ComponentClassResolver : key mapping + package.
Now i'm trying to create a configuration service that will be used by all the other services to get their configuration. Each configuration will be mapped on the same key mapping provided to the ComponentClassResolver service. Is there a way to allow my configuration service to contribute to the ComponentClassResolver without creating a complete alias ? Actually, the objective is to provide the same Library Mapping key to the ComponentClassResolver and to all of my service without duplicating too much code or using constant for the library mapping key value and create multiple contributeXxx methods. Thanks in advance Christophe.