Costin Leau opened SPR-7915 and commented
When injecting an entity that extends Map, the container automatically assumes the bean names/instances need to be injected even if that's not the case.
Example and discussion here: https://jira.springsource.org/browse/SGF-22
Affects: 3.0.5
Attachments:
Issue Links:
Referenced from: commits 4a0fa69
2 votes, 3 watchers
Costin Leau opened SPR-7915 and commented
When injecting an entity that extends Map, the container automatically assumes the bean names/instances need to be injected even if that's not the case.
Example and discussion here: https://jira.springsource.org/browse/SGF-22
Affects: 3.0.5
Attachments:
Issue Links:
@Produces(for Array/Map/Collection inject) ("is duplicated by")@Autowireddoes not work for target bean of type Collection@NamedReferenced from: commits 4a0fa69
2 votes, 3 watchers