diff --git a/spring-core/src/main/java/org/springframework/core/annotation/AnnotationTypeMapping.java b/spring-core/src/main/java/org/springframework/core/annotation/AnnotationTypeMapping.java index baef1f5a4e..5bda87e8da 100644 --- a/spring-core/src/main/java/org/springframework/core/annotation/AnnotationTypeMapping.java +++ b/spring-core/src/main/java/org/springframework/core/annotation/AnnotationTypeMapping.java @@ -322,7 +322,7 @@ final class AnnotationTypeMapping { logger.isWarnEnabled()) { logger.warn(""" Support for convention-based annotation attribute overrides is deprecated \ - and will be removed in Spring Framework 6.2. Please annotate the following \ + and will be removed in Spring Framework 7.0. Please annotate the following \ attributes in @%s with appropriate @AliasFor declarations: %s""" .formatted(rootAnnotationTypeName, conventionMappedAttributes)); }