We have a specific binding component previously developped with CDK 4. Our BC needs to define dynamically the provider service name according to its associated resource. Several instances of the BC, connected to different instances of the same applicative resource, are running on Petals network. The service name is defined from the service name provided by the SU and a property value defined at the BC instance.
So, with the CDK 4, we used the method ServcieUnitManager.processProvidesNode(...) and ServcieUnitManager.processProvidesNodes(...) to compute the right service name.
These methods are no more visible inthe CDK 5. They are defined as 'private' methods of AbstractServiceUnitManager.
Please, add an extension point in CDK-5 to be able to redefine the provider service name.