Skip to content

Type resolution fails for uninitialized factory-method declaration [SPR-11112] #15738

@spring-projects-issues

Description

@spring-projects-issues

Rod Widdowson opened SPR-11112 and commented

Attached are a simple program and xml file to demonstrate.

  1. two beans are defined
  2. They are searched for by Class and then by Name and then by Class again.
  3. Only one of the two initial searches by class succeeds.
  4. Both the search by name succeed.
  5. Both the second search by Class succeed.

I'm no expert so pilot error could be implicated.

This worked in 3.2.2.RELEASE but does not in 3.2.5.RELEASE

Thanks


Affects: 3.2.5

Attachments:

Referenced from: commits 8e52e65, 5dcd287

Backported to: 3.2.6

1 votes, 5 watchers

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchestype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions