DATACMNS-1367 - Improved debug logging to better identify scanning and initialization of repositories.
Added debug logging in RepositoryFactorySupport and RepositoryConfigurationDelegate so that the scanning and the instantiation of repositories can be a lot easier identified in the logs.
@ -287,6 +289,10 @@ public abstract class RepositoryFactorySupport implements BeanClassLoaderAware,
@@ -287,6 +289,10 @@ public abstract class RepositoryFactorySupport implements BeanClassLoaderAware,
LOG.debug("Initializing repository instance for {}…",repositoryInterface.getName());
}
Assert.notNull(repositoryInterface,"Repository interface must not be null!");
Assert.notNull(fragments,"RepositoryFragments must not be null!");
@ -320,7 +326,13 @@ public abstract class RepositoryFactorySupport implements BeanClassLoaderAware,
@@ -320,7 +326,13 @@ public abstract class RepositoryFactorySupport implements BeanClassLoaderAware,