This is different from 5.1.x `AbstractServiceRegistryImpl` stores initialized services in initializedServiceByRole. In 5.1.x this class was an instance of ConcurrentServiceBinding and it's been changed to a ConcurrentHashMap. ConcurrentHashMap does not accept null as value. In OGM, the existence of a service is configuration dependent, so the initiators might return null. |