Skip to content

Commit

Permalink
Update warning for use of convention-based annotation attribute overr…
Browse files Browse the repository at this point in the history
…ides

See gh-28761
  • Loading branch information
sbrannen committed Oct 9, 2024
1 parent e1c450d commit 59ef5e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ private void addConventionMappings() {
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));
}
Expand Down

0 comments on commit 59ef5e1

Please sign in to comment.