joerghoh commented on PR #71: URL: https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/71#issuecomment-5048734690
I don't think that ``refreshDispatchers`` can be called concurrently to ``activate()`` because ``refreshDispatchers`` is only called from the ``addingBundle``/``removedBundle`` methods, which can only get called if that component is properly created. So I will stick with just ``deactivate`` being synchronized. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
