mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
7c9fc575ff
Add @Value support for record injection by disabling populateBean() for records, since records are immutable. See gh-28770 Closes gh-28774