Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EventuateSpringReactiveJdbcStatementExecutor not compatible with newer Spring R2DBC versions #136

Open
rrrship opened this issue Jan 8, 2024 · 1 comment

Comments

@rrrship
Copy link

rrrship commented Jan 8, 2024

In newer versions of R2DBC, the UpdatedRowsFetchSpec.rowsUpdated() method returns a Long instead of an Int, which causes issues with Eventuate, because the executor handles only Ints. There doesn't seem to be a lot of other issues with the newer versions of R2DBC, so I was wondering are there any plans on updating it?

@cer
Copy link
Contributor

cer commented Feb 21, 2024

Sorry for the delay. I plan to upgrade the Eventuate dependencies, e.g. to Spring Boot 3, and the work would be done as part of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants