• P
    Fix annotation value mapping regression · 0ace0be2
    Phillip Webb 提交于
    Refine `TypeMappedAnnotation.getValueFromMetaAnnotation` to correctly
    account for aliases when finding values from meta-annotations. Prior
    to this commit, only convention based mappings were considered when
    searching for values on meta-annotations. This meant that declared
    meta-annotations that used aliases could return the "default value"
    rather than the merged value.
    
    Closes gh-22654
    0ace0be2
MergedAnnotationsTests.java 124.0 KB