mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Update `ValueObjectBinder` so that it is skipped if parameter names cannot be discovered. This is much more likely as of Since Spring Framework 6.1 as it no longer performs ASM parsing to discover names. Fixes gh-38201