Honor classValuesAsString in getMergedRepeatableAnnotationAttributes()
Closes gh-31768
This commit is contained in:
@@ -276,7 +276,7 @@ public interface AnnotatedTypeMetadata {
|
||||
stream = stream.sorted(reversedMetaDistance());
|
||||
}
|
||||
|
||||
Adapt[] adaptations = Adapt.values(false, true);
|
||||
Adapt[] adaptations = Adapt.values(classValuesAsString, true);
|
||||
return stream
|
||||
.map(annotation -> annotation.asAnnotationAttributes(adaptations))
|
||||
.flatMap(attributes -> {
|
||||
|
||||
Reference in New Issue
Block a user