-
Notifications
You must be signed in to change notification settings - Fork 304
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
Mariadb needs to be treated as a independent db type. #833
Milestone
Comments
We have the same request for Spring Batch here: spring-projects/spring-batch#3891. While SF was updated to treat MariaDB as an independent database, I believe Batch and Task need a dedicated incrementer as described here: spring-projects/spring-framework#28355 (comment), to be able to implement this feature correctly. |
cppwfs
added a commit
to cppwfs/spring-cloud-task
that referenced
this issue
Oct 25, 2022
resolves spring-cloud#833 PagingProvider and integration tests added
cppwfs
added a commit
to cppwfs/spring-cloud-task
that referenced
this issue
Oct 28, 2022
resolves spring-cloud#833 PagingProvider and integration tests added
Merged
a special thanks to @ben-enfuse-io for his efforts on this PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently Task treats mariadb as a version of MySql. Task needs to treat mariadb as its own type.
The text was updated successfully, but these errors were encountered: