mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e262e98bab
This commit adds a note to an exception in `ConstructorResolver`'s `autowireConstructor` method hinting that attention should be paid to cases that mix indexed arguments and named arguments. This is especially when inheriting bean definitions in xml. Closes gh-29976 Close gh-PR