You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
- Essentially moving existing mysql integration into mariadb
- We target mariadb 10.3+ so for hibernate_sequence use
a real sequence due to hibernate dialect.
- Keep classes in classpath under `mysql` due to
spring-projects/spring-boot#28728
- This PR doesn't touch ddl files which are used manually if
flyway is disabled. Going to be done in a separate commit.
- Relates spring-attic#4761
- Relates spring-attic#4759
- Essentially moving existing mysql integration into mariadb
- We target mariadb 10.3+ so for hibernate_sequence use
a real sequence due to hibernate dialect.
- Keep classes in classpath under `mysql` due to
spring-projects/spring-boot#28728
- This PR doesn't touch ddl files which are used manually if
flyway is disabled. Going to be done in a separate commit.
- Relates #4761
- Relates #4759
- Rework some things to drop mysql from tests.
- With mariadb we can't do full incremental upgrade
tests as it wasn't really supported in a past and
you get trouble with flyway as some supported maria
versions are different(meaning we should upgrade
maridb version together with dataflow versions).
- Relates #4761
No description provided.
The text was updated successfully, but these errors were encountered: