mirromutth / r2dbc-mysql

R2DBC MySQL Implementation
Apache License 2.0
656 stars 98 forks source link

Move to r2dbc 1.0.0 #249

Open ls-urs-keller opened 1 year ago

kwidjaja1312 commented 1 year ago

Hi @ls-urs-keller, do you think it is possible to upgrade the JDK to 17 as well? I've been waiting for this changes so i can use it along with Spring Boot 3.0.1. I was forced to switch to other driver and lots of things didn't work specifically the transaction.

ls-urs-keller commented 1 year ago

Hi @ls-urs-keller, do you think it is possible to upgrade the JDK to 17 as well? I've been waiting for this changes so i can use it along with Spring Boot 3.0.1. I was forced to switch to other driver and lots of things didn't work specifically the transaction.

Not sure I understand. I'm using and compiling this with jdk17.

kwidjaja1312 commented 1 year ago

Hi @ls-urs-keller, do you think it is possible to upgrade the JDK to 17 as well? I've been waiting for this changes so i can use it along with Spring Boot 3.0.1. I was forced to switch to other driver and lots of things didn't work specifically the transaction.

Not sure I understand. I'm using and compiling this with jdk17.

@ls-urs-keller Perfect, this is what i meant. Sorry for the confusion, hopefully someone is able to approve this and create a new release soon. Thanks for the PR.

nkonev commented 1 year ago

I've found another project who did support of R2DBC 1.0.0 https://github.com/asyncer-io/r2dbc-mysql/commit/8e211c2392402d1898b946871feff22e682e7a1b

jchrys commented 1 year ago

@nkonev Thank you for sharing your findings!

I would suggest using io:asycner:r2dbc-mysql:1.0.0 instead of dev.miku:r2dbc-mysql since the latter is out of date and inactive for a long time. The io:asyncer:2dbc-mysql is the official successor to dev.miku:r2dbc-mysql and we have recently released version 1.0.0 which fully supports the latest r2dbc-spi.

You can find the repository here: https://github.com/asyncer-io/r2dbc-mysql