spring-cloud-task icon indicating copy to clipboard operation
spring-cloud-task copied to clipboard

Mariadb needs to be treated as a independent db type.

Open cppwfs opened this issue 3 years ago • 1 comments
trafficstars

Currently Task treats mariadb as a version of MySql. Task needs to treat mariadb as its own type.

cppwfs avatar Feb 17 '22 18:02 cppwfs

We have the same request for Spring Batch here: https://github.com/spring-projects/spring-batch/issues/3891.

While SF was updated to treat MariaDB as an independent database, I believe Batch and Task need a dedicated incrementer as described here: https://github.com/spring-projects/spring-framework/pull/28355#issuecomment-1275698440, to be able to implement this feature correctly.

fmbenhassine avatar Oct 12 '22 07:10 fmbenhassine

a special thanks to @ben-enfuse-io for his efforts on this PR.

cppwfs avatar Oct 28 '22 18:10 cppwfs