mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
This is a follow-up of gh-46599 where detecting the default value suffer from the same problem. Rather than using a name, the resolver now provides the field itself. This also adds a dedicated test for the use of @Name with Lombok. Closes gh-46662