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
Commit d39a836 added a @Conditional guarding the JpaTransactionManager but failed to take into account the possibility that a DataSourceTransactionManager might already have been autoconfigured.
I can see a test for this already and it passes, so need to do some more research on what happened here.