Let's say I have an OSGi service A, declared using DS and metatype configuration.
Then let's call B another service which is tracking any object based on a property filter, which does not belong to A's configuration.
Is there any possibility, in A, to access the service properties and update them at runtime, so that B will notice the change?
Note that the property tracked by B is not a configuration one, but it's something that A can deduce from its own configuration, so ideally A would update its service properties in its @Activate method after parsing the configuration.