Skip to content

BeanCurrentlyInCreationFailureAnalyzer doesn't always correctly detect the cycle's starting point #8164

@wilkinsona

Description

@wilkinsona

This example from @cppwfs produces this output:

|  dataSourceInitializerPostProcessor (field private org.springframework.beans.factory.BeanFactory org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerPostProcessor.beanFactory)
↑     ↓
|  testBeanB0
↑     ↓
|  myConfiguration (field private javax.sql.DataSource io.spring.MyConfiguration.dataSource)
↑     ↓
|  testBeanB1
↑     ↓
|  testBeanA
└─────┘

The ┌─────┐ at the top of the cycle diagram is missing.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions