mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Update warning for use of convention-based annotation attribute overrides
See gh-28761
This commit is contained in:
+1
-1
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user