Closed ttddyy closed 3 years ago
Currently ConnectionPool implements java.io.Closeable. This was because io.r2dbc.spi.Closeable did not exist at the time.
ConnectionPool
java.io.Closeable
io.r2dbc.spi.Closeable
In 0.9 or 1.0 timeframe, ConnectionPool should implement io.r2dbc.spi.Closeable instead of java.io.Closeable.
https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/issues/284
Currently
ConnectionPool
implementsjava.io.Closeable
. This was becauseio.r2dbc.spi.Closeable
did not exist at the time.In 0.9 or 1.0 timeframe,
ConnectionPool
should implementio.r2dbc.spi.Closeable
instead ofjava.io.Closeable
.https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/issues/284