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
DataSourceTransactionManagerAutoConfiguration is checking if a single DataSource candidate is available, but it doesn't declare that it should run after DataSourceAutoConfiguration. This seems to have worked thus far by accident.
The text was updated successfully, but these errors were encountered:
DataSourceTransactionManagerAutoConfiguration
is checking if a singleDataSource
candidate is available, but it doesn't declare that it should run afterDataSourceAutoConfiguration
. This seems to have worked thus far by accident.The text was updated successfully, but these errors were encountered: