spring-framework/spring-beans/src
Simon Baslé e262e98bab ConstructorResolver error hints about mixing indexed and named args
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
2023-04-12 13:09:28 +02:00
..
jmh Polishing 2022-10-08 13:43:09 +02:00
main ConstructorResolver error hints about mixing indexed and named args 2023-04-12 13:09:28 +02:00
test ConstructorResolver error hints about mixing indexed and named args 2023-04-12 13:09:28 +02:00
testFixtures/java/org/springframework/beans Refactor AssertJ assertions into more idiomatic ones 2023-04-04 17:34:07 +02:00