Spring includes incorrect values in @Autowired
List
#29987
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: duplicate
A duplicate of another issue
In SpringBoot 3.0.2 I created a bean (list of strings:
List<String> variable;
), but when I use it, the dependency injection inserts wrong values.Code example: https://github.com/armogur/collection-demo
Run the code and observe the output, the line starts with two should have the same values that starts with goodWithQualifier.
Workaround:
The text was updated successfully, but these errors were encountered: