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 spring-boot module contains DataSourceBuilder for JDBC but the equivalent class for R2DBC, ConnectionFactoryBuilder, is in spring-boot-autoconfigure. For consistency, we should move the builder and some of its associated classes (EmbeddedDatabaseConnection, for example) into spring-boot. Having a R2DBC EmbeddedDatabaseConnection class in spring-boot will help with #24741 as it could be used to detect a ConnectionFactory for an embedded database when determining what action to take based on the initialization mode.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The spring-boot module contains
DataSourceBuilder
for JDBC but the equivalent class for R2DBC,ConnectionFactoryBuilder
, is in spring-boot-autoconfigure. For consistency, we should move the builder and some of its associated classes (EmbeddedDatabaseConnection
, for example) intospring-boot
. Having a R2DBCEmbeddedDatabaseConnection
class inspring-boot
will help with #24741 as it could be used to detect aConnectionFactory
for an embedded database when determining what action to take based on the initialization mode.The text was updated successfully, but these errors were encountered: