r2dbc-mysql icon indicating copy to clipboard operation
r2dbc-mysql copied to clipboard

Move to r2dbc 1.0.0

Open ls-urs-keller opened this issue 2 years ago • 5 comments

ls-urs-keller avatar Jan 23 '23 21:01 ls-urs-keller

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.

kwidjaja1312 avatar Jan 25 '23 12:01 kwidjaja1312

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 avatar Jan 25 '23 12:01 ls-urs-keller

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.

kwidjaja1312 avatar Jan 25 '23 14:01 kwidjaja1312

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

nkonev avatar Mar 29 '23 17:03 nkonev

@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

jchrys avatar Apr 02 '23 17:04 jchrys