mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
f26483d272
This commit updates Spring AOT to suppress a deprecation warning for a generic type that has a deprecated element. Previously we only were checking for the raw class. Closes gh-32850