You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @PostConstruct annotated method for initializing the filters failed because the beans, annoted with @beans in the same class, are not intitialized yet.
This circular reference check was introduced in Spring Boot 2.6
APPLICATION FAILED TO START
Description:
The dependencies of some of the beans in the application context form a cycle:
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
The text was updated successfully, but these errors were encountered:
MarcGiffing
changed the title
Spring Cloud Gateway - Circular reference - Bean creation not ready
Circular reference - Bean creation not ready after Upgrade to Spring Boot 2.6
Dec 28, 2021
The @PostConstruct annotated method for initializing the filters failed because the beans, annoted with @beans in the same class, are not intitialized yet.
This circular reference check was introduced in Spring Boot 2.6
The text was updated successfully, but these errors were encountered: