mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
Add @Value support for record injection by disabling populateBean() for records, since records are immutable. See gh-28770 Closes gh-28774