Files
spring-boot-demo/core-beans/output/30-fix-object-provider.txt
T

13 lines
533 B
Plaintext

# Fix 4: ObjectProvider<OrderService> in NotificationService
started: true
place("kettle") -> order placed: charged, e-mail says: 1 x kettle
--- the same provider, but getObject() is called inside the constructor ---
started: false
root cause: Error creating bean with name 'cycleFixesTest.EagerNotifier': Requested bean is currently in creation: Is there an unresolvable circular reference or an asynchronous initialization dependency?
--- the provider needs no proxy, so a final class is fine ---
started: true
hello() -> hello