-
Issue: Despite circular references being allowed, the dependency cycle between beans could not be broken. Update your application to remove the dependency cycle.
Solution: Check if there is any code where an object is injected into another, and vice versa. Adjust the injections to break the cycle and ensure that dependencies are properly managed.