Honor classValuesAsString in getMergedRepeatableAnnotationAttributes()

Closes gh-31768
This commit is contained in:
Sam Brannen
2023-12-06 12:09:39 +01:00
parent 6b53f37030
commit 448e753184
2 changed files with 8 additions and 6 deletions

View File

@@ -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 -> {