Details
Description
The HippoRepositoryFactory instatiates HippoRepository instances using Class.ForName().
Where currently class "org.hippoecm.repository.LocalHippoRepository" is looked up, now first "com.onehippo.repository.HippoEnterpriseRepository" is looked up, and fallback to LocalHippoRepository if the HippoEnterpriseRepository class is not found.