DATACMNS-235 - Enforce dependency ordering for custom repository implementations.
This commit is contained in:
@@ -97,6 +97,7 @@ public class RepositoryBeanDefinitionBuilder {
|
||||
|
||||
if (customImplementationBeanName != null) {
|
||||
builder.addPropertyReference("customImplementation", customImplementationBeanName);
|
||||
builder.addDependsOn(customImplementationBeanName);
|
||||
}
|
||||
|
||||
return builder;
|
||||
|
||||
Reference in New Issue
Block a user