AnnotationBasedPersistentProperty caches plain annotations in its annotation cache without considering annotation value aliasing using @AliasFor. It should rather store the annotation processed by AnnotatedElementUtils.findMergedAnnotation(…)
Affects: 2.0 M1 (Kay)
Issue Links:
DATACASS-531@PrimaryKeyColumn annotation value doesn't work
DATACMNS-1273 AnnotationBasedPersistentProperty does not consider @AliasFor with own, revised annotations
Mark Paluch opened DATACMNS-981 and commented
AnnotationBasedPersistentProperty
caches plain annotations in its annotation cache without considering annotation value aliasing using@AliasFor
. It should rather store the annotation processed byAnnotatedElementUtils.findMergedAnnotation(…)
Affects: 2.0 M1 (Kay)
Issue Links:
DATACASS-531
@PrimaryKeyColumn
annotation value doesn't workDATACMNS-1273 AnnotationBasedPersistentProperty does not consider
@AliasFor
with own, revised annotationsReferenced from: commits d485a05, e49ebb2, 2da5acc, 152a6a6, ada4498
The text was updated successfully, but these errors were encountered: