@Resource injection regression with scope prototype [SPR-9684] #14318
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
in: test
Issues in the test module
status: duplicate
A duplicate of another issue
Stéphane Nicoll opened SPR-9684 and commented
The spring test infrastructure no longer honour prototype-scoped beans if they are injected wiht
@Resource
. It does work with@Autowired
.We suspect that #13814 may have brought this regression.
To reproduce, extract the zip and run the tests (either from your IDE or on the command line with Maven). You can validate the regression by running the following command:
Affects: 3.1.2
Attachments:
Issue Links:
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: