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
This change has caused a deadlock issue in OpenFeign. A ContextRefreshedEvent from a child context that we create in OpenFeign is being acted upon in DataSourceInitializedPublisher. Ignoring events from child contexts should solve the issue.