r2dbc / r2dbc-pool

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

Question: Release version of 1.0.0.RC1 #179

Closed htejwani closed 1 year ago

htejwani commented 1 year ago

Since oracle recommends using 1.0.0.RELEASE version of the SPI and your RC1 version uses that, when can we expect a release version from your end?

mp911de commented 1 year ago

R2DBC Pool is built on top of Reactor Pool, so we can ship a 1.0 GA Release once Reactor Pool 1.0 (and Project Reactor 3.5) go GA. I expect that to happen in 2-3 Months max.

In any case, R2DBC Pool 1.0 RC1 already uses R2DBC SPI 1.0.0.RELEASE and we don't expect many changes until GA.

htejwani commented 1 year ago

Ok, thankyou very much for your prompt reply.