Obtaining the singleton instance of the class org.ow2.petals.registry.api.context.ContextFactory can be improved removing the modifier synchronized and using a static bloc to initialize the singleton:
Obtaining the singleton instance of the class org.ow2.petals.registry.api.context.ContextFactory can be improved removing the modifier synchronized and using a static bloc to initialize the singleton: