This is preparatory work for removing the PropagatedChangeListener by integrating the required functionality into the ChangePropagationListener interface.
The PR also makes the applications registry tolerate if applications are not configures correctly (i.e., provide faulty plugin.xmls) instead of throwing exceptions.
This is preparatory work for removing the
PropagatedChangeListener
by integrating the required functionality into theChangePropagationListener
interface.The PR also makes the applications registry tolerate if applications are not configures correctly (i.e., provide faulty
plugin.xml
s) instead of throwing exceptions.