Add cycles to core-beans: the circular-dependency failure report, what allow-circular-references repairs and hides, and four fixes on Boot 4.1
Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01Uu7q8vPeREyT4218EJPzz1
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# @DependsOn("b") on a and @DependsOn("a") on b: no injection involved at all
|
||||
|
||||
started: false
|
||||
exception classes: BeanCreationException
|
||||
root cause: Error creating bean with name 'b' defined in com.ankurm.corebeans.HiddenCyclesTest$DependsOnCycle: Circular depends-on relationship between 'b' and 'a'
|
||||
Reference in New Issue
Block a user