DATAKV-150 - Fix compile error after switch to Spring 5.
This commit is contained in:
committed by
Mark Paluch
parent
22c949fb6a
commit
f9ac897ecc
@@ -330,7 +330,7 @@ enum AnnotationBasedKeySpaceResolver implements KeySpaceResolver {
|
|||||||
this.declaringClass = declaringClass;
|
this.declaringClass = declaringClass;
|
||||||
this.composedAnnotation = composedAnnotation;
|
this.composedAnnotation = composedAnnotation;
|
||||||
this.annotation = annotation;
|
this.annotation = annotation;
|
||||||
this.annotationAttributes = AnnotatedElementUtils.getAnnotationAttributes(rootDeclaringClass, annotation
|
this.annotationAttributes = AnnotatedElementUtils.getMergedAnnotationAttributes(rootDeclaringClass, annotation
|
||||||
.annotationType().getName());
|
.annotationType().getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user