r2dbc / r2dbc-pool

Connection Pooling for Reactive Relational Database Connectivity
https://r2dbc.io
Apache License 2.0
337 stars 55 forks source link

Implement "io.r2dbc.spi.Closeable" on ConnectionPool #97

Closed ttddyy closed 3 years ago

ttddyy commented 4 years ago

Currently ConnectionPool implements java.io.Closeable. This was because io.r2dbc.spi.Closeable did not exist at the time.

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