DATAJPA-773 - Removed explicit registration of ExposeInvocationInterceptor from CrudMethodMetadataPostProcessor.
The interceptor is now globally registered in RepositoryFactorySupport. Related tickets: DATACMNS-749.
This commit is contained in:
@@ -57,8 +57,6 @@ enum CrudMethodMetadataPostProcessor implements RepositoryProxyPostProcessor {
|
||||
*/
|
||||
@Override
|
||||
public void postProcess(ProxyFactory factory, RepositoryInformation repositoryInformation) {
|
||||
|
||||
factory.addAdvice(ExposeInvocationInterceptor.INSTANCE);
|
||||
factory.addAdvice(CrudMethodMetadataPopulatingMethodInterceptor.INSTANCE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user