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
It looks like that when a ConnectionFactory is exposed as a @Bean (while being a ConnectionPool effectively, @ConditionalOnBean(ConnectionPool.class) does not match. I don't know if that's to be expected but that vaguely rings a bell.
We could relax the condition and then only handles ConnectionPool in the current registration code.