Our application uses extensively uses Spring Beans, we randomly see application startup error saying that there is Circular Bean Dependency. But this error doesn't occur always, but is instead random across multiple restarts. What could be the reason for randomness here ? If there is a Circular Dependency why it doesn't consistently fail / succeed ?
Exception: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name ‘x’: Requested bean is currently in creation: Is there an unresolvable circular reference?