Skip to content

Commit 59ef5e1

Browse files
committed
Update warning for use of convention-based annotation attribute overrides
See gh-28761
1 parent e1c450d commit 59ef5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-core/src/main/java/org/springframework/core/annotation/AnnotationTypeMapping.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ private void addConventionMappings() {
322322
logger.isWarnEnabled()) {
323323
logger.warn("""
324324
Support for convention-based annotation attribute overrides is deprecated \
325-
and will be removed in Spring Framework 6.2. Please annotate the following \
325+
and will be removed in Spring Framework 7.0. Please annotate the following \
326326
attributes in @%s with appropriate @AliasFor declarations: %s"""
327327
.formatted(rootAnnotationTypeName, conventionMappedAttributes));
328328
}

0 commit comments

Comments
 (0)