Update warning for use of convention-based annotation attribute overrides

See gh-28761
This commit is contained in:
Sam Brannen 2024-10-09 10:03:22 +02:00
parent e1c450d253
commit 59ef5e140f
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}