We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c450d commit 59ef5e1Copy full SHA for 59ef5e1
spring-core/src/main/java/org/springframework/core/annotation/AnnotationTypeMapping.java
@@ -322,7 +322,7 @@ private void addConventionMappings() {
322
logger.isWarnEnabled()) {
323
logger.warn("""
324
Support for convention-based annotation attribute overrides is deprecated \
325
- 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 \
326
attributes in @%s with appropriate @AliasFor declarations: %s"""
327
.formatted(rootAnnotationTypeName, conventionMappedAttributes));
328
}
0 commit comments